Shades of Snuff #FCCEF7
Tints of Snuff #FCCEF7
RGB
CMYK
RGB Variations
Color information
#FCCEF7 (or 0xFCCEF7) is known color: Snuff. HEX triplet: FC, CE and F7. RGB value is (252,206,247). Sum of RGB (Red+Green+Blue) = 252+206+247=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF7 is #033108. Grayscale: #E0E0E0. Windows color (decimal): -209161 or 16240380. OLE color: 16240380.
HSL color Cylindrical-coordinate representation of color #FCCEF7: hue angle of 306.52º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEF7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 247 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.01 |
| HSL | 306.52º | 0.88% | 0.9% | - |
| HSV(B) | 306.52º | 0.18% | 0.99% | - |
| XYZ | 79 | 71.55 | 97.64 | - |
| YUV | 224.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 247 | 0 | 0.18 | 0.02 | 0.01 | 306.52 | 0.88 | 0.9 |
| Hex | FC | CE | F7 | 0 | 12 | 2 | 1 | 133 | 58 | 5A |
| Octal | 374 | 316 | 367 | 0 | 22 | 2 | 1 | 463 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11110111 | 0 | 10010 | 10 | 1 | 100110011 | 1011000 | 1011010 |
Color Harmonies of #FCCEF7
Complementary color
Monochromatic Colors of #FCCEF7
Black with #FCCEF7
Text Example
Text Example
White with #FCCEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEF7; }
p { color: rgb(252,206,247); }
H1.HeaderClassName
{
color: #FCCEF7;
}
.AnyTagClassName
{
color: #FCCEF7;
}
</style>
background-color css
<style>
a { background-color: #FCCEF7; }
a { background-color: rgb(252,206,247); }
div.DivClassName
{
background-color: #FCCEF7;
}
.BgClassName
{
background-color: #FCCEF7;
}
</style>
border-color css
<style>
span { border-color: #FCCEF7; }
span { border-color: rgb(252,206,247); }
td.TdClassName
{
border-color: #FCCEF7;
}
.TagClassName
{
border-color: #FCCEF7;
}
</style>