Shades of Wheat #F0DAAE
Tints of Wheat #F0DAAE
RGB
CMYK
RGB Variations
Color information
#F0DAAE (or 0xF0DAAE) is known color: Wheat. HEX triplet: F0, DA and AE. RGB value is (240,218,174). Sum of RGB (Red+Green+Blue) = 240+218+174=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAE is #0F2551. Grayscale: #DBDBDB. Windows color (decimal): -992594 or 11459312. OLE color: 11459312.
HSL color Cylindrical-coordinate representation of color #F0DAAE: hue angle of 40º 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 #F0DAAE is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 174 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.06 |
| HSL | 40º | 0.69% | 0.81% | - |
| HSV(B) | 40º | 0.28% | 0.94% | - |
| XYZ | 68.65 | 71.72 | 50.27 | - |
| YUV | 219.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 174 | 0 | 0.09 | 0.28 | 0.06 | 40 | 0.69 | 0.81 |
| Hex | F0 | DA | AE | 0 | 9 | 1C | 6 | 28 | 45 | 51 |
| Octal | 360 | 332 | 256 | 0 | 11 | 34 | 6 | 50 | 105 | 121 |
| Binary | 11110000 | 11011010 | 10101110 | 0 | 1001 | 11100 | 110 | 101000 | 1000101 | 1010001 |
Color Harmonies of #F0DAAE
Complementary color
Monochromatic Colors of #F0DAAE
Black with #F0DAAE
Text Example
Text Example
White with #F0DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAAE; }
p { color: rgb(240,218,174); }
H1.HeaderClassName
{
color: #F0DAAE;
}
.AnyTagClassName
{
color: #F0DAAE;
}
</style>
background-color css
<style>
a { background-color: #F0DAAE; }
a { background-color: rgb(240,218,174); }
div.DivClassName
{
background-color: #F0DAAE;
}
.BgClassName
{
background-color: #F0DAAE;
}
</style>
border-color css
<style>
span { border-color: #F0DAAE; }
span { border-color: rgb(240,218,174); }
td.TdClassName
{
border-color: #F0DAAE;
}
.TagClassName
{
border-color: #F0DAAE;
}
</style>