Shades of Snuff #F0C6EB
Tints of Snuff #F0C6EB
RGB
CMYK
RGB Variations
Color information
#F0C6EB (or 0xF0C6EB) is known color: Snuff. HEX triplet: F0, C6 and EB. RGB value is (240,198,235). Sum of RGB (Red+Green+Blue) = 240+198+235=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6EB is #0F3914. Grayscale: #D6D6D6. Windows color (decimal): -997653 or 15451888. OLE color: 15451888.
HSL color Cylindrical-coordinate representation of color #F0C6EB: hue angle of 307.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6EB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 235 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.06 |
| HSL | 307.14º | 0.58% | 0.86% | - |
| HSV(B) | 307.14º | 0.18% | 0.94% | - |
| XYZ | 71.12 | 64.91 | 87.38 | - |
| YUV | 214.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 235 | 0 | 0.18 | 0.02 | 0.06 | 307.14 | 0.58 | 0.86 |
| Hex | F0 | C6 | EB | 0 | 12 | 2 | 6 | 133 | 3A | 56 |
| Octal | 360 | 306 | 353 | 0 | 22 | 2 | 6 | 463 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11101011 | 0 | 10010 | 10 | 110 | 100110011 | 111010 | 1010110 |
Color Harmonies of #F0C6EB
Complementary color
Monochromatic Colors of #F0C6EB
Black with #F0C6EB
Text Example
Text Example
White with #F0C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6EB; }
p { color: rgb(240,198,235); }
H1.HeaderClassName
{
color: #F0C6EB;
}
.AnyTagClassName
{
color: #F0C6EB;
}
</style>
background-color css
<style>
a { background-color: #F0C6EB; }
a { background-color: rgb(240,198,235); }
div.DivClassName
{
background-color: #F0C6EB;
}
.BgClassName
{
background-color: #F0C6EB;
}
</style>
border-color css
<style>
span { border-color: #F0C6EB; }
span { border-color: rgb(240,198,235); }
td.TdClassName
{
border-color: #F0C6EB;
}
.TagClassName
{
border-color: #F0C6EB;
}
</style>