Shades of Snuff #F0DBED
Tints of Snuff #F0DBED
RGB
CMYK
RGB Variations
Color information
#F0DBED (or 0xF0DBED) is known color: Snuff. HEX triplet: F0, DB and ED. RGB value is (240,219,237). Sum of RGB (Red+Green+Blue) = 240+219+237=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBED is #0F2412. Grayscale: #E3E3E3. Windows color (decimal): -992275 or 15588336. OLE color: 15588336.
HSL color Cylindrical-coordinate representation of color #F0DBED: hue angle of 308.57º 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 #F0DBED is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 237 | - |
CMYK | 0 | 0.09 | 0.01 | 0.06 |
HSL | 308.57º | 0.41% | 0.9% | - |
HSV(B) | 308.57º | 0.09% | 0.94% | - |
XYZ | 76.55 | 75.3 | 90.62 | - |
YUV | 227.33 | 133.46 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 237 | 0 | 0.09 | 0.01 | 0.06 | 308.57 | 0.41 | 0.9 |
Hex | F0 | DB | ED | 0 | 9 | 1 | 6 | 135 | 29 | 5A |
Octal | 360 | 333 | 355 | 0 | 11 | 1 | 6 | 465 | 51 | 132 |
Binary | 11110000 | 11011011 | 11101101 | 0 | 1001 | 1 | 110 | 100110101 | 101001 | 1011010 |
Color Harmonies of #F0DBED
Complementary color
Monochromatic Colors of #F0DBED
Black with #F0DBED
Text Example
Text Example
White with #F0DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBED; }
p { color: rgb(240,219,237); }
H1.HeaderClassName
{
color: #F0DBED;
}
.AnyTagClassName
{
color: #F0DBED;
}
</style>
background-color css
<style>
a { background-color: #F0DBED; }
a { background-color: rgb(240,219,237); }
div.DivClassName
{
background-color: #F0DBED;
}
.BgClassName
{
background-color: #F0DBED;
}
</style>
border-color css
<style>
span { border-color: #F0DBED; }
span { border-color: rgb(240,219,237); }
td.TdClassName
{
border-color: #F0DBED;
}
.TagClassName
{
border-color: #F0DBED;
}
</style>