HEX: #FCE4ED
RGB: (252,228,237)
#FCE4ED contains red, green and blue colors in about the same proportion. Web safe color of #FCE4ED is #FFCCFF (or #FCF).
#FCE4ED color RGB value is (252,228,237).
RGB: (252,228,237)
(99%, 89%, 93%)
R 252 of 255 = 99%
G 228 of 255 = 89%
B 237 of 255 = 93%
R + G + B ~ 94%. #FCE4ED is light color.
R + G + B = 252 + 228 + 237 = 717 (100%)
R 252 of 717 ~ 35.15%
G 228 of 717 ~ 31.8%
B 237 of 717 ~ 33.05'%
#FCE4ED color CMYK value is (0,10,6,1).
CMYK: (0,10,6,1)
C0M10Y6K1 (0%, 10%, 6%, 1%)
(0.00 / 0.10 / 0.06 / 0.01)
Color #FCE4ED in popluar color models
FC | E4 | ED | |
---|---|---|---|
RGB | 252 | 228 | 237 |
HSL | 338° | 80.00% | 94.12% |
HSB/HSV | 338° | 9.52% | 98.82% |
CMYK | 0.00% | 9.52% | 5.95% |
1.18% |
Color #FCE4ED in popluar number systems.
HEX | FC | E4 | ED |
Decimal | 252 | 228 | 237 |
Binary | 11111100 | 11100100 | 11101101 |
Octal | 374 | 344 | 355 |
Shades of #FCE4ED
Tints of #FCE4ED
Examples of css and html codes for elements with #FCE4ED color. Also use rgb(252,228,237) instead hex code.
.myTextColor { color: #FCE4ED; }
<p style="color:#FCE4ED">This sample text font color is #FCE4ED.</p>
This text font color is #FCE4ED.
.myBgColor { background-color: #FCE4ED; }
<div style="background-color:#FCE4ED">Inner text</div>
This div background color is #FCE4ED.
.myBorderColor { border: 1px solid #FCE4ED; }
<div style="border:3px solid #FCE4ED">Div</div>
This div border color is #FCE4ED.
.myOpacity80 { color: #FCE4ED; opacity: 0.8; }
<p style="color:#FCE4ED;opacity:0.8;">80%</p>
Text with #FCE4ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE4ED;}
<p style="text-shadow: 3px 3px 1px #FCE4ED">Text here.</p>
This text has shadow with #FCE4ED color.
.textShadow {text-shadow: 3px 3px 1px #FCE4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE4ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE4ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE4ED;
-webkit-box-shadow: 1px 1px 3px 2px #FCE4ED;
box-shadow: 1px 1px 3px 2px #FCE4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE4ED; -webkit-box-shadow: 1px 1px 3px 2px #FCE4ED; box-shadow:1px 1px 3px 2px #FCE4ED;">
Div content here
</div>
This text has color #FCE4ED on black background.
This text has color #FCE4ED on white background.
This text has black color on #FCE4ED background.
This text has white color on #FCE4ED background.
Complementary color for #hex is #031B12.