HEX: #FCE1EF
RGB: (252,225,239)
#FCE1EF contains red, green and blue colors in about the same proportion. Web safe color of #FCE1EF is #FFCCFF (or #FCF).
#FCE1EF color RGB value is (252,225,239).
RGB: (252,225,239)
(99%, 88%, 94%)
R 252 of 255 = 99%
G 225 of 255 = 88%
B 239 of 255 = 94%
R + G + B ~ 94%. #FCE1EF is light color.
R + G + B = 252 + 225 + 239 = 716 (100%)
R 252 of 716 ~ 35.2%
G 225 of 716 ~ 31.42%
B 239 of 716 ~ 33.38'%
#FCE1EF color CMYK value is (0,11,5,1).
CMYK: (0,11,5,1)
C0M11Y5K1 (0%, 11%, 5%, 1%)
(0.00 / 0.11 / 0.05 / 0.01)
Color #FCE1EF in popluar color models
FC | E1 | EF | |
---|---|---|---|
RGB | 252 | 225 | 239 |
HSL | 329° | 81.82% | 93.53% |
HSB/HSV | 329° | 10.71% | 98.82% |
CMYK | 0.00% | 10.71% | 5.16% |
1.18% |
Color #FCE1EF in popluar number systems.
HEX | FC | E1 | EF |
Decimal | 252 | 225 | 239 |
Binary | 11111100 | 11100001 | 11101111 |
Octal | 374 | 341 | 357 |
Shades of #FCE1EF
Tints of #FCE1EF
Examples of css and html codes for elements with #FCE1EF color. Also use rgb(252,225,239) instead hex code.
.myTextColor { color: #FCE1EF; }
<p style="color:#FCE1EF">This sample text font color is #FCE1EF.</p>
This text font color is #FCE1EF.
.myBgColor { background-color: #FCE1EF; }
<div style="background-color:#FCE1EF">Inner text</div>
This div background color is #FCE1EF.
.myBorderColor { border: 1px solid #FCE1EF; }
<div style="border:3px solid #FCE1EF">Div</div>
This div border color is #FCE1EF.
.myOpacity80 { color: #FCE1EF; opacity: 0.8; }
<p style="color:#FCE1EF;opacity:0.8;">80%</p>
Text with #FCE1EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE1EF;}
<p style="text-shadow: 3px 3px 1px #FCE1EF">Text here.</p>
This text has shadow with #FCE1EF color.
.textShadow {text-shadow: 3px 3px 1px #FCE1EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE1EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE1EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE1EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE1EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE1EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE1EF;
-webkit-box-shadow: 1px 1px 3px 2px #FCE1EF;
box-shadow: 1px 1px 3px 2px #FCE1EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE1EF; -webkit-box-shadow: 1px 1px 3px 2px #FCE1EF; box-shadow:1px 1px 3px 2px #FCE1EF;">
Div content here
</div>
This text has color #FCE1EF on black background.
This text has color #FCE1EF on white background.
This text has black color on #FCE1EF background.
This text has white color on #FCE1EF background.
Complementary color for #hex is #031E10.