Shades of Snuff #F0C5F1
Tints of Snuff #F0C5F1
RGB
CMYK
RGB Variations
Color information
#F0C5F1 (or 0xF0C5F1) is known color: Snuff. HEX triplet: F0, C5 and F1. RGB value is (240,197,241). Sum of RGB (Red+Green+Blue) = 240+197+241=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5F1 is #0F3A0E. Grayscale: #D6D6D6. Windows color (decimal): -997903 or 15844848. OLE color: 15844848.
HSL color Cylindrical-coordinate representation of color #F0C5F1: hue angle of 298.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C5F1 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 197 | 241 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.05 |
| HSL | 298.64º | 0.61% | 0.86% | - |
| HSV(B) | 298.64º | 0.18% | 0.95% | - |
| XYZ | 71.78 | 64.81 | 91.95 | - |
| YUV | 214.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 241 | 0.00 | 0.18 | 0 | 0.05 | 298.64 | 0.61 | 0.86 |
| Hex | F0 | C5 | F1 | 0 | 12 | 0 | 5 | 12B | 3D | 56 |
| Octal | 360 | 305 | 361 | 0 | 22 | 0 | 5 | 453 | 75 | 126 |
| Binary | 11110000 | 11000101 | 11110001 | 0 | 10010 | 0 | 101 | 100101011 | 111101 | 1010110 |
Color Harmonies of #F0C5F1
Complementary color
Monochromatic Colors of #F0C5F1
Black with #F0C5F1
Text Example
Text Example
White with #F0C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5F1; }
p { color: rgb(240,197,241); }
H1.HeaderClassName
{
color: #F0C5F1;
}
.AnyTagClassName
{
color: #F0C5F1;
}
</style>
background-color css
<style>
a { background-color: #F0C5F1; }
a { background-color: rgb(240,197,241); }
div.DivClassName
{
background-color: #F0C5F1;
}
.BgClassName
{
background-color: #F0C5F1;
}
</style>
border-color css
<style>
span { border-color: #F0C5F1; }
span { border-color: rgb(240,197,241); }
td.TdClassName
{
border-color: #F0C5F1;
}
.TagClassName
{
border-color: #F0C5F1;
}
</style>