Shades of Snuff #F0C7ED
Tints of Snuff #F0C7ED
RGB
CMYK
RGB Variations
Color information
#F0C7ED (or 0xF0C7ED) is known color: Snuff. HEX triplet: F0, C7 and ED. RGB value is (240,199,237). Sum of RGB (Red+Green+Blue) = 240+199+237=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7ED is #0F3812. Grayscale: #D7D7D7. Windows color (decimal): -997395 or 15583216. OLE color: 15583216.
HSL color Cylindrical-coordinate representation of color #F0C7ED: hue angle of 304.39º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C7ED is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 237 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.06 |
| HSL | 304.39º | 0.58% | 0.86% | - |
| HSV(B) | 304.39º | 0.17% | 0.94% | - |
| XYZ | 71.64 | 65.49 | 88.98 | - |
| YUV | 215.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 237 | 0 | 0.17 | 0.01 | 0.06 | 304.39 | 0.58 | 0.86 |
| Hex | F0 | C7 | ED | 0 | 11 | 1 | 6 | 130 | 3A | 56 |
| Octal | 360 | 307 | 355 | 0 | 21 | 1 | 6 | 460 | 72 | 126 |
| Binary | 11110000 | 11000111 | 11101101 | 0 | 10001 | 1 | 110 | 100110000 | 111010 | 1010110 |
Color Harmonies of #F0C7ED
Complementary color
Monochromatic Colors of #F0C7ED
Black with #F0C7ED
Text Example
Text Example
White with #F0C7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7ED; }
p { color: rgb(240,199,237); }
H1.HeaderClassName
{
color: #F0C7ED;
}
.AnyTagClassName
{
color: #F0C7ED;
}
</style>
background-color css
<style>
a { background-color: #F0C7ED; }
a { background-color: rgb(240,199,237); }
div.DivClassName
{
background-color: #F0C7ED;
}
.BgClassName
{
background-color: #F0C7ED;
}
</style>
border-color css
<style>
span { border-color: #F0C7ED; }
span { border-color: rgb(240,199,237); }
td.TdClassName
{
border-color: #F0C7ED;
}
.TagClassName
{
border-color: #F0C7ED;
}
</style>