Shades of Wheat #F4DDB0
Tints of Wheat #F4DDB0
RGB
CMYK
RGB Variations
Color information
#F4DDB0 (or 0xF4DDB0) is known color: Wheat. HEX triplet: F4, DD and B0. RGB value is (244,221,176). Sum of RGB (Red+Green+Blue) = 244+221+176=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDB0 is #0B224F. Grayscale: #DEDEDE. Windows color (decimal): -729680 or 11591156. OLE color: 11591156.
HSL color Cylindrical-coordinate representation of color #F4DDB0: hue angle of 39.71º 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 #F4DDB0 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 176 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.04 |
| HSL | 39.71º | 0.76% | 0.82% | - |
| HSV(B) | 39.71º | 0.28% | 0.96% | - |
| XYZ | 71 | 74.08 | 51.63 | - |
| YUV | 222.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 176 | 0 | 0.09 | 0.28 | 0.04 | 39.71 | 0.76 | 0.82 |
| Hex | F4 | DD | B0 | 0 | 9 | 1C | 4 | 28 | 4C | 52 |
| Octal | 364 | 335 | 260 | 0 | 11 | 34 | 4 | 50 | 114 | 122 |
| Binary | 11110100 | 11011101 | 10110000 | 0 | 1001 | 11100 | 100 | 101000 | 1001100 | 1010010 |
Color Harmonies of #F4DDB0
Complementary color
Monochromatic Colors of #F4DDB0
Black with #F4DDB0
Text Example
Text Example
White with #F4DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDB0; }
p { color: rgb(244,221,176); }
H1.HeaderClassName
{
color: #F4DDB0;
}
.AnyTagClassName
{
color: #F4DDB0;
}
</style>
background-color css
<style>
a { background-color: #F4DDB0; }
a { background-color: rgb(244,221,176); }
div.DivClassName
{
background-color: #F4DDB0;
}
.BgClassName
{
background-color: #F4DDB0;
}
</style>
border-color css
<style>
span { border-color: #F4DDB0; }
span { border-color: rgb(244,221,176); }
td.TdClassName
{
border-color: #F4DDB0;
}
.TagClassName
{
border-color: #F4DDB0;
}
</style>