Shades of Snuff #F0C0F5
Tints of Snuff #F0C0F5
RGB
CMYK
RGB Variations
Color information
#F0C0F5 (or 0xF0C0F5) is known color: Snuff. HEX triplet: F0, C0 and F5. RGB value is (240,192,245). Sum of RGB (Red+Green+Blue) = 240+192+245=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0C0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0F5 is #0F3F0A. Grayscale: #D4D4D4. Windows color (decimal): -999179 or 16105712. OLE color: 16105712.
HSL color Cylindrical-coordinate representation of color #F0C0F5: hue angle of 294.34º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C0F5 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 192 | 245 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.04 |
| HSL | 294.34º | 0.73% | 0.86% | - |
| HSV(B) | 294.34º | 0.22% | 0.96% | - |
| XYZ | 71.27 | 62.82 | 94.75 | - |
| YUV | 212.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 245 | 0.02 | 0.22 | 0 | 0.04 | 294.34 | 0.73 | 0.86 |
| Hex | F0 | C0 | F5 | 2 | 16 | 0 | 4 | 126 | 49 | 56 |
| Octal | 360 | 300 | 365 | 2 | 26 | 0 | 4 | 446 | 111 | 126 |
| Binary | 11110000 | 11000000 | 11110101 | 10 | 10110 | 0 | 100 | 100100110 | 1001001 | 1010110 |
Color Harmonies of #F0C0F5
Complementary color
Monochromatic Colors of #F0C0F5
Black with #F0C0F5
Text Example
Text Example
White with #F0C0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0F5; }
p { color: rgb(240,192,245); }
H1.HeaderClassName
{
color: #F0C0F5;
}
.AnyTagClassName
{
color: #F0C0F5;
}
</style>
background-color css
<style>
a { background-color: #F0C0F5; }
a { background-color: rgb(240,192,245); }
div.DivClassName
{
background-color: #F0C0F5;
}
.BgClassName
{
background-color: #F0C0F5;
}
</style>
border-color css
<style>
span { border-color: #F0C0F5; }
span { border-color: rgb(240,192,245); }
td.TdClassName
{
border-color: #F0C0F5;
}
.TagClassName
{
border-color: #F0C0F5;
}
</style>