Shades of Wheat #F5DFB4
Tints of Wheat #F5DFB4
RGB
CMYK
RGB Variations
Color information
#F5DFB4 (or 0xF5DFB4) is known color: Wheat. HEX triplet: F5, DF and B4. RGB value is (245,223,180). Sum of RGB (Red+Green+Blue) = 245+223+180=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFB4 is #0A204B. Grayscale: #E0E0E0. Windows color (decimal): -663628 or 11853813. OLE color: 11853813.
HSL color Cylindrical-coordinate representation of color #F5DFB4: hue angle of 39.69º degrees, saturation: 0.76, 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 #F5DFB4 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 180 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.04 |
| HSL | 39.69º | 0.76% | 0.83% | - |
| HSV(B) | 39.69º | 0.27% | 0.96% | - |
| XYZ | 72.28 | 75.48 | 53.94 | - |
| YUV | 224.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 180 | 0 | 0.09 | 0.27 | 0.04 | 39.69 | 0.76 | 0.83 |
| Hex | F5 | DF | B4 | 0 | 9 | 1B | 4 | 28 | 4C | 53 |
| Octal | 365 | 337 | 264 | 0 | 11 | 33 | 4 | 50 | 114 | 123 |
| Binary | 11110101 | 11011111 | 10110100 | 0 | 1001 | 11011 | 100 | 101000 | 1001100 | 1010011 |
Color Harmonies of #F5DFB4
Complementary color
Monochromatic Colors of #F5DFB4
Black with #F5DFB4
Text Example
Text Example
White with #F5DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFB4; }
p { color: rgb(245,223,180); }
H1.HeaderClassName
{
color: #F5DFB4;
}
.AnyTagClassName
{
color: #F5DFB4;
}
</style>
background-color css
<style>
a { background-color: #F5DFB4; }
a { background-color: rgb(245,223,180); }
div.DivClassName
{
background-color: #F5DFB4;
}
.BgClassName
{
background-color: #F5DFB4;
}
</style>
border-color css
<style>
span { border-color: #F5DFB4; }
span { border-color: rgb(245,223,180); }
td.TdClassName
{
border-color: #F5DFB4;
}
.TagClassName
{
border-color: #F5DFB4;
}
</style>