Shades of Snuff #F9C9FF
Tints of Snuff #F9C9FF
RGB
CMYK
RGB Variations
Color information
#F9C9FF (or 0xF9C9FF) is known color: Snuff. HEX triplet: F9, C9 and FF. RGB value is (249,201,255). Sum of RGB (Red+Green+Blue) = 249+201+255=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9FF is #063600. Grayscale: #DDDDDD. Windows color (decimal): -407041 or 16763385. OLE color: 16763385.
HSL color Cylindrical-coordinate representation of color #F9C9FF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C9FF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 201 | 255 | - |
| CMYK | 0.02 | 0.21 | 0 | 0 |
| HSL | 293.33º | 1% | 0.89% | - |
| HSV(B) | 293.33º | 0.21% | 1% | - |
| XYZ | 78 | 69.13 | 103.84 | - |
| YUV | 221.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 255 | 0.02 | 0.21 | 0 | 0 | 293.33 | 1 | 0.89 |
| Hex | F9 | C9 | FF | 2 | 15 | 0 | 0 | 125 | 64 | 59 |
| Octal | 371 | 311 | 377 | 2 | 25 | 0 | 0 | 445 | 144 | 131 |
| Binary | 11111001 | 11001001 | 11111111 | 10 | 10101 | 0 | 0 | 100100101 | 1100100 | 1011001 |
Color Harmonies of #F9C9FF
Complementary color
Monochromatic Colors of #F9C9FF
Black with #F9C9FF
Text Example
Text Example
White with #F9C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9FF; }
p { color: rgb(249,201,255); }
H1.HeaderClassName
{
color: #F9C9FF;
}
.AnyTagClassName
{
color: #F9C9FF;
}
</style>
background-color css
<style>
a { background-color: #F9C9FF; }
a { background-color: rgb(249,201,255); }
div.DivClassName
{
background-color: #F9C9FF;
}
.BgClassName
{
background-color: #F9C9FF;
}
</style>
border-color css
<style>
span { border-color: #F9C9FF; }
span { border-color: rgb(249,201,255); }
td.TdClassName
{
border-color: #F9C9FF;
}
.TagClassName
{
border-color: #F9C9FF;
}
</style>