HEX: #FCCCFE
RGB: (252,204,254)
#FCCCFE contains red, green and blue colors in about the same proportion. Web safe color of #FCCCFE is #FFCCFF (or #FCF).
#FCCCFE color RGB value is (252,204,254).
RGB: (252,204,254)
(99%, 80%, 100%)
R 252 of 255 = 99%
G 204 of 255 = 80%
B 254 of 255 = 100%
R + G + B ~ 93%. #FCCCFE is light color.
R + G + B = 252 + 204 + 254 = 710 (100%)
R 252 of 710 ~ 35.49%
G 204 of 710 ~ 28.73%
B 254 of 710 ~ 35.77'%
#FCCCFE color CMYK value is (1,20,0,0).
CMYK: (1,20,0,0)
C1M20Y0K0 (1%, 20%, 0%, 0%)
(0.01 / 0.20 / 0.00 / 0.00)
Color #FCCCFE in popluar color models
FC | CC | FE | |
---|---|---|---|
RGB | 252 | 204 | 254 |
HSL | 298° | 96.15% | 89.80% |
HSB/HSV | 298° | 19.69% | 99.61% |
CMYK | 0.79% | 19.69% | 0.00% |
0.39% |
Color #FCCCFE in popluar number systems.
HEX | FC | CC | FE |
Decimal | 252 | 204 | 254 |
Binary | 11111100 | 11001100 | 11111110 |
Octal | 374 | 314 | 376 |
Shades of #FCCCFE
Tints of #FCCCFE
Examples of css and html codes for elements with #FCCCFE color. Also use rgb(252,204,254) instead hex code.
.myTextColor { color: #FCCCFE; }
<p style="color:#FCCCFE">This sample text font color is #FCCCFE.</p>
This text font color is #FCCCFE.
.myBgColor { background-color: #FCCCFE; }
<div style="background-color:#FCCCFE">Inner text</div>
This div background color is #FCCCFE.
.myBorderColor { border: 1px solid #FCCCFE; }
<div style="border:3px solid #FCCCFE">Div</div>
This div border color is #FCCCFE.
.myOpacity80 { color: #FCCCFE; opacity: 0.8; }
<p style="color:#FCCCFE;opacity:0.8;">80%</p>
Text with #FCCCFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCCCFE;}
<p style="text-shadow: 3px 3px 1px #FCCCFE">Text here.</p>
This text has shadow with #FCCCFE color.
.textShadow {text-shadow: 3px 3px 1px #FCCCFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCCCFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCCCFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCCCFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCCCFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCCCFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCCCFE;
-webkit-box-shadow: 1px 1px 3px 2px #FCCCFE;
box-shadow: 1px 1px 3px 2px #FCCCFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCCCFE; -webkit-box-shadow: 1px 1px 3px 2px #FCCCFE; box-shadow:1px 1px 3px 2px #FCCCFE;">
Div content here
</div>
This text has color #FCCCFE on black background.
This text has color #FCCCFE on white background.
This text has black color on #FCCCFE background.
This text has white color on #FCCCFE background.
Complementary color for #hex is #033301.