Shades of Snuff #F0C8F7
Tints of Snuff #F0C8F7
RGB
CMYK
RGB Variations
Color information
#F0C8F7 (or 0xF0C8F7) is known color: Snuff. HEX triplet: F0, C8 and F7. RGB value is (240,200,247). Sum of RGB (Red+Green+Blue) = 240+200+247=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8F7 is #0F3708. Grayscale: #D9D9D9. Windows color (decimal): -997129 or 16238832. OLE color: 16238832.
HSL color Cylindrical-coordinate representation of color #F0C8F7: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C8F7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 200 | 247 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.03 |
| HSL | 291.06º | 0.75% | 0.88% | - |
| HSV(B) | 291.06º | 0.19% | 0.97% | - |
| XYZ | 73.38 | 66.55 | 96.97 | - |
| YUV | 217.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 247 | 0.03 | 0.19 | 0 | 0.03 | 291.06 | 0.75 | 0.88 |
| Hex | F0 | C8 | F7 | 3 | 13 | 0 | 3 | 123 | 4B | 58 |
| Octal | 360 | 310 | 367 | 3 | 23 | 0 | 3 | 443 | 113 | 130 |
| Binary | 11110000 | 11001000 | 11110111 | 11 | 10011 | 0 | 11 | 100100011 | 1001011 | 1011000 |
Color Harmonies of #F0C8F7
Complementary color
Monochromatic Colors of #F0C8F7
Black with #F0C8F7
Text Example
Text Example
White with #F0C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8F7; }
p { color: rgb(240,200,247); }
H1.HeaderClassName
{
color: #F0C8F7;
}
.AnyTagClassName
{
color: #F0C8F7;
}
</style>
background-color css
<style>
a { background-color: #F0C8F7; }
a { background-color: rgb(240,200,247); }
div.DivClassName
{
background-color: #F0C8F7;
}
.BgClassName
{
background-color: #F0C8F7;
}
</style>
border-color css
<style>
span { border-color: #F0C8F7; }
span { border-color: rgb(240,200,247); }
td.TdClassName
{
border-color: #F0C8F7;
}
.TagClassName
{
border-color: #F0C8F7;
}
</style>