Shades of Snuff #F6C0F9
Tints of Snuff #F6C0F9
RGB
CMYK
RGB Variations
Color information
#F6C0F9 (or 0xF6C0F9) is known color: Snuff. HEX triplet: F6, C0 and F9. RGB value is (246,192,249). Sum of RGB (Red+Green+Blue) = 246+192+249=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C0F9 is #093F06. Grayscale: #D6D6D6. Windows color (decimal): -605959 or 16367862. OLE color: 16367862.
HSL color Cylindrical-coordinate representation of color #F6C0F9: hue angle of 296.84º 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 #F6C0F9 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 192 | 249 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.02 |
| HSL | 296.84º | 0.83% | 0.86% | - |
| HSV(B) | 296.84º | 0.23% | 0.98% | - |
| XYZ | 73.95 | 64.13 | 98.1 | - |
| YUV | 214.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 249 | 0.01 | 0.23 | 0 | 0.02 | 296.84 | 0.83 | 0.86 |
| Hex | F6 | C0 | F9 | 1 | 17 | 0 | 2 | 129 | 53 | 56 |
| Octal | 366 | 300 | 371 | 1 | 27 | 0 | 2 | 451 | 123 | 126 |
| Binary | 11110110 | 11000000 | 11111001 | 1 | 10111 | 0 | 10 | 100101001 | 1010011 | 1010110 |
Color Harmonies of #F6C0F9
Complementary color
Monochromatic Colors of #F6C0F9
Black with #F6C0F9
Text Example
Text Example
White with #F6C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C0F9; }
p { color: rgb(246,192,249); }
H1.HeaderClassName
{
color: #F6C0F9;
}
.AnyTagClassName
{
color: #F6C0F9;
}
</style>
background-color css
<style>
a { background-color: #F6C0F9; }
a { background-color: rgb(246,192,249); }
div.DivClassName
{
background-color: #F6C0F9;
}
.BgClassName
{
background-color: #F6C0F9;
}
</style>
border-color css
<style>
span { border-color: #F6C0F9; }
span { border-color: rgb(246,192,249); }
td.TdClassName
{
border-color: #F6C0F9;
}
.TagClassName
{
border-color: #F6C0F9;
}
</style>