HEX: #FCE0EB
RGB: (252,224,235)
#FCE0EB contains red, green and blue colors in about the same proportion. Web safe color of #FCE0EB is #FFCCFF (or #FCF).
#FCE0EB color RGB value is (252,224,235).
RGB: (252,224,235)
(99%, 88%, 92%)
R 252 of 255 = 99%
G 224 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 93%. #FCE0EB is light color.
R + G + B = 252 + 224 + 235 = 711 (100%)
R 252 of 711 ~ 35.44%
G 224 of 711 ~ 31.5%
B 235 of 711 ~ 33.05'%
#FCE0EB color CMYK value is (0,11,7,1).
CMYK: (0,11,7,1)
C0M11Y7K1 (0%, 11%, 7%, 1%)
(0.00 / 0.11 / 0.07 / 0.01)
Color #FCE0EB in popluar color models
FC | E0 | EB | |
---|---|---|---|
RGB | 252 | 224 | 235 |
HSL | 336° | 82.35% | 93.33% |
HSB/HSV | 336° | 11.11% | 98.82% |
CMYK | 0.00% | 11.11% | 6.75% |
1.18% |
Color #FCE0EB in popluar number systems.
HEX | FC | E0 | EB |
Decimal | 252 | 224 | 235 |
Binary | 11111100 | 11100000 | 11101011 |
Octal | 374 | 340 | 353 |
Shades of #FCE0EB
Tints of #FCE0EB
Examples of css and html codes for elements with #FCE0EB color. Also use rgb(252,224,235) instead hex code.
.myTextColor { color: #FCE0EB; }
<p style="color:#FCE0EB">This sample text font color is #FCE0EB.</p>
This text font color is #FCE0EB.
.myBgColor { background-color: #FCE0EB; }
<div style="background-color:#FCE0EB">Inner text</div>
This div background color is #FCE0EB.
.myBorderColor { border: 1px solid #FCE0EB; }
<div style="border:3px solid #FCE0EB">Div</div>
This div border color is #FCE0EB.
.myOpacity80 { color: #FCE0EB; opacity: 0.8; }
<p style="color:#FCE0EB;opacity:0.8;">80%</p>
Text with #FCE0EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE0EB;}
<p style="text-shadow: 3px 3px 1px #FCE0EB">Text here.</p>
This text has shadow with #FCE0EB color.
.textShadow {text-shadow: 3px 3px 1px #FCE0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE0EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE0EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE0EB;
-webkit-box-shadow: 1px 1px 3px 2px #FCE0EB;
box-shadow: 1px 1px 3px 2px #FCE0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE0EB; -webkit-box-shadow: 1px 1px 3px 2px #FCE0EB; box-shadow:1px 1px 3px 2px #FCE0EB;">
Div content here
</div>
This text has color #FCE0EB on black background.
This text has color #FCE0EB on white background.
This text has black color on #FCE0EB background.
This text has white color on #FCE0EB background.
Complementary color for #hex is #031F14.