COLOR #FDFAE0

HEX: #FDFAE0 RGB: (253,250,224)

Color info

#FDFAE0 contains red, green and blue colors in about the same proportion. Web safe color of #FDFAE0 is #FFFFCC (or #FFC).

RGB color model

#FDFAE0 color RGB value is (253,250,224).

RGB: (253,250,224) (99%, 98%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 224 of 255 = 88%

253
250
224

R + G + B ~ 95%. #FDFAE0 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 250 + 224 = 727 (100%)
R 253 of 727 ~ 34.8%
G 250 of 727 ~ 34.39%
B 224 of 727 ~ 30.81'%

%34.8
%34.39
%30.81

CMYK color model

#FDFAE0 color CMYK value is (0,1,11,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK: (0,1,11,1) C0M1Y11K1 (0%,1%,11%,1%) (0.00/0.01/0.11/0.01) 

CMYK percentages

%0
%1.19
%11.46
%0.78

Codes

Color #FDFAE0 in popluar color models

FD FA E0
RGB 253 250 224
HSL 54° 87.88% 93.53%
HSB/HSV 54° 11.46% 99.22%
CMYK 0.00% 1.19% 11.46%
0.78%

Color #FDFAE0 in popluar number systems.

HEX FD FA E0
Decimal 253 250 224
Binary 11111101 11111010 11100000
Octal 375 372 340

Shades and tints

Shades of #FDFAE0

#FDFAE0
(253,250,224)
#E6E4CC
(230,228,204)
#CFCEB8
(207,206,184)
#B8B8A4
(184,184,164)
#A1A290
(161,162,144)
#8A8C7C
(138,140,124)
#737668
(115,118,104)
#5C6054
(92,96,84)
#454A40
(69,74,64)
#2E342C
(46,52,44)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #FDFAE0

#FDFAE0
(253,250,224)
#FDFAE2
(253,250,226)
#FDFAE4
(253,250,228)
#FDFAE6
(253,250,230)
#FDFAE8
(253,250,232)
#FDFAEA
(253,250,234)
#FDFAEC
(253,250,236)
#FDFAEE
(253,250,238)
#FDFAF0
(253,250,240)
#FDFAF2
(253,250,242)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAE0; }

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

This text font color is #FDFAE0.

Background Color

.myBgColor { background-color: #FDFAE0; }

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

This div background color is #FDFAE0.

Border color

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

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

This div border color is #FDFAE0.

Opacity

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

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

Text with #FDFAE0 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 #FDFAE0;}

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

This text has shadow with #FDFAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFAE0.

Preview

Color preview on black background

This text has color #FDFAE0 on black background.


Color preview on white background

This text has color #FDFAE0 on white background.


Black color preview on #FDFAE0 background

This text has black color on #FDFAE0 background.


White color preview on #FDFAE0 background

This text has white color on #FDFAE0 background.


Related colors

Complementary color

Complementary color for #hex is #02051F.


I love getcolorcode.com

Triadic colors

1 #E0FDFA and #FAE0FD with #FDFAE0 are triadic colors.

2 #E0FAFD and #FAFDE0 with #FDFAE0 are triadic colors.