Shades of Snuff #FCCFF9
Tints of Snuff #FCCFF9
RGB
CMYK
RGB Variations
Color information
#FCCFF9 (or 0xFCCFF9) is known color: Snuff. HEX triplet: FC, CF and F9. RGB value is (252,207,249). Sum of RGB (Red+Green+Blue) = 252+207+249=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF9 is #033006. Grayscale: #E1E1E1. Windows color (decimal): -208903 or 16371708. OLE color: 16371708.
HSL color Cylindrical-coordinate representation of color #FCCFF9: hue angle of 304º 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 #FCCFF9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 249 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.01 |
| HSL | 304º | 0.88% | 0.9% | - |
| HSV(B) | 304º | 0.18% | 0.99% | - |
| XYZ | 79.56 | 72.16 | 99.36 | - |
| YUV | 225.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 249 | 0 | 0.18 | 0.01 | 0.01 | 304 | 0.88 | 0.9 |
| Hex | FC | CF | F9 | 0 | 12 | 1 | 1 | 130 | 58 | 5A |
| Octal | 374 | 317 | 371 | 0 | 22 | 1 | 1 | 460 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11111001 | 0 | 10010 | 1 | 1 | 100110000 | 1011000 | 1011010 |
Color Harmonies of #FCCFF9
Complementary color
Monochromatic Colors of #FCCFF9
Black with #FCCFF9
Text Example
Text Example
White with #FCCFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFF9; }
p { color: rgb(252,207,249); }
H1.HeaderClassName
{
color: #FCCFF9;
}
.AnyTagClassName
{
color: #FCCFF9;
}
</style>
background-color css
<style>
a { background-color: #FCCFF9; }
a { background-color: rgb(252,207,249); }
div.DivClassName
{
background-color: #FCCFF9;
}
.BgClassName
{
background-color: #FCCFF9;
}
</style>
border-color css
<style>
span { border-color: #FCCFF9; }
span { border-color: rgb(252,207,249); }
td.TdClassName
{
border-color: #FCCFF9;
}
.TagClassName
{
border-color: #FCCFF9;
}
</style>