Shades of Wheat #F4DDB3
Tints of Wheat #F4DDB3
RGB
CMYK
RGB Variations
Color information
#F4DDB3 (or 0xF4DDB3) is known color: Wheat. HEX triplet: F4, DD and B3. RGB value is (244,221,179). Sum of RGB (Red+Green+Blue) = 244+221+179=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDB3 is #0B224C. Grayscale: #DFDFDF. Windows color (decimal): -729677 or 11787764. OLE color: 11787764.
HSL color Cylindrical-coordinate representation of color #F4DDB3: hue angle of 38.77º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4DDB3 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 179 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.04 |
| HSL | 38.77º | 0.75% | 0.83% | - |
| HSV(B) | 38.77º | 0.27% | 0.96% | - |
| XYZ | 71.3 | 74.2 | 53.21 | - |
| YUV | 223.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 179 | 0 | 0.09 | 0.27 | 0.04 | 38.77 | 0.75 | 0.83 |
| Hex | F4 | DD | B3 | 0 | 9 | 1B | 4 | 27 | 4B | 53 |
| Octal | 364 | 335 | 263 | 0 | 11 | 33 | 4 | 47 | 113 | 123 |
| Binary | 11110100 | 11011101 | 10110011 | 0 | 1001 | 11011 | 100 | 100111 | 1001011 | 1010011 |
Color Harmonies of #F4DDB3
Complementary color
Monochromatic Colors of #F4DDB3
Black with #F4DDB3
Text Example
Text Example
White with #F4DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDB3; }
p { color: rgb(244,221,179); }
H1.HeaderClassName
{
color: #F4DDB3;
}
.AnyTagClassName
{
color: #F4DDB3;
}
</style>
background-color css
<style>
a { background-color: #F4DDB3; }
a { background-color: rgb(244,221,179); }
div.DivClassName
{
background-color: #F4DDB3;
}
.BgClassName
{
background-color: #F4DDB3;
}
</style>
border-color css
<style>
span { border-color: #F4DDB3; }
span { border-color: rgb(244,221,179); }
td.TdClassName
{
border-color: #F4DDB3;
}
.TagClassName
{
border-color: #F4DDB3;
}
</style>