Shades of Snuff #F0C8EC
Tints of Snuff #F0C8EC
RGB
CMYK
RGB Variations
Color information
#F0C8EC (or 0xF0C8EC) is known color: Snuff. HEX triplet: F0, C8 and EC. RGB value is (240,200,236). Sum of RGB (Red+Green+Blue) = 240+200+236=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8EC is #0F3713. Grayscale: #D7D7D7. Windows color (decimal): -997140 or 15517936. OLE color: 15517936.
HSL color Cylindrical-coordinate representation of color #F0C8EC: hue angle of 306º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8EC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 236 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.06 |
| HSL | 306º | 0.57% | 0.86% | - |
| HSV(B) | 306º | 0.17% | 0.94% | - |
| XYZ | 71.73 | 65.89 | 88.29 | - |
| YUV | 216.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 236 | 0 | 0.17 | 0.02 | 0.06 | 306 | 0.57 | 0.86 |
| Hex | F0 | C8 | EC | 0 | 11 | 2 | 6 | 132 | 39 | 56 |
| Octal | 360 | 310 | 354 | 0 | 21 | 2 | 6 | 462 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11101100 | 0 | 10001 | 10 | 110 | 100110010 | 111001 | 1010110 |
Color Harmonies of #F0C8EC
Complementary color
Monochromatic Colors of #F0C8EC
Black with #F0C8EC
Text Example
Text Example
White with #F0C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8EC; }
p { color: rgb(240,200,236); }
H1.HeaderClassName
{
color: #F0C8EC;
}
.AnyTagClassName
{
color: #F0C8EC;
}
</style>
background-color css
<style>
a { background-color: #F0C8EC; }
a { background-color: rgb(240,200,236); }
div.DivClassName
{
background-color: #F0C8EC;
}
.BgClassName
{
background-color: #F0C8EC;
}
</style>
border-color css
<style>
span { border-color: #F0C8EC; }
span { border-color: rgb(240,200,236); }
td.TdClassName
{
border-color: #F0C8EC;
}
.TagClassName
{
border-color: #F0C8EC;
}
</style>