Shades of Snuff #F0C8F2
Tints of Snuff #F0C8F2
RGB
CMYK
RGB Variations
Color information
#F0C8F2 (or 0xF0C8F2) is known color: Snuff. HEX triplet: F0, C8 and F2. RGB value is (240,200,242). Sum of RGB (Red+Green+Blue) = 240+200+242=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0C8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8F2 is #0F370D. Grayscale: #D8D8D8. Windows color (decimal): -997134 or 15911152. OLE color: 15911152.
HSL color Cylindrical-coordinate representation of color #F0C8F2: hue angle of 297.14º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8F2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 200 | 242 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.05 |
| HSL | 297.14º | 0.62% | 0.87% | - |
| HSV(B) | 297.14º | 0.17% | 0.95% | - |
| XYZ | 72.62 | 66.24 | 92.96 | - |
| YUV | 216.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 242 | 0.01 | 0.17 | 0 | 0.05 | 297.14 | 0.62 | 0.87 |
| Hex | F0 | C8 | F2 | 1 | 11 | 0 | 5 | 129 | 3E | 57 |
| Octal | 360 | 310 | 362 | 1 | 21 | 0 | 5 | 451 | 76 | 127 |
| Binary | 11110000 | 11001000 | 11110010 | 1 | 10001 | 0 | 101 | 100101001 | 111110 | 1010111 |
Color Harmonies of #F0C8F2
Complementary color
Monochromatic Colors of #F0C8F2
Black with #F0C8F2
Text Example
Text Example
White with #F0C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8F2; }
p { color: rgb(240,200,242); }
H1.HeaderClassName
{
color: #F0C8F2;
}
.AnyTagClassName
{
color: #F0C8F2;
}
</style>
background-color css
<style>
a { background-color: #F0C8F2; }
a { background-color: rgb(240,200,242); }
div.DivClassName
{
background-color: #F0C8F2;
}
.BgClassName
{
background-color: #F0C8F2;
}
</style>
border-color css
<style>
span { border-color: #F0C8F2; }
span { border-color: rgb(240,200,242); }
td.TdClassName
{
border-color: #F0C8F2;
}
.TagClassName
{
border-color: #F0C8F2;
}
</style>