Shades of Snuff #F0D5EE
Tints of Snuff #F0D5EE
RGB
CMYK
RGB Variations
Color information
#F0D5EE (or 0xF0D5EE) is known color: Snuff. HEX triplet: F0, D5 and EE. RGB value is (240,213,238). Sum of RGB (Red+Green+Blue) = 240+213+238=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5EE is #0F2A11. Grayscale: #DFDFDF. Windows color (decimal): -993810 or 15652336. OLE color: 15652336.
HSL color Cylindrical-coordinate representation of color #F0D5EE: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D5EE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 238 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.06 |
| HSL | 304.44º | 0.47% | 0.89% | - |
| HSV(B) | 304.44º | 0.11% | 0.94% | - |
| XYZ | 75.16 | 72.29 | 90.88 | - |
| YUV | 223.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 238 | 0 | 0.11 | 0.01 | 0.06 | 304.44 | 0.47 | 0.89 |
| Hex | F0 | D5 | EE | 0 | B | 1 | 6 | 130 | 2F | 59 |
| Octal | 360 | 325 | 356 | 0 | 13 | 1 | 6 | 460 | 57 | 131 |
| Binary | 11110000 | 11010101 | 11101110 | 0 | 1011 | 1 | 110 | 100110000 | 101111 | 1011001 |
Color Harmonies of #F0D5EE
Complementary color
Monochromatic Colors of #F0D5EE
Black with #F0D5EE
Text Example
Text Example
White with #F0D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5EE; }
p { color: rgb(240,213,238); }
H1.HeaderClassName
{
color: #F0D5EE;
}
.AnyTagClassName
{
color: #F0D5EE;
}
</style>
background-color css
<style>
a { background-color: #F0D5EE; }
a { background-color: rgb(240,213,238); }
div.DivClassName
{
background-color: #F0D5EE;
}
.BgClassName
{
background-color: #F0D5EE;
}
</style>
border-color css
<style>
span { border-color: #F0D5EE; }
span { border-color: rgb(240,213,238); }
td.TdClassName
{
border-color: #F0D5EE;
}
.TagClassName
{
border-color: #F0D5EE;
}
</style>