Shades of Snuff #F0C1EF
Tints of Snuff #F0C1EF
RGB
CMYK
RGB Variations
Color information
#F0C1EF (or 0xF0C1EF) is known color: Snuff. HEX triplet: F0, C1 and EF. RGB value is (240,193,239). Sum of RGB (Red+Green+Blue) = 240+193+239=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 193 (75.78% from 255 or 28.72% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EF is #0F3E10. Grayscale: #D4D4D4. Windows color (decimal): -998929 or 15712752. OLE color: 15712752.
HSL color Cylindrical-coordinate representation of color #F0C1EF: hue angle of 301.28º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1EF is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 239 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.06 |
| HSL | 301.28º | 0.61% | 0.85% | - |
| HSV(B) | 301.28º | 0.2% | 0.94% | - |
| XYZ | 70.59 | 62.9 | 90.08 | - |
| YUV | 212.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 239 | 0 | 0.20 | 0.00 | 0.06 | 301.28 | 0.61 | 0.85 |
| Hex | F0 | C1 | EF | 0 | 14 | 0 | 6 | 12D | 3D | 55 |
| Octal | 360 | 301 | 357 | 0 | 24 | 0 | 6 | 455 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11101111 | 0 | 10100 | 0 | 110 | 100101101 | 111101 | 1010101 |
Color Harmonies of #F0C1EF
Complementary color
Monochromatic Colors of #F0C1EF
Black with #F0C1EF
Text Example
Text Example
White with #F0C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1EF; }
p { color: rgb(240,193,239); }
H1.HeaderClassName
{
color: #F0C1EF;
}
.AnyTagClassName
{
color: #F0C1EF;
}
</style>
background-color css
<style>
a { background-color: #F0C1EF; }
a { background-color: rgb(240,193,239); }
div.DivClassName
{
background-color: #F0C1EF;
}
.BgClassName
{
background-color: #F0C1EF;
}
</style>
border-color css
<style>
span { border-color: #F0C1EF; }
span { border-color: rgb(240,193,239); }
td.TdClassName
{
border-color: #F0C1EF;
}
.TagClassName
{
border-color: #F0C1EF;
}
</style>