HEX: #FCE4DE
RGB: (252,228,222)
#FCE4DE contains red, green and blue colors in about the same proportion. Web safe color of #FCE4DE is #FFCCCC (or #FCC).
#FCE4DE color RGB value is (252,228,222).
RGB: (252,228,222)
(99%, 89%, 87%)
R 252 of 255 = 99%
G 228 of 255 = 89%
B 222 of 255 = 87%
R + G + B ~ 92%. #FCE4DE is light color.
R + G + B = 252 + 228 + 222 = 702 (100%)
R 252 of 702 ~ 35.9%
G 228 of 702 ~ 32.48%
B 222 of 702 ~ 31.62'%
#FCE4DE color CMYK value is (0,10,12,1).
CMYK: (0,10,12,1)
C0M10Y12K1 (0%, 10%, 12%, 1%)
(0.00 / 0.10 / 0.12 / 0.01)
Color #FCE4DE in popluar color models
FC | E4 | DE | |
---|---|---|---|
RGB | 252 | 228 | 222 |
HSL | 12° | 83.33% | 92.94% |
HSB/HSV | 12° | 11.90% | 98.82% |
CMYK | 0.00% | 9.52% | 11.90% |
1.18% |
Color #FCE4DE in popluar number systems.
HEX | FC | E4 | DE |
Decimal | 252 | 228 | 222 |
Binary | 11111100 | 11100100 | 11011110 |
Octal | 374 | 344 | 336 |
Shades of #FCE4DE
Tints of #FCE4DE
Examples of css and html codes for elements with #FCE4DE color. Also use rgb(252,228,222) instead hex code.
.myTextColor { color: #FCE4DE; }
<p style="color:#FCE4DE">This sample text font color is #FCE4DE.</p>
This text font color is #FCE4DE.
.myBgColor { background-color: #FCE4DE; }
<div style="background-color:#FCE4DE">Inner text</div>
This div background color is #FCE4DE.
.myBorderColor { border: 1px solid #FCE4DE; }
<div style="border:3px solid #FCE4DE">Div</div>
This div border color is #FCE4DE.
.myOpacity80 { color: #FCE4DE; opacity: 0.8; }
<p style="color:#FCE4DE;opacity:0.8;">80%</p>
Text with #FCE4DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE4DE;}
<p style="text-shadow: 3px 3px 1px #FCE4DE">Text here.</p>
This text has shadow with #FCE4DE color.
.textShadow {text-shadow: 3px 3px 1px #FCE4DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE4DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE4DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE4DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE4DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE4DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE4DE;
-webkit-box-shadow: 1px 1px 3px 2px #FCE4DE;
box-shadow: 1px 1px 3px 2px #FCE4DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE4DE; -webkit-box-shadow: 1px 1px 3px 2px #FCE4DE; box-shadow:1px 1px 3px 2px #FCE4DE;">
Div content here
</div>
This text has color #FCE4DE on black background.
This text has color #FCE4DE on white background.
This text has black color on #FCE4DE background.
This text has white color on #FCE4DE background.
Complementary color for #hex is #031B21.