Shades of Wheat #F4DDAF
Tints of Wheat #F4DDAF
RGB
CMYK
RGB Variations
Color information
#F4DDAF (or 0xF4DDAF) is known color: Wheat. HEX triplet: F4, DD and AF. RGB value is (244,221,175). Sum of RGB (Red+Green+Blue) = 244+221+175=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDAF is #0B2250. Grayscale: #DEDEDE. Windows color (decimal): -729681 or 11525620. OLE color: 11525620.
HSL color Cylindrical-coordinate representation of color #F4DDAF: hue angle of 40º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4DDAF is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 175 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.04 |
| HSL | 40º | 0.76% | 0.82% | - |
| HSV(B) | 40º | 0.28% | 0.96% | - |
| XYZ | 70.9 | 74.04 | 51.11 | - |
| YUV | 222.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 175 | 0 | 0.09 | 0.28 | 0.04 | 40 | 0.76 | 0.82 |
| Hex | F4 | DD | AF | 0 | 9 | 1C | 4 | 28 | 4C | 52 |
| Octal | 364 | 335 | 257 | 0 | 11 | 34 | 4 | 50 | 114 | 122 |
| Binary | 11110100 | 11011101 | 10101111 | 0 | 1001 | 11100 | 100 | 101000 | 1001100 | 1010010 |
Color Harmonies of #F4DDAF
Complementary color
Monochromatic Colors of #F4DDAF
Black with #F4DDAF
Text Example
Text Example
White with #F4DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDAF; }
p { color: rgb(244,221,175); }
H1.HeaderClassName
{
color: #F4DDAF;
}
.AnyTagClassName
{
color: #F4DDAF;
}
</style>
background-color css
<style>
a { background-color: #F4DDAF; }
a { background-color: rgb(244,221,175); }
div.DivClassName
{
background-color: #F4DDAF;
}
.BgClassName
{
background-color: #F4DDAF;
}
</style>
border-color css
<style>
span { border-color: #F4DDAF; }
span { border-color: rgb(244,221,175); }
td.TdClassName
{
border-color: #F4DDAF;
}
.TagClassName
{
border-color: #F4DDAF;
}
</style>