Shades of Wheat #F0DAAF
Tints of Wheat #F0DAAF
RGB
CMYK
RGB Variations
Color information
#F0DAAF (or 0xF0DAAF) is known color: Wheat. HEX triplet: F0, DA and AF. RGB value is (240,218,175). Sum of RGB (Red+Green+Blue) = 240+218+175=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAAF is #0F2550. Grayscale: #DBDBDB. Windows color (decimal): -992593 or 11524848. OLE color: 11524848.
HSL color Cylindrical-coordinate representation of color #F0DAAF: hue angle of 39.69º degrees, saturation: 0.68, 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 #F0DAAF is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 175 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.06 |
| HSL | 39.69º | 0.68% | 0.81% | - |
| HSV(B) | 39.69º | 0.27% | 0.94% | - |
| XYZ | 68.74 | 71.76 | 50.79 | - |
| YUV | 219.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 175 | 0 | 0.09 | 0.27 | 0.06 | 39.69 | 0.68 | 0.81 |
| Hex | F0 | DA | AF | 0 | 9 | 1B | 6 | 28 | 44 | 51 |
| Octal | 360 | 332 | 257 | 0 | 11 | 33 | 6 | 50 | 104 | 121 |
| Binary | 11110000 | 11011010 | 10101111 | 0 | 1001 | 11011 | 110 | 101000 | 1000100 | 1010001 |
Color Harmonies of #F0DAAF
Complementary color
Monochromatic Colors of #F0DAAF
Black with #F0DAAF
Text Example
Text Example
White with #F0DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAAF; }
p { color: rgb(240,218,175); }
H1.HeaderClassName
{
color: #F0DAAF;
}
.AnyTagClassName
{
color: #F0DAAF;
}
</style>
background-color css
<style>
a { background-color: #F0DAAF; }
a { background-color: rgb(240,218,175); }
div.DivClassName
{
background-color: #F0DAAF;
}
.BgClassName
{
background-color: #F0DAAF;
}
</style>
border-color css
<style>
span { border-color: #F0DAAF; }
span { border-color: rgb(240,218,175); }
td.TdClassName
{
border-color: #F0DAAF;
}
.TagClassName
{
border-color: #F0DAAF;
}
</style>