Shades of Snuff #F0C0EF
Tints of Snuff #F0C0EF
RGB
CMYK
RGB Variations
Color information
#F0C0EF (or 0xF0C0EF) is known color: Snuff. HEX triplet: F0, C0 and EF. RGB value is (240,192,239). Sum of RGB (Red+Green+Blue) = 240+192+239=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0EF is #0F3F10. Grayscale: #D3D3D3. Windows color (decimal): -999185 or 15712496. OLE color: 15712496.
HSL color Cylindrical-coordinate representation of color #F0C0EF: hue angle of 301.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0EF is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 239 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.06 |
| HSL | 301.25º | 0.62% | 0.85% | - |
| HSV(B) | 301.25º | 0.2% | 0.94% | - |
| XYZ | 70.36 | 62.46 | 90.01 | - |
| YUV | 211.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 239 | 0 | 0.20 | 0.00 | 0.06 | 301.25 | 0.62 | 0.85 |
| Hex | F0 | C0 | EF | 0 | 14 | 0 | 6 | 12D | 3E | 55 |
| Octal | 360 | 300 | 357 | 0 | 24 | 0 | 6 | 455 | 76 | 125 |
| Binary | 11110000 | 11000000 | 11101111 | 0 | 10100 | 0 | 110 | 100101101 | 111110 | 1010101 |
Color Harmonies of #F0C0EF
Complementary color
Monochromatic Colors of #F0C0EF
Black with #F0C0EF
Text Example
Text Example
White with #F0C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0EF; }
p { color: rgb(240,192,239); }
H1.HeaderClassName
{
color: #F0C0EF;
}
.AnyTagClassName
{
color: #F0C0EF;
}
</style>
background-color css
<style>
a { background-color: #F0C0EF; }
a { background-color: rgb(240,192,239); }
div.DivClassName
{
background-color: #F0C0EF;
}
.BgClassName
{
background-color: #F0C0EF;
}
</style>
border-color css
<style>
span { border-color: #F0C0EF; }
span { border-color: rgb(240,192,239); }
td.TdClassName
{
border-color: #F0C0EF;
}
.TagClassName
{
border-color: #F0C0EF;
}
</style>