HEX: #FCCFF6
RGB: (252,207,246)
#FCCFF6 contains red, green and blue colors in about the same proportion. Web safe color of #FCCFF6 is #FFCCFF (or #FCF).
#FCCFF6 color RGB value is (252,207,246).
RGB: (252,207,246)
(99%, 81%, 96%)
R 252 of 255 = 99%
G 207 of 255 = 81%
B 246 of 255 = 96%
R + G + B ~ 92%. #FCCFF6 is light color.
R + G + B = 252 + 207 + 246 = 705 (100%)
R 252 of 705 ~ 35.74%
G 207 of 705 ~ 29.36%
B 246 of 705 ~ 34.89'%
#FCCFF6 color CMYK value is (0,18,2,1).
CMYK: (0,18,2,1)
C0M18Y2K1 (0%, 18%, 2%, 1%)
(0.00 / 0.18 / 0.02 / 0.01)
Color #FCCFF6 in popluar color models
FC | CF | F6 | |
---|---|---|---|
RGB | 252 | 207 | 246 |
HSL | 308° | 88.24% | 90.00% |
HSB/HSV | 308° | 17.86% | 98.82% |
CMYK | 0.00% | 17.86% | 2.38% |
1.18% |
Color #FCCFF6 in popluar number systems.
HEX | FC | CF | F6 |
Decimal | 252 | 207 | 246 |
Binary | 11111100 | 11001111 | 11110110 |
Octal | 374 | 317 | 366 |
Shades of #FCCFF6
Tints of #FCCFF6
Examples of css and html codes for elements with #FCCFF6 color. Also use rgb(252,207,246) instead hex code.
.myTextColor { color: #FCCFF6; }
<p style="color:#FCCFF6">This sample text font color is #FCCFF6.</p>
This text font color is #FCCFF6.
.myBgColor { background-color: #FCCFF6; }
<div style="background-color:#FCCFF6">Inner text</div>
This div background color is #FCCFF6.
.myBorderColor { border: 1px solid #FCCFF6; }
<div style="border:3px solid #FCCFF6">Div</div>
This div border color is #FCCFF6.
.myOpacity80 { color: #FCCFF6; opacity: 0.8; }
<p style="color:#FCCFF6;opacity:0.8;">80%</p>
Text with #FCCFF6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCCFF6;}
<p style="text-shadow: 3px 3px 1px #FCCFF6">Text here.</p>
This text has shadow with #FCCFF6 color.
.textShadow {text-shadow: 3px 3px 1px #FCCFF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCCFF6, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCCFF6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCCFF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCCFF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCCFF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCCFF6;
-webkit-box-shadow: 1px 1px 3px 2px #FCCFF6;
box-shadow: 1px 1px 3px 2px #FCCFF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCCFF6; -webkit-box-shadow: 1px 1px 3px 2px #FCCFF6; box-shadow:1px 1px 3px 2px #FCCFF6;">
Div content here
</div>
This text has color #FCCFF6 on black background.
This text has color #FCCFF6 on white background.
This text has black color on #FCCFF6 background.
This text has white color on #FCCFF6 background.
Complementary color for #hex is #033009.