Shades of Snuff #F6C9F0
Tints of Snuff #F6C9F0
RGB
CMYK
RGB Variations
Color information
#F6C9F0 (or 0xF6C9F0) is known color: Snuff. HEX triplet: F6, C9 and F0. RGB value is (246,201,240). Sum of RGB (Red+Green+Blue) = 246+201+240=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9F0 is #09360F. Grayscale: #DADADA. Windows color (decimal): -603664 or 15780342. OLE color: 15780342.
HSL color Cylindrical-coordinate representation of color #F6C9F0: hue angle of 308º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6C9F0 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 240 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.04 |
| HSL | 308º | 0.71% | 0.88% | - |
| HSV(B) | 308º | 0.18% | 0.96% | - |
| XYZ | 74.62 | 67.66 | 91.56 | - |
| YUV | 218.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 240 | 0 | 0.18 | 0.02 | 0.04 | 308 | 0.71 | 0.88 |
| Hex | F6 | C9 | F0 | 0 | 12 | 2 | 4 | 134 | 47 | 58 |
| Octal | 366 | 311 | 360 | 0 | 22 | 2 | 4 | 464 | 107 | 130 |
| Binary | 11110110 | 11001001 | 11110000 | 0 | 10010 | 10 | 100 | 100110100 | 1000111 | 1011000 |
Color Harmonies of #F6C9F0
Complementary color
Monochromatic Colors of #F6C9F0
Black with #F6C9F0
Text Example
Text Example
White with #F6C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9F0; }
p { color: rgb(246,201,240); }
H1.HeaderClassName
{
color: #F6C9F0;
}
.AnyTagClassName
{
color: #F6C9F0;
}
</style>
background-color css
<style>
a { background-color: #F6C9F0; }
a { background-color: rgb(246,201,240); }
div.DivClassName
{
background-color: #F6C9F0;
}
.BgClassName
{
background-color: #F6C9F0;
}
</style>
border-color css
<style>
span { border-color: #F6C9F0; }
span { border-color: rgb(246,201,240); }
td.TdClassName
{
border-color: #F6C9F0;
}
.TagClassName
{
border-color: #F6C9F0;
}
</style>