COLOR #FDFAEC

HEX: #FDFAEC RGB: (253,250,236)

Color info

#FDFAEC contains red, green and blue colors in about the same proportion. Web safe color of #FDFAEC is #FFFFFF (or #FFF).

RGB color model

#FDFAEC color RGB value is (253,250,236).

RGB: (253,250,236) (99%, 98%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 236 of 255 = 93%

253
250
236

R + G + B ~ 97%. #FDFAEC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 250 + 236 = 739 (100%)
R 253 of 739 ~ 34.24%
G 250 of 739 ~ 33.83%
B 236 of 739 ~ 31.94'%

%34.24
%33.83
%31.94

CMYK color model

#FDFAEC color CMYK value is (0,1,7,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (0,1,7,1)
C0M1Y7K1 (0%, 1%, 7%, 1%)
(0.00 / 0.01 / 0.07 / 0.01)

CMYK percentages

%0
%1.19
%6.72
%0.78

Codes

Color #FDFAEC in popluar color models

FD FA EC
RGB 253 250 236
HSL 49° 80.95% 95.88%
HSB/HSV 49° 6.72% 99.22%
CMYK 0.00% 1.19% 6.72%
0.78%

Color #FDFAEC in popluar number systems.

HEX FD FA EC
Decimal 253 250 236
Binary 11111101 11111010 11101100
Octal 375 372 354

Shades and tints

Shades of #FDFAEC

#FDFAEC
(253,250,236)
#E6E4D7
(230,228,215)
#CFCEC2
(207,206,194)
#B8B8AD
(184,184,173)
#A1A298
(161,162,152)
#8A8C83
(138,140,131)
#73766E
(115,118,110)
#5C6059
(92,96,89)
#454A44
(69,74,68)
#2E342F
(46,52,47)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #FDFAEC

#FDFAEC
(253,250,236)
#FDFAED
(253,250,237)
#FDFAEE
(253,250,238)
#FDFAEF
(253,250,239)
#FDFAF0
(253,250,240)
#FDFAF1
(253,250,241)
#FDFAF2
(253,250,242)
#FDFAF3
(253,250,243)
#FDFAF4
(253,250,244)
#FDFAF5
(253,250,245)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFAEC color. Also use rgb(253,250,236) instead hex code.

Text Font Color

.myTextColor { color: #FDFAEC; }

<p style="color:#FDFAEC">This sample text font color is #FDFAEC.</p>

This text font color is #FDFAEC.

Background Color

.myBgColor { background-color: #FDFAEC; }

<div style="background-color:#FDFAEC">Inner text</div>

This div background color is #FDFAEC.

Border color

.myBorderColor { border: 1px solid #FDFAEC; }

<div style="border:3px solid #FDFAEC">Div</div>

This div border color is #FDFAEC.

Opacity

.myOpacity80 { color: #FDFAEC; opacity: 0.8; }

<p style="color:#FDFAEC;opacity:0.8;">80%</p>

Text with #FDFAEC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FDFAEC;}

<p style="text-shadow: 3px 3px 1px #FDFAEC">Text here.</p>

This text has shadow with #FDFAEC color.


.textShadow {text-shadow: 3px 3px 1px #FDFAEC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FDFAEC, 5px 5px 20px red">Text here.</p>

This text has shadow with #FDFAEC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDFAEC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FDFAEC, Direction=45, Strength=4)">Text</p>

This text has shadow with #FDFAEC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDFAEC;
-webkit-box-shadow: 1px 1px 3px 2px #FDFAEC;
box-shadow: 1px 1px 3px 2px #FDFAEC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDFAEC; -webkit-box-shadow: 1px 1px 3px 2px #FDFAEC; box-shadow:1px 1px 3px 2px #FDFAEC;">
Div content here
</div>

This div box has shadow with color #FDFAEC.

Preview

Color preview on black background

This text has color #FDFAEC on black background.


Color preview on white background

This text has color #FDFAEC on white background.


Black color preview on #FDFAEC background

This text has black color on #FDFAEC background.


White color preview on #FDFAEC background

This text has white color on #FDFAEC background.


Related colors

Complementary color

Complementary color for #hex is #020513.


I love getcolorcode.com

Triadic colors

1 #ECFDFA and #FAECFD with #FDFAEC are triadic colors.

2 #ECFAFD and #FAFDEC with #FDFAEC are triadic colors.