Shades of Snuff #F0C6EE
Tints of Snuff #F0C6EE
RGB
CMYK
RGB Variations
Color information
#F0C6EE (or 0xF0C6EE) is known color: Snuff. HEX triplet: F0, C6 and EE. RGB value is (240,198,238). Sum of RGB (Red+Green+Blue) = 240+198+238=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6EE is #0F3911. Grayscale: #D7D7D7. Windows color (decimal): -997650 or 15648496. OLE color: 15648496.
HSL color Cylindrical-coordinate representation of color #F0C6EE: hue angle of 302.86º 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 #F0C6EE is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 238 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.06 |
| HSL | 302.86º | 0.58% | 0.86% | - |
| HSV(B) | 302.86º | 0.18% | 0.94% | - |
| XYZ | 71.56 | 65.09 | 89.68 | - |
| YUV | 215.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 238 | 0 | 0.18 | 0.01 | 0.06 | 302.86 | 0.58 | 0.86 |
| Hex | F0 | C6 | EE | 0 | 12 | 1 | 6 | 12F | 3A | 56 |
| Octal | 360 | 306 | 356 | 0 | 22 | 1 | 6 | 457 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11101110 | 0 | 10010 | 1 | 110 | 100101111 | 111010 | 1010110 |
Color Harmonies of #F0C6EE
Complementary color
Monochromatic Colors of #F0C6EE
Black with #F0C6EE
Text Example
Text Example
White with #F0C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6EE; }
p { color: rgb(240,198,238); }
H1.HeaderClassName
{
color: #F0C6EE;
}
.AnyTagClassName
{
color: #F0C6EE;
}
</style>
background-color css
<style>
a { background-color: #F0C6EE; }
a { background-color: rgb(240,198,238); }
div.DivClassName
{
background-color: #F0C6EE;
}
.BgClassName
{
background-color: #F0C6EE;
}
</style>
border-color css
<style>
span { border-color: #F0C6EE; }
span { border-color: rgb(240,198,238); }
td.TdClassName
{
border-color: #F0C6EE;
}
.TagClassName
{
border-color: #F0C6EE;
}
</style>