Shades of Snuff #F0C7EC
Tints of Snuff #F0C7EC
RGB
CMYK
RGB Variations
Color information
#F0C7EC (or 0xF0C7EC) is known color: Snuff. HEX triplet: F0, C7 and EC. RGB value is (240,199,236). Sum of RGB (Red+Green+Blue) = 240+199+236=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7EC is #0F3813. Grayscale: #D7D7D7. Windows color (decimal): -997396 or 15517680. OLE color: 15517680.
HSL color Cylindrical-coordinate representation of color #F0C7EC: hue angle of 305.85º 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 #F0C7EC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 236 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.06 |
| HSL | 305.85º | 0.58% | 0.86% | - |
| HSV(B) | 305.85º | 0.17% | 0.94% | - |
| XYZ | 71.5 | 65.43 | 88.22 | - |
| YUV | 215.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 236 | 0 | 0.17 | 0.02 | 0.06 | 305.85 | 0.58 | 0.86 |
| Hex | F0 | C7 | EC | 0 | 11 | 2 | 6 | 132 | 3A | 56 |
| Octal | 360 | 307 | 354 | 0 | 21 | 2 | 6 | 462 | 72 | 126 |
| Binary | 11110000 | 11000111 | 11101100 | 0 | 10001 | 10 | 110 | 100110010 | 111010 | 1010110 |
Color Harmonies of #F0C7EC
Complementary color
Monochromatic Colors of #F0C7EC
Black with #F0C7EC
Text Example
Text Example
White with #F0C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7EC; }
p { color: rgb(240,199,236); }
H1.HeaderClassName
{
color: #F0C7EC;
}
.AnyTagClassName
{
color: #F0C7EC;
}
</style>
background-color css
<style>
a { background-color: #F0C7EC; }
a { background-color: rgb(240,199,236); }
div.DivClassName
{
background-color: #F0C7EC;
}
.BgClassName
{
background-color: #F0C7EC;
}
</style>
border-color css
<style>
span { border-color: #F0C7EC; }
span { border-color: rgb(240,199,236); }
td.TdClassName
{
border-color: #F0C7EC;
}
.TagClassName
{
border-color: #F0C7EC;
}
</style>