Shades of Wheat #F4DFB4
Tints of Wheat #F4DFB4
RGB
CMYK
RGB Variations
Color information
#F4DFB4 (or 0xF4DFB4) is known color: Wheat. HEX triplet: F4, DF and B4. RGB value is (244,223,180). Sum of RGB (Red+Green+Blue) = 244+223+180=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFB4 is #0B204B. Grayscale: #E0E0E0. Windows color (decimal): -729164 or 11853812. OLE color: 11853812.
HSL color Cylindrical-coordinate representation of color #F4DFB4: hue angle of 40.31º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4DFB4 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 180 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.04 |
| HSL | 40.31º | 0.74% | 0.83% | - |
| HSV(B) | 40.31º | 0.26% | 0.96% | - |
| XYZ | 71.93 | 75.3 | 53.92 | - |
| YUV | 224.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 180 | 0 | 0.09 | 0.26 | 0.04 | 40.31 | 0.74 | 0.83 |
| Hex | F4 | DF | B4 | 0 | 9 | 1A | 4 | 28 | 4A | 53 |
| Octal | 364 | 337 | 264 | 0 | 11 | 32 | 4 | 50 | 112 | 123 |
| Binary | 11110100 | 11011111 | 10110100 | 0 | 1001 | 11010 | 100 | 101000 | 1001010 | 1010011 |
Color Harmonies of #F4DFB4
Complementary color
Monochromatic Colors of #F4DFB4
Black with #F4DFB4
Text Example
Text Example
White with #F4DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFB4; }
p { color: rgb(244,223,180); }
H1.HeaderClassName
{
color: #F4DFB4;
}
.AnyTagClassName
{
color: #F4DFB4;
}
</style>
background-color css
<style>
a { background-color: #F4DFB4; }
a { background-color: rgb(244,223,180); }
div.DivClassName
{
background-color: #F4DFB4;
}
.BgClassName
{
background-color: #F4DFB4;
}
</style>
border-color css
<style>
span { border-color: #F4DFB4; }
span { border-color: rgb(244,223,180); }
td.TdClassName
{
border-color: #F4DFB4;
}
.TagClassName
{
border-color: #F4DFB4;
}
</style>