HEX: #FCE7EF
RGB: (252,231,239)
#FCE7EF contains red, green and blue colors in about the same proportion. Web safe color of #FCE7EF is #FFFFFF (or #FFF).
#FCE7EF color RGB value is (252,231,239).
RGB: (252,231,239)
(99%, 91%, 94%)
R 252 of 255 = 99%
G 231 of 255 = 91%
B 239 of 255 = 94%
R + G + B ~ 95%. #FCE7EF is light color.
R + G + B = 252 + 231 + 239 = 722 (100%)
R 252 of 722 ~ 34.9%
G 231 of 722 ~ 31.99%
B 239 of 722 ~ 33.1'%
#FCE7EF color CMYK value is (0,8,5,1).
CMYK: (0,8,5,1)
C0M8Y5K1 (0%, 8%, 5%, 1%)
(0.00 / 0.08 / 0.05 / 0.01)
Color #FCE7EF in popluar color models
FC | E7 | EF | |
---|---|---|---|
RGB | 252 | 231 | 239 |
HSL | 337° | 77.78% | 94.71% |
HSB/HSV | 337° | 8.33% | 98.82% |
CMYK | 0.00% | 8.33% | 5.16% |
1.18% |
Color #FCE7EF in popluar number systems.
HEX | FC | E7 | EF |
Decimal | 252 | 231 | 239 |
Binary | 11111100 | 11100111 | 11101111 |
Octal | 374 | 347 | 357 |
Shades of #FCE7EF
Tints of #FCE7EF
Examples of css and html codes for elements with #FCE7EF color. Also use rgb(252,231,239) instead hex code.
.myTextColor { color: #FCE7EF; }
<p style="color:#FCE7EF">This sample text font color is #FCE7EF.</p>
This text font color is #FCE7EF.
.myBgColor { background-color: #FCE7EF; }
<div style="background-color:#FCE7EF">Inner text</div>
This div background color is #FCE7EF.
.myBorderColor { border: 1px solid #FCE7EF; }
<div style="border:3px solid #FCE7EF">Div</div>
This div border color is #FCE7EF.
.myOpacity80 { color: #FCE7EF; opacity: 0.8; }
<p style="color:#FCE7EF;opacity:0.8;">80%</p>
Text with #FCE7EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE7EF;}
<p style="text-shadow: 3px 3px 1px #FCE7EF">Text here.</p>
This text has shadow with #FCE7EF color.
.textShadow {text-shadow: 3px 3px 1px #FCE7EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE7EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE7EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE7EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE7EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE7EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE7EF;
-webkit-box-shadow: 1px 1px 3px 2px #FCE7EF;
box-shadow: 1px 1px 3px 2px #FCE7EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE7EF; -webkit-box-shadow: 1px 1px 3px 2px #FCE7EF; box-shadow:1px 1px 3px 2px #FCE7EF;">
Div content here
</div>
This text has color #FCE7EF on black background.
This text has color #FCE7EF on white background.
This text has black color on #FCE7EF background.
This text has white color on #FCE7EF background.
Complementary color for #hex is #031810.