HEX: #FDE4AE
RGB: (253,228,174)
#FDE4AE contains mainly red and green colors. Web safe color of #FDE4AE is #FFCC99 (or #FC9).
#FDE4AE color RGB value is (253,228,174).
RGB: (253,228,174)
(99%, 89%, 68%)
R 253 of 255 = 99%
G 228 of 255 = 89%
B 174 of 255 = 68%
R + G + B ~ 85%. #FDE4AE is quite light color.
R + G + B = 253 + 228 + 174 = 655 (100%)
R 253 of 655 ~ 38.63%
G 228 of 655 ~ 34.81%
B 174 of 655 ~ 26.56'%
#FDE4AE color CMYK value is (0,10,31,1).
CMYK: (0,10,31,1) C0M10Y31K1 (0%,10%,31%,1%) (0.00/0.10/0.31/0.01)
Color #FDE4AE in popluar color models
FD | E4 | AE | |
---|---|---|---|
RGB | 253 | 228 | 174 |
HSL | 41° | 95.18% | 83.73% |
HSB/HSV | 41° | 31.23% | 99.22% |
CMYK | 0.00% | 9.88% | 31.23% |
0.78% |
Color #FDE4AE in popluar number systems.
HEX | FD | E4 | AE |
Decimal | 253 | 228 | 174 |
Binary | 11111101 | 11100100 | 10101110 |
Octal | 375 | 344 | 256 |
Shades of #FDE4AE
Tints of #FDE4AE
Examples of css and html codes for elements with #FDE4AE color. Also use rgb(253,228,174) instead hex code.
.myTextColor { color: #FDE4AE; }
<p style="color:#FDE4AE">This sample text font color is #FDE4AE.</p>
This text font color is #FDE4AE.
.myBgColor { background-color: #FDE4AE; }
<div style="background-color:#FDE4AE">Inner text</div>
This div background color is #FDE4AE.
.myBorderColor { border: 1px solid #FDE4AE; }
<div style="border:3px solid #FDE4AE">Div</div>
This div border color is #FDE4AE.
.myOpacity80 { color: #FDE4AE; opacity: 0.8; }
<p style="color:#FDE4AE;opacity:0.8;">80%</p>
Text with #FDE4AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE4AE;}
<p style="text-shadow: 3px 3px 1px #FDE4AE">Text here.</p>
This text has shadow with #FDE4AE color.
.textShadow {text-shadow: 3px 3px 1px #FDE4AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE4AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE4AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE4AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE4AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE4AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE4AE;
-webkit-box-shadow: 1px 1px 3px 2px #FDE4AE;
box-shadow: 1px 1px 3px 2px #FDE4AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE4AE; -webkit-box-shadow: 1px 1px 3px 2px #FDE4AE; box-shadow:1px 1px 3px 2px #FDE4AE;">
Div content here
</div>
This text has color #FDE4AE on black background.
This text has color #FDE4AE on white background.
This text has black color on #FDE4AE background.
This text has white color on #FDE4AE background.
Complementary color for #hex is #021B51.