Shades of Snuff #FCCEFF
Tints of Snuff #FCCEFF
RGB
CMYK
RGB Variations
Color information
#FCCEFF (or 0xFCCEFF) is known color: Snuff. HEX triplet: FC, CE and FF. RGB value is (252,206,255). Sum of RGB (Red+Green+Blue) = 252+206+255=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 206 (80.86% from 255 or 28.89% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEFF is #033100. Grayscale: #E1E1E1. Windows color (decimal): -209153 or 16764668. OLE color: 16764668.
HSL color Cylindrical-coordinate representation of color #FCCEFF: hue angle of 296.33º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCEFF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 206 | 255 | - |
| CMYK | 0.01 | 0.19 | 0 | 0 |
| HSL | 296.33º | 1% | 0.9% | - |
| HSV(B) | 296.33º | 0.19% | 1% | - |
| XYZ | 80.27 | 72.06 | 104.29 | - |
| YUV | 225.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 255 | 0.01 | 0.19 | 0 | 0 | 296.33 | 1 | 0.9 |
| Hex | FC | CE | FF | 1 | 13 | 0 | 0 | 128 | 64 | 5A |
| Octal | 374 | 316 | 377 | 1 | 23 | 0 | 0 | 450 | 144 | 132 |
| Binary | 11111100 | 11001110 | 11111111 | 1 | 10011 | 0 | 0 | 100101000 | 1100100 | 1011010 |
Color Harmonies of #FCCEFF
Complementary color
Monochromatic Colors of #FCCEFF
Black with #FCCEFF
Text Example
Text Example
White with #FCCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEFF; }
p { color: rgb(252,206,255); }
H1.HeaderClassName
{
color: #FCCEFF;
}
.AnyTagClassName
{
color: #FCCEFF;
}
</style>
background-color css
<style>
a { background-color: #FCCEFF; }
a { background-color: rgb(252,206,255); }
div.DivClassName
{
background-color: #FCCEFF;
}
.BgClassName
{
background-color: #FCCEFF;
}
</style>
border-color css
<style>
span { border-color: #FCCEFF; }
span { border-color: rgb(252,206,255); }
td.TdClassName
{
border-color: #FCCEFF;
}
.TagClassName
{
border-color: #FCCEFF;
}
</style>