Shades of Snuff #F0C5F6
Tints of Snuff #F0C5F6
RGB
CMYK
RGB Variations
Color information
#F0C5F6 (or 0xF0C5F6) is known color: Snuff. HEX triplet: F0, C5 and F6. RGB value is (240,197,246). Sum of RGB (Red+Green+Blue) = 240+197+246=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0C5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5F6 is #0F3A09. Grayscale: #D7D7D7. Windows color (decimal): -997898 or 16172528. OLE color: 16172528.
HSL color Cylindrical-coordinate representation of color #F0C5F6: hue angle of 292.65º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C5F6 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 197 | 246 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.04 |
| HSL | 292.65º | 0.73% | 0.87% | - |
| HSV(B) | 292.65º | 0.2% | 0.96% | - |
| XYZ | 72.54 | 65.11 | 95.93 | - |
| YUV | 215.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 246 | 0.02 | 0.20 | 0 | 0.04 | 292.65 | 0.73 | 0.87 |
| Hex | F0 | C5 | F6 | 2 | 14 | 0 | 4 | 125 | 49 | 57 |
| Octal | 360 | 305 | 366 | 2 | 24 | 0 | 4 | 445 | 111 | 127 |
| Binary | 11110000 | 11000101 | 11110110 | 10 | 10100 | 0 | 100 | 100100101 | 1001001 | 1010111 |
Color Harmonies of #F0C5F6
Complementary color
Monochromatic Colors of #F0C5F6
Black with #F0C5F6
Text Example
Text Example
White with #F0C5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5F6; }
p { color: rgb(240,197,246); }
H1.HeaderClassName
{
color: #F0C5F6;
}
.AnyTagClassName
{
color: #F0C5F6;
}
</style>
background-color css
<style>
a { background-color: #F0C5F6; }
a { background-color: rgb(240,197,246); }
div.DivClassName
{
background-color: #F0C5F6;
}
.BgClassName
{
background-color: #F0C5F6;
}
</style>
border-color css
<style>
span { border-color: #F0C5F6; }
span { border-color: rgb(240,197,246); }
td.TdClassName
{
border-color: #F0C5F6;
}
.TagClassName
{
border-color: #F0C5F6;
}
</style>