Shades of Snuff #F0DBEC
Tints of Snuff #F0DBEC
RGB
CMYK
RGB Variations
Color information
#F0DBEC (or 0xF0DBEC) is known color: Snuff. HEX triplet: F0, DB and EC. RGB value is (240,219,236). Sum of RGB (Red+Green+Blue) = 240+219+236=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBEC is #0F2413. Grayscale: #E3E3E3. Windows color (decimal): -992276 or 15522800. OLE color: 15522800.
HSL color Cylindrical-coordinate representation of color #F0DBEC: hue angle of 311.43º 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 #F0DBEC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 236 | - |
CMYK | 0 | 0.09 | 0.02 | 0.06 |
HSL | 311.43º | 0.41% | 0.9% | - |
HSV(B) | 311.43º | 0.09% | 0.94% | - |
XYZ | 76.41 | 75.24 | 89.85 | - |
YUV | 227.22 | 132.96 | 137.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 236 | 0 | 0.09 | 0.02 | 0.06 | 311.43 | 0.41 | 0.9 |
Hex | F0 | DB | EC | 0 | 9 | 2 | 6 | 137 | 29 | 5A |
Octal | 360 | 333 | 354 | 0 | 11 | 2 | 6 | 467 | 51 | 132 |
Binary | 11110000 | 11011011 | 11101100 | 0 | 1001 | 10 | 110 | 100110111 | 101001 | 1011010 |
Color Harmonies of #F0DBEC
Complementary color
Monochromatic Colors of #F0DBEC
Black with #F0DBEC
Text Example
Text Example
White with #F0DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBEC; }
p { color: rgb(240,219,236); }
H1.HeaderClassName
{
color: #F0DBEC;
}
.AnyTagClassName
{
color: #F0DBEC;
}
</style>
background-color css
<style>
a { background-color: #F0DBEC; }
a { background-color: rgb(240,219,236); }
div.DivClassName
{
background-color: #F0DBEC;
}
.BgClassName
{
background-color: #F0DBEC;
}
</style>
border-color css
<style>
span { border-color: #F0DBEC; }
span { border-color: rgb(240,219,236); }
td.TdClassName
{
border-color: #F0DBEC;
}
.TagClassName
{
border-color: #F0DBEC;
}
</style>