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