Shades of Beige #F0EFDB
Tints of Beige #F0EFDB
RGB
CMYK
RGB Variations
Color information
#F0EFDB (or 0xF0EFDB) is known color: Beige. HEX triplet: F0, EF and DB. RGB value is (240,239,219). Sum of RGB (Red+Green+Blue) = 240+239+219=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFDB is #0F1024. Grayscale: #EDEDED. Windows color (decimal): -987173 or 14413808. OLE color: 14413808.
HSL color Cylindrical-coordinate representation of color #F0EFDB: hue angle of 57.14º 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 #F0EFDB is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 239 | 219 | - |
CMYK | 0 | 0.00 | 0.09 | 0.06 |
HSL | 57.14º | 0.41% | 0.9% | - |
HSV(B) | 57.14º | 0.09% | 0.94% | - |
XYZ | 79.59 | 85.37 | 79.3 | - |
YUV | 237.02 | 117.83 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 239 | 219 | 0 | 0.00 | 0.09 | 0.06 | 57.14 | 0.41 | 0.9 |
Hex | F0 | EF | DB | 0 | 0 | 9 | 6 | 39 | 29 | 5A |
Octal | 360 | 357 | 333 | 0 | 0 | 11 | 6 | 71 | 51 | 132 |
Binary | 11110000 | 11101111 | 11011011 | 0 | 0 | 1001 | 110 | 111001 | 101001 | 1011010 |
Color Harmonies of #F0EFDB
Complementary color
Monochromatic Colors of #F0EFDB
Black with #F0EFDB
Text Example
Text Example
White with #F0EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFDB; }
p { color: rgb(240,239,219); }
H1.HeaderClassName
{
color: #F0EFDB;
}
.AnyTagClassName
{
color: #F0EFDB;
}
</style>
background-color css
<style>
a { background-color: #F0EFDB; }
a { background-color: rgb(240,239,219); }
div.DivClassName
{
background-color: #F0EFDB;
}
.BgClassName
{
background-color: #F0EFDB;
}
</style>
border-color css
<style>
span { border-color: #F0EFDB; }
span { border-color: rgb(240,239,219); }
td.TdClassName
{
border-color: #F0EFDB;
}
.TagClassName
{
border-color: #F0EFDB;
}
</style>