Shades of Snuff #F0C6EA
Tints of Snuff #F0C6EA
RGB
CMYK
RGB Variations
Color information
#F0C6EA (or 0xF0C6EA) is known color: Snuff. HEX triplet: F0, C6 and EA. RGB value is (240,198,234). Sum of RGB (Red+Green+Blue) = 240+198+234=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6EA is #0F3915. Grayscale: #D6D6D6. Windows color (decimal): -997654 or 15386352. OLE color: 15386352.
HSL color Cylindrical-coordinate representation of color #F0C6EA: hue angle of 308.57º 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 #F0C6EA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 234 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.06 |
| HSL | 308.57º | 0.58% | 0.86% | - |
| HSV(B) | 308.57º | 0.18% | 0.94% | - |
| XYZ | 70.98 | 64.85 | 86.62 | - |
| YUV | 214.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 234 | 0 | 0.18 | 0.02 | 0.06 | 308.57 | 0.58 | 0.86 |
| Hex | F0 | C6 | EA | 0 | 12 | 2 | 6 | 135 | 3A | 56 |
| Octal | 360 | 306 | 352 | 0 | 22 | 2 | 6 | 465 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11101010 | 0 | 10010 | 10 | 110 | 100110101 | 111010 | 1010110 |
Color Harmonies of #F0C6EA
Complementary color
Monochromatic Colors of #F0C6EA
Black with #F0C6EA
Text Example
Text Example
White with #F0C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6EA; }
p { color: rgb(240,198,234); }
H1.HeaderClassName
{
color: #F0C6EA;
}
.AnyTagClassName
{
color: #F0C6EA;
}
</style>
background-color css
<style>
a { background-color: #F0C6EA; }
a { background-color: rgb(240,198,234); }
div.DivClassName
{
background-color: #F0C6EA;
}
.BgClassName
{
background-color: #F0C6EA;
}
</style>
border-color css
<style>
span { border-color: #F0C6EA; }
span { border-color: rgb(240,198,234); }
td.TdClassName
{
border-color: #F0C6EA;
}
.TagClassName
{
border-color: #F0C6EA;
}
</style>