Shades of Snuff #F0DBEF
Tints of Snuff #F0DBEF
RGB
CMYK
RGB Variations
Color information
#F0DBEF (or 0xF0DBEF) is known color: Snuff. HEX triplet: F0, DB and EF. RGB value is (240,219,239). Sum of RGB (Red+Green+Blue) = 240+219+239=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBEF is #0F2410. Grayscale: #E3E3E3. Windows color (decimal): -992273 or 15719408. OLE color: 15719408.
HSL color Cylindrical-coordinate representation of color #F0DBEF: hue angle of 302.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBEF is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 239 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.06 |
| HSL | 302.86º | 0.41% | 0.9% | - |
| HSV(B) | 302.86º | 0.09% | 0.94% | - |
| XYZ | 76.85 | 75.42 | 92.17 | - |
| YUV | 227.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 239 | 0 | 0.09 | 0.00 | 0.06 | 302.86 | 0.41 | 0.9 |
| Hex | F0 | DB | EF | 0 | 9 | 0 | 6 | 12F | 29 | 5A |
| Octal | 360 | 333 | 357 | 0 | 11 | 0 | 6 | 457 | 51 | 132 |
| Binary | 11110000 | 11011011 | 11101111 | 0 | 1001 | 0 | 110 | 100101111 | 101001 | 1011010 |
Color Harmonies of #F0DBEF
Complementary color
Monochromatic Colors of #F0DBEF
Black with #F0DBEF
Text Example
Text Example
White with #F0DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBEF; }
p { color: rgb(240,219,239); }
H1.HeaderClassName
{
color: #F0DBEF;
}
.AnyTagClassName
{
color: #F0DBEF;
}
</style>
background-color css
<style>
a { background-color: #F0DBEF; }
a { background-color: rgb(240,219,239); }
div.DivClassName
{
background-color: #F0DBEF;
}
.BgClassName
{
background-color: #F0DBEF;
}
</style>
border-color css
<style>
span { border-color: #F0DBEF; }
span { border-color: rgb(240,219,239); }
td.TdClassName
{
border-color: #F0DBEF;
}
.TagClassName
{
border-color: #F0DBEF;
}
</style>