Shades of Wheat #F5DDB5
Tints of Wheat #F5DDB5
RGB
CMYK
RGB Variations
Color information
#F5DDB5 (or 0xF5DDB5) is known color: Wheat. HEX triplet: F5, DD and B5. RGB value is (245,221,181). Sum of RGB (Red+Green+Blue) = 245+221+181=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDB5 is #0A224A. Grayscale: #DFDFDF. Windows color (decimal): -664139 or 11918837. OLE color: 11918837.
HSL color Cylindrical-coordinate representation of color #F5DDB5: hue angle of 37.5º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5DDB5 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 181 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.04 |
| HSL | 37.5º | 0.76% | 0.84% | - |
| HSV(B) | 37.5º | 0.26% | 0.96% | - |
| XYZ | 71.85 | 74.46 | 54.3 | - |
| YUV | 223.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 181 | 0 | 0.10 | 0.26 | 0.04 | 37.5 | 0.76 | 0.84 |
| Hex | F5 | DD | B5 | 0 | A | 1A | 4 | 26 | 4C | 54 |
| Octal | 365 | 335 | 265 | 0 | 12 | 32 | 4 | 46 | 114 | 124 |
| Binary | 11110101 | 11011101 | 10110101 | 0 | 1010 | 11010 | 100 | 100110 | 1001100 | 1010100 |
Color Harmonies of #F5DDB5
Complementary color
Monochromatic Colors of #F5DDB5
Black with #F5DDB5
Text Example
Text Example
White with #F5DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDB5; }
p { color: rgb(245,221,181); }
H1.HeaderClassName
{
color: #F5DDB5;
}
.AnyTagClassName
{
color: #F5DDB5;
}
</style>
background-color css
<style>
a { background-color: #F5DDB5; }
a { background-color: rgb(245,221,181); }
div.DivClassName
{
background-color: #F5DDB5;
}
.BgClassName
{
background-color: #F5DDB5;
}
</style>
border-color css
<style>
span { border-color: #F5DDB5; }
span { border-color: rgb(245,221,181); }
td.TdClassName
{
border-color: #F5DDB5;
}
.TagClassName
{
border-color: #F5DDB5;
}
</style>