Shades of Wheat #F4DEAD
Tints of Wheat #F4DEAD
RGB
CMYK
RGB Variations
Color information
#F4DEAD (or 0xF4DEAD) is known color: Wheat. HEX triplet: F4, DE and AD. RGB value is (244,222,173). Sum of RGB (Red+Green+Blue) = 244+222+173=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DEAD is #0B2152. Grayscale: #DFDFDF. Windows color (decimal): -729427 or 11394804. OLE color: 11394804.
HSL color Cylindrical-coordinate representation of color #F4DEAD: hue angle of 41.41º 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 #F4DEAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 173 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.04 |
| HSL | 41.41º | 0.76% | 0.82% | - |
| HSV(B) | 41.41º | 0.29% | 0.96% | - |
| XYZ | 70.97 | 74.49 | 50.17 | - |
| YUV | 222.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 173 | 0 | 0.09 | 0.29 | 0.04 | 41.41 | 0.76 | 0.82 |
| Hex | F4 | DE | AD | 0 | 9 | 1D | 4 | 29 | 4C | 52 |
| Octal | 364 | 336 | 255 | 0 | 11 | 35 | 4 | 51 | 114 | 122 |
| Binary | 11110100 | 11011110 | 10101101 | 0 | 1001 | 11101 | 100 | 101001 | 1001100 | 1010010 |
Color Harmonies of #F4DEAD
Complementary color
Monochromatic Colors of #F4DEAD
Black with #F4DEAD
Text Example
Text Example
White with #F4DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEAD; }
p { color: rgb(244,222,173); }
H1.HeaderClassName
{
color: #F4DEAD;
}
.AnyTagClassName
{
color: #F4DEAD;
}
</style>
background-color css
<style>
a { background-color: #F4DEAD; }
a { background-color: rgb(244,222,173); }
div.DivClassName
{
background-color: #F4DEAD;
}
.BgClassName
{
background-color: #F4DEAD;
}
</style>
border-color css
<style>
span { border-color: #F4DEAD; }
span { border-color: rgb(244,222,173); }
td.TdClassName
{
border-color: #F4DEAD;
}
.TagClassName
{
border-color: #F4DEAD;
}
</style>