Shades of Wheat #F0DEB0
Tints of Wheat #F0DEB0
RGB
CMYK
RGB Variations
Color information
#F0DEB0 (or 0xF0DEB0) is known color: Wheat. HEX triplet: F0, DE and B0. RGB value is (240,222,176). Sum of RGB (Red+Green+Blue) = 240+222+176=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEB0 is #0F214F. Grayscale: #DEDEDE. Windows color (decimal): -991568 or 11591408. OLE color: 11591408.
HSL color Cylindrical-coordinate representation of color #F0DEB0: hue angle of 43.12º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DEB0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 176 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.06 |
| HSL | 43.13º | 0.68% | 0.82% | - |
| HSV(B) | 43.13º | 0.27% | 0.94% | - |
| XYZ | 69.89 | 73.9 | 51.66 | - |
| YUV | 222.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 176 | 0 | 0.08 | 0.27 | 0.06 | 43.13 | 0.68 | 0.82 |
| Hex | F0 | DE | B0 | 0 | 8 | 1B | 6 | 2B | 44 | 52 |
| Octal | 360 | 336 | 260 | 0 | 10 | 33 | 6 | 53 | 104 | 122 |
| Binary | 11110000 | 11011110 | 10110000 | 0 | 1000 | 11011 | 110 | 101011 | 1000100 | 1010010 |
Color Harmonies of #F0DEB0
Complementary color
Monochromatic Colors of #F0DEB0
Black with #F0DEB0
Text Example
Text Example
White with #F0DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEB0; }
p { color: rgb(240,222,176); }
H1.HeaderClassName
{
color: #F0DEB0;
}
.AnyTagClassName
{
color: #F0DEB0;
}
</style>
background-color css
<style>
a { background-color: #F0DEB0; }
a { background-color: rgb(240,222,176); }
div.DivClassName
{
background-color: #F0DEB0;
}
.BgClassName
{
background-color: #F0DEB0;
}
</style>
border-color css
<style>
span { border-color: #F0DEB0; }
span { border-color: rgb(240,222,176); }
td.TdClassName
{
border-color: #F0DEB0;
}
.TagClassName
{
border-color: #F0DEB0;
}
</style>