Shades of Snuff #F0D1EE
Tints of Snuff #F0D1EE
RGB
CMYK
RGB Variations
Color information
#F0D1EE (or 0xF0D1EE) is known color: Snuff. HEX triplet: F0, D1 and EE. RGB value is (240,209,238). Sum of RGB (Red+Green+Blue) = 240+209+238=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1EE is #0F2E11. Grayscale: #DDDDDD. Windows color (decimal): -994834 or 15651312. OLE color: 15651312.
HSL color Cylindrical-coordinate representation of color #F0D1EE: hue angle of 303.87º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D1EE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 238 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.06 |
| HSL | 303.87º | 0.51% | 0.88% | - |
| HSV(B) | 303.87º | 0.13% | 0.94% | - |
| XYZ | 74.17 | 70.3 | 90.55 | - |
| YUV | 221.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 238 | 0 | 0.13 | 0.01 | 0.06 | 303.87 | 0.51 | 0.88 |
| Hex | F0 | D1 | EE | 0 | D | 1 | 6 | 130 | 33 | 58 |
| Octal | 360 | 321 | 356 | 0 | 15 | 1 | 6 | 460 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11101110 | 0 | 1101 | 1 | 110 | 100110000 | 110011 | 1011000 |
Color Harmonies of #F0D1EE
Complementary color
Monochromatic Colors of #F0D1EE
Black with #F0D1EE
Text Example
Text Example
White with #F0D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1EE; }
p { color: rgb(240,209,238); }
H1.HeaderClassName
{
color: #F0D1EE;
}
.AnyTagClassName
{
color: #F0D1EE;
}
</style>
background-color css
<style>
a { background-color: #F0D1EE; }
a { background-color: rgb(240,209,238); }
div.DivClassName
{
background-color: #F0D1EE;
}
.BgClassName
{
background-color: #F0D1EE;
}
</style>
border-color css
<style>
span { border-color: #F0D1EE; }
span { border-color: rgb(240,209,238); }
td.TdClassName
{
border-color: #F0D1EE;
}
.TagClassName
{
border-color: #F0D1EE;
}
</style>