Shades of Snuff #F0DBEE
Tints of Snuff #F0DBEE
RGB
CMYK
RGB Variations
Color information
#F0DBEE (or 0xF0DBEE) is known color: Snuff. HEX triplet: F0, DB and EE. RGB value is (240,219,238). Sum of RGB (Red+Green+Blue) = 240+219+238=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBEE is #0F2411. Grayscale: #E3E3E3. Windows color (decimal): -992274 or 15653872. OLE color: 15653872.
HSL color Cylindrical-coordinate representation of color #F0DBEE: hue angle of 305.71º 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 #F0DBEE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 238 | - |
CMYK | 0 | 0.09 | 0.01 | 0.06 |
HSL | 305.71º | 0.41% | 0.9% | - |
HSV(B) | 305.71º | 0.09% | 0.94% | - |
XYZ | 76.7 | 75.36 | 91.39 | - |
YUV | 227.45 | 133.96 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 238 | 0 | 0.09 | 0.01 | 0.06 | 305.71 | 0.41 | 0.9 |
Hex | F0 | DB | EE | 0 | 9 | 1 | 6 | 132 | 29 | 5A |
Octal | 360 | 333 | 356 | 0 | 11 | 1 | 6 | 462 | 51 | 132 |
Binary | 11110000 | 11011011 | 11101110 | 0 | 1001 | 1 | 110 | 100110010 | 101001 | 1011010 |
Color Harmonies of #F0DBEE
Complementary color
Monochromatic Colors of #F0DBEE
Black with #F0DBEE
Text Example
Text Example
White with #F0DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBEE; }
p { color: rgb(240,219,238); }
H1.HeaderClassName
{
color: #F0DBEE;
}
.AnyTagClassName
{
color: #F0DBEE;
}
</style>
background-color css
<style>
a { background-color: #F0DBEE; }
a { background-color: rgb(240,219,238); }
div.DivClassName
{
background-color: #F0DBEE;
}
.BgClassName
{
background-color: #F0DBEE;
}
</style>
border-color css
<style>
span { border-color: #F0DBEE; }
span { border-color: rgb(240,219,238); }
td.TdClassName
{
border-color: #F0DBEE;
}
.TagClassName
{
border-color: #F0DBEE;
}
</style>