HEX: #FDFAE0
RGB: (253,250,224)
#FDFAE0 contains red, green and blue colors in about the same proportion. Web safe color of #FDFAE0 is #FFFFCC (or #FFC).
#FDFAE0 color RGB value is (253,250,224).
RGB: (253,250,224)
(99%, 98%, 88%)
R 253 of 255 = 99%
G 250 of 255 = 98%
B 224 of 255 = 88%
R + G + B ~ 95%. #FDFAE0 is light color.
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'%
#FDFAE0 color CMYK value is (0,1,11,1).
CMYK: (0,1,11,1) C0M1Y11K1 (0%,1%,11%,1%) (0.00/0.01/0.11/0.01)
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 of #FDFAE0
Tints of #FDFAE0
Examples of css and html codes for elements with #FDFAE0 color. Also use rgb(253,250,224) instead hex code.
.myTextColor { color: #FDFAE0; }
<p style="color:#FDFAE0">This sample text font color is #FDFAE0.</p>
This text font color is #FDFAE0.
.myBgColor { background-color: #FDFAE0; }
<div style="background-color:#FDFAE0">Inner text</div>
This div background color is #FDFAE0.
.myBorderColor { border: 1px solid #FDFAE0; }
<div style="border:3px solid #FDFAE0">Div</div>
This div border color is #FDFAE0.
.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%.
.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.
/* 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 text has color #FDFAE0 on black background.
This text has color #FDFAE0 on white background.
This text has black color on #FDFAE0 background.
This text has white color on #FDFAE0 background.
Complementary color for #hex is #02051F.