Shades of Snuff #FCCEF9
Tints of Snuff #FCCEF9
RGB
CMYK
RGB Variations
Color information
#FCCEF9 (or 0xFCCEF9) is known color: Snuff. HEX triplet: FC, CE and F9. RGB value is (252,206,249). Sum of RGB (Red+Green+Blue) = 252+206+249=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF9 is #033106. Grayscale: #E0E0E0. Windows color (decimal): -209159 or 16371452. OLE color: 16371452.
HSL color Cylindrical-coordinate representation of color #FCCEF9: hue angle of 303.91º 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 #FCCEF9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 249 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.01 |
| HSL | 303.91º | 0.88% | 0.9% | - |
| HSV(B) | 303.91º | 0.18% | 0.99% | - |
| XYZ | 79.32 | 71.68 | 99.28 | - |
| YUV | 224.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 249 | 0 | 0.18 | 0.01 | 0.01 | 303.91 | 0.88 | 0.9 |
| Hex | FC | CE | F9 | 0 | 12 | 1 | 1 | 130 | 58 | 5A |
| Octal | 374 | 316 | 371 | 0 | 22 | 1 | 1 | 460 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11111001 | 0 | 10010 | 1 | 1 | 100110000 | 1011000 | 1011010 |
Color Harmonies of #FCCEF9
Complementary color
Monochromatic Colors of #FCCEF9
Black with #FCCEF9
Text Example
Text Example
White with #FCCEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEF9; }
p { color: rgb(252,206,249); }
H1.HeaderClassName
{
color: #FCCEF9;
}
.AnyTagClassName
{
color: #FCCEF9;
}
</style>
background-color css
<style>
a { background-color: #FCCEF9; }
a { background-color: rgb(252,206,249); }
div.DivClassName
{
background-color: #FCCEF9;
}
.BgClassName
{
background-color: #FCCEF9;
}
</style>
border-color css
<style>
span { border-color: #FCCEF9; }
span { border-color: rgb(252,206,249); }
td.TdClassName
{
border-color: #FCCEF9;
}
.TagClassName
{
border-color: #FCCEF9;
}
</style>