Shades of Snuff #F0C5EB
Tints of Snuff #F0C5EB
RGB
CMYK
RGB Variations
Color information
#F0C5EB (or 0xF0C5EB) is known color: Snuff. HEX triplet: F0, C5 and EB. RGB value is (240,197,235). Sum of RGB (Red+Green+Blue) = 240+197+235=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5EB is #0F3A14. Grayscale: #D6D6D6. Windows color (decimal): -997909 or 15451632. OLE color: 15451632.
HSL color Cylindrical-coordinate representation of color #F0C5EB: hue angle of 306.98º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C5EB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 235 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.06 |
| HSL | 306.98º | 0.59% | 0.86% | - |
| HSV(B) | 306.98º | 0.18% | 0.94% | - |
| XYZ | 70.9 | 64.46 | 87.3 | - |
| YUV | 214.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 235 | 0 | 0.18 | 0.02 | 0.06 | 306.98 | 0.59 | 0.86 |
| Hex | F0 | C5 | EB | 0 | 12 | 2 | 6 | 133 | 3B | 56 |
| Octal | 360 | 305 | 353 | 0 | 22 | 2 | 6 | 463 | 73 | 126 |
| Binary | 11110000 | 11000101 | 11101011 | 0 | 10010 | 10 | 110 | 100110011 | 111011 | 1010110 |
Color Harmonies of #F0C5EB
Complementary color
Monochromatic Colors of #F0C5EB
Black with #F0C5EB
Text Example
Text Example
White with #F0C5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5EB; }
p { color: rgb(240,197,235); }
H1.HeaderClassName
{
color: #F0C5EB;
}
.AnyTagClassName
{
color: #F0C5EB;
}
</style>
background-color css
<style>
a { background-color: #F0C5EB; }
a { background-color: rgb(240,197,235); }
div.DivClassName
{
background-color: #F0C5EB;
}
.BgClassName
{
background-color: #F0C5EB;
}
</style>
border-color css
<style>
span { border-color: #F0C5EB; }
span { border-color: rgb(240,197,235); }
td.TdClassName
{
border-color: #F0C5EB;
}
.TagClassName
{
border-color: #F0C5EB;
}
</style>