HEX: #FCE2DC
RGB: (252,226,220)
#FCE2DC contains red, green and blue colors in about the same proportion. Web safe color of #FCE2DC is #FFCCCC (or #FCC).
#FCE2DC color RGB value is (252,226,220).
RGB: (252,226,220)
(99%, 89%, 86%)
R 252 of 255 = 99%
G 226 of 255 = 89%
B 220 of 255 = 86%
R + G + B ~ 91%. #FCE2DC is light color.
R + G + B = 252 + 226 + 220 = 698 (100%)
R 252 of 698 ~ 36.1%
G 226 of 698 ~ 32.38%
B 220 of 698 ~ 31.52'%
#FCE2DC color CMYK value is (0,10,13,1).
CMYK: (0,10,13,1)
C0M10Y13K1 (0%, 10%, 13%, 1%)
(0.00 / 0.10 / 0.13 / 0.01)
Color #FCE2DC in popluar color models
FC | E2 | DC | |
---|---|---|---|
RGB | 252 | 226 | 220 |
HSL | 11° | 84.21% | 92.55% |
HSB/HSV | 11° | 12.70% | 98.82% |
CMYK | 0.00% | 10.32% | 12.70% |
1.18% |
Color #FCE2DC in popluar number systems.
HEX | FC | E2 | DC |
Decimal | 252 | 226 | 220 |
Binary | 11111100 | 11100010 | 11011100 |
Octal | 374 | 342 | 334 |
Shades of #FCE2DC
Tints of #FCE2DC
Examples of css and html codes for elements with #FCE2DC color. Also use rgb(252,226,220) instead hex code.
.myTextColor { color: #FCE2DC; }
<p style="color:#FCE2DC">This sample text font color is #FCE2DC.</p>
This text font color is #FCE2DC.
.myBgColor { background-color: #FCE2DC; }
<div style="background-color:#FCE2DC">Inner text</div>
This div background color is #FCE2DC.
.myBorderColor { border: 1px solid #FCE2DC; }
<div style="border:3px solid #FCE2DC">Div</div>
This div border color is #FCE2DC.
.myOpacity80 { color: #FCE2DC; opacity: 0.8; }
<p style="color:#FCE2DC;opacity:0.8;">80%</p>
Text with #FCE2DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE2DC;}
<p style="text-shadow: 3px 3px 1px #FCE2DC">Text here.</p>
This text has shadow with #FCE2DC color.
.textShadow {text-shadow: 3px 3px 1px #FCE2DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE2DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE2DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE2DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE2DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE2DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE2DC;
-webkit-box-shadow: 1px 1px 3px 2px #FCE2DC;
box-shadow: 1px 1px 3px 2px #FCE2DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE2DC; -webkit-box-shadow: 1px 1px 3px 2px #FCE2DC; box-shadow:1px 1px 3px 2px #FCE2DC;">
Div content here
</div>
This text has color #FCE2DC on black background.
This text has color #FCE2DC on white background.
This text has black color on #FCE2DC background.
This text has white color on #FCE2DC background.
Complementary color for #hex is #031D23.