Shades of Snuff #F0D0EE
Tints of Snuff #F0D0EE
RGB
CMYK
RGB Variations
Color information
#F0D0EE (or 0xF0D0EE) is known color: Snuff. HEX triplet: F0, D0 and EE. RGB value is (240,208,238). Sum of RGB (Red+Green+Blue) = 240+208+238=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0EE is #0F2F11. Grayscale: #DCDCDC. Windows color (decimal): -995090 or 15651056. OLE color: 15651056.
HSL color Cylindrical-coordinate representation of color #F0D0EE: hue angle of 303.75º 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 #F0D0EE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 238 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.06 |
| HSL | 303.75º | 0.52% | 0.88% | - |
| HSV(B) | 303.75º | 0.13% | 0.94% | - |
| XYZ | 73.92 | 69.81 | 90.47 | - |
| YUV | 220.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 238 | 0 | 0.13 | 0.01 | 0.06 | 303.75 | 0.52 | 0.88 |
| Hex | F0 | D0 | EE | 0 | D | 1 | 6 | 130 | 34 | 58 |
| Octal | 360 | 320 | 356 | 0 | 15 | 1 | 6 | 460 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11101110 | 0 | 1101 | 1 | 110 | 100110000 | 110100 | 1011000 |
Color Harmonies of #F0D0EE
Complementary color
Monochromatic Colors of #F0D0EE
Black with #F0D0EE
Text Example
Text Example
White with #F0D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0EE; }
p { color: rgb(240,208,238); }
H1.HeaderClassName
{
color: #F0D0EE;
}
.AnyTagClassName
{
color: #F0D0EE;
}
</style>
background-color css
<style>
a { background-color: #F0D0EE; }
a { background-color: rgb(240,208,238); }
div.DivClassName
{
background-color: #F0D0EE;
}
.BgClassName
{
background-color: #F0D0EE;
}
</style>
border-color css
<style>
span { border-color: #F0D0EE; }
span { border-color: rgb(240,208,238); }
td.TdClassName
{
border-color: #F0D0EE;
}
.TagClassName
{
border-color: #F0D0EE;
}
</style>