Shades of Snuff #F0D1EB
Tints of Snuff #F0D1EB
RGB
CMYK
RGB Variations
Color information
#F0D1EB (or 0xF0D1EB) is known color: Snuff. HEX triplet: F0, D1 and EB. RGB value is (240,209,235). Sum of RGB (Red+Green+Blue) = 240+209+235=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1EB is #0F2E14. Grayscale: #DDDDDD. Windows color (decimal): -994837 or 15454704. OLE color: 15454704.
HSL color Cylindrical-coordinate representation of color #F0D1EB: hue angle of 309.68º 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 #F0D1EB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 235 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.06 |
| HSL | 309.68º | 0.51% | 0.88% | - |
| HSV(B) | 309.68º | 0.13% | 0.94% | - |
| XYZ | 73.73 | 70.12 | 88.25 | - |
| YUV | 221.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 235 | 0 | 0.13 | 0.02 | 0.06 | 309.68 | 0.51 | 0.88 |
| Hex | F0 | D1 | EB | 0 | D | 2 | 6 | 136 | 33 | 58 |
| Octal | 360 | 321 | 353 | 0 | 15 | 2 | 6 | 466 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11101011 | 0 | 1101 | 10 | 110 | 100110110 | 110011 | 1011000 |
Color Harmonies of #F0D1EB
Complementary color
Monochromatic Colors of #F0D1EB
Black with #F0D1EB
Text Example
Text Example
White with #F0D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1EB; }
p { color: rgb(240,209,235); }
H1.HeaderClassName
{
color: #F0D1EB;
}
.AnyTagClassName
{
color: #F0D1EB;
}
</style>
background-color css
<style>
a { background-color: #F0D1EB; }
a { background-color: rgb(240,209,235); }
div.DivClassName
{
background-color: #F0D1EB;
}
.BgClassName
{
background-color: #F0D1EB;
}
</style>
border-color css
<style>
span { border-color: #F0D1EB; }
span { border-color: rgb(240,209,235); }
td.TdClassName
{
border-color: #F0D1EB;
}
.TagClassName
{
border-color: #F0D1EB;
}
</style>