Shades of Snuff #F0C0F2
Tints of Snuff #F0C0F2
RGB
CMYK
RGB Variations
Color information
#F0C0F2 (or 0xF0C0F2) is known color: Snuff. HEX triplet: F0, C0 and F2. RGB value is (240,192,242). Sum of RGB (Red+Green+Blue) = 240+192+242=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0C0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0F2 is #0F3F0D. Grayscale: #D3D3D3. Windows color (decimal): -999182 or 15909104. OLE color: 15909104.
HSL color Cylindrical-coordinate representation of color #F0C0F2: hue angle of 297.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C0F2 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 192 | 242 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.05 |
| HSL | 297.6º | 0.66% | 0.85% | - |
| HSV(B) | 297.6º | 0.21% | 0.95% | - |
| XYZ | 70.81 | 62.64 | 92.36 | - |
| YUV | 212.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 242 | 0.01 | 0.21 | 0 | 0.05 | 297.6 | 0.66 | 0.85 |
| Hex | F0 | C0 | F2 | 1 | 15 | 0 | 5 | 12A | 42 | 55 |
| Octal | 360 | 300 | 362 | 1 | 25 | 0 | 5 | 452 | 102 | 125 |
| Binary | 11110000 | 11000000 | 11110010 | 1 | 10101 | 0 | 101 | 100101010 | 1000010 | 1010101 |
Color Harmonies of #F0C0F2
Complementary color
Monochromatic Colors of #F0C0F2
Black with #F0C0F2
Text Example
Text Example
White with #F0C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0F2; }
p { color: rgb(240,192,242); }
H1.HeaderClassName
{
color: #F0C0F2;
}
.AnyTagClassName
{
color: #F0C0F2;
}
</style>
background-color css
<style>
a { background-color: #F0C0F2; }
a { background-color: rgb(240,192,242); }
div.DivClassName
{
background-color: #F0C0F2;
}
.BgClassName
{
background-color: #F0C0F2;
}
</style>
border-color css
<style>
span { border-color: #F0C0F2; }
span { border-color: rgb(240,192,242); }
td.TdClassName
{
border-color: #F0C0F2;
}
.TagClassName
{
border-color: #F0C0F2;
}
</style>