Shades of Snuff #F0D0ED
Tints of Snuff #F0D0ED
RGB
CMYK
RGB Variations
Color information
#F0D0ED (or 0xF0D0ED) is known color: Snuff. HEX triplet: F0, D0 and ED. RGB value is (240,208,237). Sum of RGB (Red+Green+Blue) = 240+208+237=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0ED is #0F2F12. Grayscale: #DCDCDC. Windows color (decimal): -995091 or 15585520. OLE color: 15585520.
HSL color Cylindrical-coordinate representation of color #F0D0ED: hue angle of 305.62º degrees, saturation: 0.52, 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 #F0D0ED is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 237 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.06 |
| HSL | 305.63º | 0.52% | 0.88% | - |
| HSV(B) | 305.63º | 0.13% | 0.94% | - |
| XYZ | 73.78 | 69.75 | 89.7 | - |
| YUV | 220.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 237 | 0 | 0.13 | 0.01 | 0.06 | 305.63 | 0.52 | 0.88 |
| Hex | F0 | D0 | ED | 0 | D | 1 | 6 | 132 | 34 | 58 |
| Octal | 360 | 320 | 355 | 0 | 15 | 1 | 6 | 462 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11101101 | 0 | 1101 | 1 | 110 | 100110010 | 110100 | 1011000 |
Color Harmonies of #F0D0ED
Complementary color
Monochromatic Colors of #F0D0ED
Black with #F0D0ED
Text Example
Text Example
White with #F0D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0ED; }
p { color: rgb(240,208,237); }
H1.HeaderClassName
{
color: #F0D0ED;
}
.AnyTagClassName
{
color: #F0D0ED;
}
</style>
background-color css
<style>
a { background-color: #F0D0ED; }
a { background-color: rgb(240,208,237); }
div.DivClassName
{
background-color: #F0D0ED;
}
.BgClassName
{
background-color: #F0D0ED;
}
</style>
border-color css
<style>
span { border-color: #F0D0ED; }
span { border-color: rgb(240,208,237); }
td.TdClassName
{
border-color: #F0D0ED;
}
.TagClassName
{
border-color: #F0D0ED;
}
</style>