HEX: #FCC8ED
RGB: (252,200,237)
#FCC8ED contains red, green and blue colors in about the same proportion. Web safe color of #FCC8ED is #FFCCFF (or #FCF).
#FCC8ED color RGB value is (252,200,237).
RGB: (252,200,237)
(99%, 78%, 93%)
R 252 of 255 = 99%
G 200 of 255 = 78%
B 237 of 255 = 93%
R + G + B ~ 90%. #FCC8ED is light color.
R + G + B = 252 + 200 + 237 = 689 (100%)
R 252 of 689 ~ 36.57%
G 200 of 689 ~ 29.03%
B 237 of 689 ~ 34.4'%
#FCC8ED color CMYK value is (0,21,6,1).
CMYK: (0,21,6,1) C0M21Y6K1 (0%,21%,6%,1%) (0.00/0.21/0.06/0.01)
Color #FCC8ED in popluar color models
FC | C8 | ED | |
---|---|---|---|
RGB | 252 | 200 | 237 |
HSL | 317° | 89.66% | 88.63% |
HSB/HSV | 317° | 20.63% | 98.82% |
CMYK | 0.00% | 20.63% | 5.95% |
1.18% |
Color #FCC8ED in popluar number systems.
HEX | FC | C8 | ED |
Decimal | 252 | 200 | 237 |
Binary | 11111100 | 11001000 | 11101101 |
Octal | 374 | 310 | 355 |
Shades of #FCC8ED
Tints of #FCC8ED
Examples of css and html codes for elements with #FCC8ED color. Also use rgb(252,200,237) instead hex code.
.myTextColor { color: #FCC8ED; }
<p style="color:#FCC8ED">This sample text font color is #FCC8ED.</p>
This text font color is #FCC8ED.
.myBgColor { background-color: #FCC8ED; }
<div style="background-color:#FCC8ED">Inner text</div>
This div background color is #FCC8ED.
.myBorderColor { border: 1px solid #FCC8ED; }
<div style="border:3px solid #FCC8ED">Div</div>
This div border color is #FCC8ED.
.myOpacity80 { color: #FCC8ED; opacity: 0.8; }
<p style="color:#FCC8ED;opacity:0.8;">80%</p>
Text with #FCC8ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCC8ED;}
<p style="text-shadow: 3px 3px 1px #FCC8ED">Text here.</p>
This text has shadow with #FCC8ED color.
.textShadow {text-shadow: 3px 3px 1px #FCC8ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCC8ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCC8ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC8ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCC8ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCC8ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC8ED;
-webkit-box-shadow: 1px 1px 3px 2px #FCC8ED;
box-shadow: 1px 1px 3px 2px #FCC8ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC8ED; -webkit-box-shadow: 1px 1px 3px 2px #FCC8ED; box-shadow:1px 1px 3px 2px #FCC8ED;">
Div content here
</div>
This text has color #FCC8ED on black background.
This text has color #FCC8ED on white background.
This text has black color on #FCC8ED background.
This text has white color on #FCC8ED background.
Complementary color for #hex is #033712.