Shades of Wheat #F0DDAE
Tints of Wheat #F0DDAE
RGB
CMYK
RGB Variations
Color information
#F0DDAE (or 0xF0DDAE) is known color: Wheat. HEX triplet: F0, DD and AE. RGB value is (240,221,174). Sum of RGB (Red+Green+Blue) = 240+221+174=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDAE is #0F2251. Grayscale: #DDDDDD. Windows color (decimal): -991826 or 11460080. OLE color: 11460080.
HSL color Cylindrical-coordinate representation of color #F0DDAE: hue angle of 42.73º 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 #F0DDAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 174 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 42.73º | 0.69% | 0.81% | - |
| HSV(B) | 42.73º | 0.28% | 0.94% | - |
| XYZ | 69.43 | 73.29 | 50.53 | - |
| YUV | 221.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 174 | 0 | 0.08 | 0.28 | 0.06 | 42.73 | 0.69 | 0.81 |
| Hex | F0 | DD | AE | 0 | 8 | 1C | 6 | 2B | 45 | 51 |
| Octal | 360 | 335 | 256 | 0 | 10 | 34 | 6 | 53 | 105 | 121 |
| Binary | 11110000 | 11011101 | 10101110 | 0 | 1000 | 11100 | 110 | 101011 | 1000101 | 1010001 |
Color Harmonies of #F0DDAE
Complementary color
Monochromatic Colors of #F0DDAE
Black with #F0DDAE
Text Example
Text Example
White with #F0DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDAE; }
p { color: rgb(240,221,174); }
H1.HeaderClassName
{
color: #F0DDAE;
}
.AnyTagClassName
{
color: #F0DDAE;
}
</style>
background-color css
<style>
a { background-color: #F0DDAE; }
a { background-color: rgb(240,221,174); }
div.DivClassName
{
background-color: #F0DDAE;
}
.BgClassName
{
background-color: #F0DDAE;
}
</style>
border-color css
<style>
span { border-color: #F0DDAE; }
span { border-color: rgb(240,221,174); }
td.TdClassName
{
border-color: #F0DDAE;
}
.TagClassName
{
border-color: #F0DDAE;
}
</style>