Shades of Snuff #F0C1EE
Tints of Snuff #F0C1EE
RGB
CMYK
RGB Variations
Color information
#F0C1EE (or 0xF0C1EE) is known color: Snuff. HEX triplet: F0, C1 and EE. RGB value is (240,193,238). Sum of RGB (Red+Green+Blue) = 240+193+238=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EE is #0F3E11. Grayscale: #D4D4D4. Windows color (decimal): -998930 or 15647216. OLE color: 15647216.
HSL color Cylindrical-coordinate representation of color #F0C1EE: hue angle of 302.55º 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 #F0C1EE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 238 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.06 |
| HSL | 302.55º | 0.61% | 0.85% | - |
| HSV(B) | 302.55º | 0.2% | 0.94% | - |
| XYZ | 70.44 | 62.84 | 89.31 | - |
| YUV | 212.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 238 | 0 | 0.20 | 0.01 | 0.06 | 302.55 | 0.61 | 0.85 |
| Hex | F0 | C1 | EE | 0 | 14 | 1 | 6 | 12F | 3D | 55 |
| Octal | 360 | 301 | 356 | 0 | 24 | 1 | 6 | 457 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11101110 | 0 | 10100 | 1 | 110 | 100101111 | 111101 | 1010101 |
Color Harmonies of #F0C1EE
Complementary color
Monochromatic Colors of #F0C1EE
Black with #F0C1EE
Text Example
Text Example
White with #F0C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1EE; }
p { color: rgb(240,193,238); }
H1.HeaderClassName
{
color: #F0C1EE;
}
.AnyTagClassName
{
color: #F0C1EE;
}
</style>
background-color css
<style>
a { background-color: #F0C1EE; }
a { background-color: rgb(240,193,238); }
div.DivClassName
{
background-color: #F0C1EE;
}
.BgClassName
{
background-color: #F0C1EE;
}
</style>
border-color css
<style>
span { border-color: #F0C1EE; }
span { border-color: rgb(240,193,238); }
td.TdClassName
{
border-color: #F0C1EE;
}
.TagClassName
{
border-color: #F0C1EE;
}
</style>