Shades of Beige #F0EFDC
Tints of Beige #F0EFDC
RGB
CMYK
RGB Variations
Color information
#F0EFDC (or 0xF0EFDC) is known color: Beige. HEX triplet: F0, EF and DC. RGB value is (240,239,220). Sum of RGB (Red+Green+Blue) = 240+239+220=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFDC is #0F1023. Grayscale: #EDEDED. Windows color (decimal): -987172 or 14479344. OLE color: 14479344.
HSL color Cylindrical-coordinate representation of color #F0EFDC: hue angle of 57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EFDC is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 220 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.06 |
| HSL | 57º | 0.4% | 0.9% | - |
| HSV(B) | 57º | 0.08% | 0.94% | - |
| XYZ | 79.72 | 85.43 | 80 | - |
| YUV | 237.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 220 | 0 | 0.00 | 0.08 | 0.06 | 57 | 0.4 | 0.9 |
| Hex | F0 | EF | DC | 0 | 0 | 8 | 6 | 39 | 28 | 5A |
| Octal | 360 | 357 | 334 | 0 | 0 | 10 | 6 | 71 | 50 | 132 |
| Binary | 11110000 | 11101111 | 11011100 | 0 | 0 | 1000 | 110 | 111001 | 101000 | 1011010 |
Color Harmonies of #F0EFDC
Complementary color
Monochromatic Colors of #F0EFDC
Black with #F0EFDC
Text Example
Text Example
White with #F0EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFDC; }
p { color: rgb(240,239,220); }
H1.HeaderClassName
{
color: #F0EFDC;
}
.AnyTagClassName
{
color: #F0EFDC;
}
</style>
background-color css
<style>
a { background-color: #F0EFDC; }
a { background-color: rgb(240,239,220); }
div.DivClassName
{
background-color: #F0EFDC;
}
.BgClassName
{
background-color: #F0EFDC;
}
</style>
border-color css
<style>
span { border-color: #F0EFDC; }
span { border-color: rgb(240,239,220); }
td.TdClassName
{
border-color: #F0EFDC;
}
.TagClassName
{
border-color: #F0EFDC;
}
</style>