Shades of Snuff #F9C0F6
Tints of Snuff #F9C0F6
RGB
CMYK
RGB Variations
Color information
#F9C0F6 (or 0xF9C0F6) is known color: Snuff. HEX triplet: F9, C0 and F6. RGB value is (249,192,246). Sum of RGB (Red+Green+Blue) = 249+192+246=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0F6 is #063F09. Grayscale: #D7D7D7. Windows color (decimal): -409354 or 16171257. OLE color: 16171257.
HSL color Cylindrical-coordinate representation of color #F9C0F6: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0F6 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 246 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.02 |
| HSL | 303.16º | 0.83% | 0.86% | - |
| HSV(B) | 303.16º | 0.23% | 0.98% | - |
| XYZ | 74.55 | 64.49 | 95.71 | - |
| YUV | 215.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 246 | 0 | 0.23 | 0.01 | 0.02 | 303.16 | 0.83 | 0.86 |
| Hex | F9 | C0 | F6 | 0 | 17 | 1 | 2 | 12F | 53 | 56 |
| Octal | 371 | 300 | 366 | 0 | 27 | 1 | 2 | 457 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11110110 | 0 | 10111 | 1 | 10 | 100101111 | 1010011 | 1010110 |
Color Harmonies of #F9C0F6
Complementary color
Monochromatic Colors of #F9C0F6
Black with #F9C0F6
Text Example
Text Example
White with #F9C0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0F6; }
p { color: rgb(249,192,246); }
H1.HeaderClassName
{
color: #F9C0F6;
}
.AnyTagClassName
{
color: #F9C0F6;
}
</style>
background-color css
<style>
a { background-color: #F9C0F6; }
a { background-color: rgb(249,192,246); }
div.DivClassName
{
background-color: #F9C0F6;
}
.BgClassName
{
background-color: #F9C0F6;
}
</style>
border-color css
<style>
span { border-color: #F9C0F6; }
span { border-color: rgb(249,192,246); }
td.TdClassName
{
border-color: #F9C0F6;
}
.TagClassName
{
border-color: #F9C0F6;
}
</style>