HEX: #FDE1AC
RGB: (253,225,172)
#FDE1AC contains mainly red and green colors. Web safe color of #FDE1AC is #FFCC99 (or #FC9).
#FDE1AC color RGB value is (253,225,172).
RGB: (253,225,172)
(99%, 88%, 67%)
R 253 of 255 = 99%
G 225 of 255 = 88%
B 172 of 255 = 67%
R + G + B ~ 85%. #FDE1AC is quite light color.
R + G + B = 253 + 225 + 172 = 650 (100%)
R 253 of 650 ~ 38.92%
G 225 of 650 ~ 34.62%
B 172 of 650 ~ 26.46'%
#FDE1AC color CMYK value is (0,11,32,1).
CMYK: (0,11,32,1)
C0M11Y32K1 (0%, 11%, 32%, 1%)
(0.00 / 0.11 / 0.32 / 0.01)
Color #FDE1AC in popluar color models
FD | E1 | AC | |
---|---|---|---|
RGB | 253 | 225 | 172 |
HSL | 39° | 95.29% | 83.33% |
HSB/HSV | 39° | 32.02% | 99.22% |
CMYK | 0.00% | 11.07% | 32.02% |
0.78% |
Color #FDE1AC in popluar number systems.
HEX | FD | E1 | AC |
Decimal | 253 | 225 | 172 |
Binary | 11111101 | 11100001 | 10101100 |
Octal | 375 | 341 | 254 |
Shades of #FDE1AC
Tints of #FDE1AC
Examples of css and html codes for elements with #FDE1AC color. Also use rgb(253,225,172) instead hex code.
.myTextColor { color: #FDE1AC; }
<p style="color:#FDE1AC">This sample text font color is #FDE1AC.</p>
This text font color is #FDE1AC.
.myBgColor { background-color: #FDE1AC; }
<div style="background-color:#FDE1AC">Inner text</div>
This div background color is #FDE1AC.
.myBorderColor { border: 1px solid #FDE1AC; }
<div style="border:3px solid #FDE1AC">Div</div>
This div border color is #FDE1AC.
.myOpacity80 { color: #FDE1AC; opacity: 0.8; }
<p style="color:#FDE1AC;opacity:0.8;">80%</p>
Text with #FDE1AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDE1AC;}
<p style="text-shadow: 3px 3px 1px #FDE1AC">Text here.</p>
This text has shadow with #FDE1AC color.
.textShadow {text-shadow: 3px 3px 1px #FDE1AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDE1AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDE1AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDE1AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDE1AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDE1AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDE1AC;
-webkit-box-shadow: 1px 1px 3px 2px #FDE1AC;
box-shadow: 1px 1px 3px 2px #FDE1AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDE1AC; -webkit-box-shadow: 1px 1px 3px 2px #FDE1AC; box-shadow:1px 1px 3px 2px #FDE1AC;">
Div content here
</div>
This text has color #FDE1AC on black background.
This text has color #FDE1AC on white background.
This text has black color on #FDE1AC background.
This text has white color on #FDE1AC background.
Complementary color for #hex is #021E53.