Shades of Beige #F0F0DA
Tints of Beige #F0F0DA
RGB
CMYK
RGB Variations
Color information
#F0F0DA (or 0xF0F0DA) is known color: Beige. HEX triplet: F0, F0 and DA. RGB value is (240,240,218). Sum of RGB (Red+Green+Blue) = 240+240+218=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0DA is #0F0F25. Grayscale: #EDEDED. Windows color (decimal): -986918 or 14348528. OLE color: 14348528.
HSL color Cylindrical-coordinate representation of color #F0F0DA: hue angle of 60º degrees, saturation: 0.42, 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 #F0F0DA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 218 | - |
| CMYK | 0 | 0 | 0.09 | 0.06 |
| HSL | 60º | 0.42% | 0.9% | - |
| HSV(B) | 60º | 0.09% | 0.94% | - |
| XYZ | 79.75 | 85.91 | 78.71 | - |
| YUV | 237.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 218 | 0 | 0 | 0.09 | 0.06 | 60 | 0.42 | 0.9 |
| Hex | F0 | F0 | DA | 0 | 0 | 9 | 6 | 3C | 2A | 5A |
| Octal | 360 | 360 | 332 | 0 | 0 | 11 | 6 | 74 | 52 | 132 |
| Binary | 11110000 | 11110000 | 11011010 | 0 | 0 | 1001 | 110 | 111100 | 101010 | 1011010 |
Color Harmonies of #F0F0DA
Complementary color
Monochromatic Colors of #F0F0DA
Black with #F0F0DA
Text Example
Text Example
White with #F0F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0DA; }
p { color: rgb(240,240,218); }
H1.HeaderClassName
{
color: #F0F0DA;
}
.AnyTagClassName
{
color: #F0F0DA;
}
</style>
background-color css
<style>
a { background-color: #F0F0DA; }
a { background-color: rgb(240,240,218); }
div.DivClassName
{
background-color: #F0F0DA;
}
.BgClassName
{
background-color: #F0F0DA;
}
</style>
border-color css
<style>
span { border-color: #F0F0DA; }
span { border-color: rgb(240,240,218); }
td.TdClassName
{
border-color: #F0F0DA;
}
.TagClassName
{
border-color: #F0F0DA;
}
</style>