Shades of Wheat #F0DEAE
Tints of Wheat #F0DEAE
RGB
CMYK
RGB Variations
Color information
#F0DEAE (or 0xF0DEAE) is known color: Wheat. HEX triplet: F0, DE and AE. RGB value is (240,222,174). Sum of RGB (Red+Green+Blue) = 240+222+174=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEAE is #0F2151. Grayscale: #DEDEDE. Windows color (decimal): -991570 or 11460336. OLE color: 11460336.
HSL color Cylindrical-coordinate representation of color #F0DEAE: hue angle of 43.64º 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 #F0DEAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 174 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 43.64º | 0.69% | 0.81% | - |
| HSV(B) | 43.64º | 0.28% | 0.94% | - |
| XYZ | 69.7 | 73.82 | 50.62 | - |
| YUV | 221.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 174 | 0 | 0.08 | 0.28 | 0.06 | 43.64 | 0.69 | 0.81 |
| Hex | F0 | DE | AE | 0 | 8 | 1C | 6 | 2C | 45 | 51 |
| Octal | 360 | 336 | 256 | 0 | 10 | 34 | 6 | 54 | 105 | 121 |
| Binary | 11110000 | 11011110 | 10101110 | 0 | 1000 | 11100 | 110 | 101100 | 1000101 | 1010001 |
Color Harmonies of #F0DEAE
Complementary color
Monochromatic Colors of #F0DEAE
Black with #F0DEAE
Text Example
Text Example
White with #F0DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEAE; }
p { color: rgb(240,222,174); }
H1.HeaderClassName
{
color: #F0DEAE;
}
.AnyTagClassName
{
color: #F0DEAE;
}
</style>
background-color css
<style>
a { background-color: #F0DEAE; }
a { background-color: rgb(240,222,174); }
div.DivClassName
{
background-color: #F0DEAE;
}
.BgClassName
{
background-color: #F0DEAE;
}
</style>
border-color css
<style>
span { border-color: #F0DEAE; }
span { border-color: rgb(240,222,174); }
td.TdClassName
{
border-color: #F0DEAE;
}
.TagClassName
{
border-color: #F0DEAE;
}
</style>