Shades of Wheat #F0DBAE
Tints of Wheat #F0DBAE
RGB
CMYK
RGB Variations
Color information
#F0DBAE (or 0xF0DBAE) is known color: Wheat. HEX triplet: F0, DB and AE. RGB value is (240,219,174). Sum of RGB (Red+Green+Blue) = 240+219+174=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBAE is #0F2451. Grayscale: #DCDCDC. Windows color (decimal): -992338 or 11459568. OLE color: 11459568.
HSL color Cylindrical-coordinate representation of color #F0DBAE: hue angle of 40.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DBAE is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 174 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.06 |
| HSL | 40.91º | 0.69% | 0.81% | - |
| HSV(B) | 40.91º | 0.28% | 0.94% | - |
| XYZ | 68.91 | 72.24 | 50.36 | - |
| YUV | 220.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 174 | 0 | 0.09 | 0.28 | 0.06 | 40.91 | 0.69 | 0.81 |
| Hex | F0 | DB | AE | 0 | 9 | 1C | 6 | 29 | 45 | 51 |
| Octal | 360 | 333 | 256 | 0 | 11 | 34 | 6 | 51 | 105 | 121 |
| Binary | 11110000 | 11011011 | 10101110 | 0 | 1001 | 11100 | 110 | 101001 | 1000101 | 1010001 |
Color Harmonies of #F0DBAE
Complementary color
Monochromatic Colors of #F0DBAE
Black with #F0DBAE
Text Example
Text Example
White with #F0DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBAE; }
p { color: rgb(240,219,174); }
H1.HeaderClassName
{
color: #F0DBAE;
}
.AnyTagClassName
{
color: #F0DBAE;
}
</style>
background-color css
<style>
a { background-color: #F0DBAE; }
a { background-color: rgb(240,219,174); }
div.DivClassName
{
background-color: #F0DBAE;
}
.BgClassName
{
background-color: #F0DBAE;
}
</style>
border-color css
<style>
span { border-color: #F0DBAE; }
span { border-color: rgb(240,219,174); }
td.TdClassName
{
border-color: #F0DBAE;
}
.TagClassName
{
border-color: #F0DBAE;
}
</style>