FEFDFA Color Hex

#FEFDFA Color Hex

#FEFDFA Color Information

  • In the RGB color space, the color value #fefdfa is composed of 99.61% red, 99.22% green, and 98.04% blue.
  • In the CMYK color space, it consists of 0 cyan, 0 magenta, 0.02 yellow, and 0 black.
  • It has a color angle of 45 degrees, a saturation of 67%, and a luminance of 99%.
  • Contrast color of #fefdfa is #000000

#FEFDFA Color Conversion

Hex fefdfa #fefdfa
RGB Decimal 254, 253, 250 rgb(254, 253, 250)
RGB Percent 99.61, 99.22, 98.04 rgb(99.61%, 99.22%, 98.04%)
HSL 45°,67%,99% hsl(45°,67%,99%)
CMYK 0, 0, 0.02, 1
HSV (or HSB) 45°, 13%, 13%,
YUV 253, 126, 127
XYZ 93.254, 98.224, 104.487
CIE-LAB 99.309, -0.186, 1.538

#fefdfa border color

.css_border_solid{ border: 3px solid #fefdfa }
.css_border_dotted{ border: 3px dotted #fefdfa }
.css_border_dashed{ border: 3px dashed #fefdfa }
.css_border_double{ border: 3px double #fefdfa }

Css background gradient color with #FEFDFA

.box_css_gradient_with_fefdfa{ 
	background-color: #fefdfa;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfa', endColorstr='#dfc061');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefdfa), to(#dfc061));
	background-image: -webkit-linear-gradient(top, #fefdfa, #dfc061);
	background-image: -moz-linear-gradient(top, #fefdfa, #dfc061);
	background-image: -o-linear-gradient(top, #fefdfa, #dfc061);
	background-image: linear-gradient(to bottom, #fefdfa, #dfc061);}

#fefdfa Color Preview on Black Background

Sample font with color #fefdfa on background of color black

#fefdfa Color Preview on White Background

Sample font with color #fefdfa on background of color white

#fefdfa background color

The sample font has a contrasting color to the color #fefdfa

Contrast color with #fefdfa color is #000000