HEX: #FCE1AE
RGB: (252,225,174)
#FCE1AE contains mainly red and green colors. Web safe color of #FCE1AE is #FFCC99 (or #FC9).
#FCE1AE color RGB value is (252,225,174).
RGB: (252,225,174)
(99%, 88%, 68%)
R 252 of 255 = 99%
G 225 of 255 = 88%
B 174 of 255 = 68%
R + G + B ~ 85%. #FCE1AE is quite light color.
R + G + B = 252 + 225 + 174 = 651 (100%)
R 252 of 651 ~ 38.71%
G 225 of 651 ~ 34.56%
B 174 of 651 ~ 26.73'%
#FCE1AE color CMYK value is (0,11,31,1).
CMYK: (0,11,31,1) C0M11Y31K1 (0%,11%,31%,1%) (0.00/0.11/0.31/0.01)
Color #FCE1AE in popluar color models
FC | E1 | AE | |
---|---|---|---|
RGB | 252 | 225 | 174 |
HSL | 39° | 92.86% | 83.53% |
HSB/HSV | 39° | 30.95% | 98.82% |
CMYK | 0.00% | 10.71% | 30.95% |
1.18% |
Color #FCE1AE in popluar number systems.
HEX | FC | E1 | AE |
Decimal | 252 | 225 | 174 |
Binary | 11111100 | 11100001 | 10101110 |
Octal | 374 | 341 | 256 |
Shades of #FCE1AE
Tints of #FCE1AE
Examples of css and html codes for elements with #FCE1AE color. Also use rgb(252,225,174) instead hex code.
.myTextColor { color: #FCE1AE; }
<p style="color:#FCE1AE">This sample text font color is #FCE1AE.</p>
This text font color is #FCE1AE.
.myBgColor { background-color: #FCE1AE; }
<div style="background-color:#FCE1AE">Inner text</div>
This div background color is #FCE1AE.
.myBorderColor { border: 1px solid #FCE1AE; }
<div style="border:3px solid #FCE1AE">Div</div>
This div border color is #FCE1AE.
.myOpacity80 { color: #FCE1AE; opacity: 0.8; }
<p style="color:#FCE1AE;opacity:0.8;">80%</p>
Text with #FCE1AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE1AE;}
<p style="text-shadow: 3px 3px 1px #FCE1AE">Text here.</p>
This text has shadow with #FCE1AE color.
.textShadow {text-shadow: 3px 3px 1px #FCE1AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE1AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE1AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE1AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE1AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE1AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE1AE;
-webkit-box-shadow: 1px 1px 3px 2px #FCE1AE;
box-shadow: 1px 1px 3px 2px #FCE1AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE1AE; -webkit-box-shadow: 1px 1px 3px 2px #FCE1AE; box-shadow:1px 1px 3px 2px #FCE1AE;">
Div content here
</div>
This text has color #FCE1AE on black background.
This text has color #FCE1AE on white background.
This text has black color on #FCE1AE background.
This text has white color on #FCE1AE background.
Complementary color for #hex is #031E51.