Shades of Wheat #F4DDAE
Tints of Wheat #F4DDAE
RGB
CMYK
RGB Variations
Color information
#F4DDAE (or 0xF4DDAE) is known color: Wheat. HEX triplet: F4, DD and AE. RGB value is (244,221,174). Sum of RGB (Red+Green+Blue) = 244+221+174=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDAE is #0B2251. Grayscale: #DEDEDE. Windows color (decimal): -729682 or 11460084. OLE color: 11460084.
HSL color Cylindrical-coordinate representation of color #F4DDAE: hue angle of 40.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4DDAE is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 221 | 174 | - |
CMYK | 0 | 0.09 | 0.29 | 0.04 |
HSL | 40.29º | 0.76% | 0.82% | - |
HSV(B) | 40.29º | 0.29% | 0.96% | - |
XYZ | 70.8 | 74 | 50.6 | - |
YUV | 222.52 | 100.62 | 143.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 174 | 0 | 0.09 | 0.29 | 0.04 | 40.29 | 0.76 | 0.82 |
Hex | F4 | DD | AE | 0 | 9 | 1D | 4 | 28 | 4C | 52 |
Octal | 364 | 335 | 256 | 0 | 11 | 35 | 4 | 50 | 114 | 122 |
Binary | 11110100 | 11011101 | 10101110 | 0 | 1001 | 11101 | 100 | 101000 | 1001100 | 1010010 |
Color Harmonies of #F4DDAE
Complementary color
Monochromatic Colors of #F4DDAE
Black with #F4DDAE
Text Example
Text Example
White with #F4DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDAE; }
p { color: rgb(244,221,174); }
H1.HeaderClassName
{
color: #F4DDAE;
}
.AnyTagClassName
{
color: #F4DDAE;
}
</style>
background-color css
<style>
a { background-color: #F4DDAE; }
a { background-color: rgb(244,221,174); }
div.DivClassName
{
background-color: #F4DDAE;
}
.BgClassName
{
background-color: #F4DDAE;
}
</style>
border-color css
<style>
span { border-color: #F4DDAE; }
span { border-color: rgb(244,221,174); }
td.TdClassName
{
border-color: #F4DDAE;
}
.TagClassName
{
border-color: #F4DDAE;
}
</style>