Shades of Beige #F0F0D9
Tints of Beige #F0F0D9
RGB
CMYK
RGB Variations
Color information
#F0F0D9 (or 0xF0F0D9) is known color: Beige. HEX triplet: F0, F0 and D9. RGB value is (240,240,217). Sum of RGB (Red+Green+Blue) = 240+240+217=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0D9 is #0F0F26. Grayscale: #EDEDED. Windows color (decimal): -986919 or 14282992. OLE color: 14282992.
HSL color Cylindrical-coordinate representation of color #F0F0D9: hue angle of 60º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F0D9 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 217 | - |
| CMYK | 0 | 0 | 0.10 | 0.06 |
| HSL | 60º | 0.43% | 0.9% | - |
| HSV(B) | 60º | 0.1% | 0.94% | - |
| XYZ | 79.62 | 85.86 | 78.02 | - |
| YUV | 237.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 217 | 0 | 0 | 0.10 | 0.06 | 60 | 0.43 | 0.9 |
| Hex | F0 | F0 | D9 | 0 | 0 | A | 6 | 3C | 2B | 5A |
| Octal | 360 | 360 | 331 | 0 | 0 | 12 | 6 | 74 | 53 | 132 |
| Binary | 11110000 | 11110000 | 11011001 | 0 | 0 | 1010 | 110 | 111100 | 101011 | 1011010 |
Color Harmonies of #F0F0D9
Complementary color
Monochromatic Colors of #F0F0D9
Black with #F0F0D9
Text Example
Text Example
White with #F0F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0D9; }
p { color: rgb(240,240,217); }
H1.HeaderClassName
{
color: #F0F0D9;
}
.AnyTagClassName
{
color: #F0F0D9;
}
</style>
background-color css
<style>
a { background-color: #F0F0D9; }
a { background-color: rgb(240,240,217); }
div.DivClassName
{
background-color: #F0F0D9;
}
.BgClassName
{
background-color: #F0F0D9;
}
</style>
border-color css
<style>
span { border-color: #F0F0D9; }
span { border-color: rgb(240,240,217); }
td.TdClassName
{
border-color: #F0F0D9;
}
.TagClassName
{
border-color: #F0F0D9;
}
</style>