Shades of Wheat #F5DDB9
Tints of Wheat #F5DDB9
RGB
CMYK
RGB Variations
Color information
#F5DDB9 (or 0xF5DDB9) is known color: Wheat. HEX triplet: F5, DD and B9. RGB value is (245,221,185). Sum of RGB (Red+Green+Blue) = 245+221+185=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDB9 is #0A2246. Grayscale: #E0E0E0. Windows color (decimal): -664135 or 12180981. OLE color: 12180981.
HSL color Cylindrical-coordinate representation of color #F5DDB9: hue angle of 36º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DDB9 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 185 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 36º | 0.75% | 0.84% | - |
| HSV(B) | 36º | 0.24% | 0.96% | - |
| XYZ | 72.27 | 74.63 | 56.49 | - |
| YUV | 224.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 185 | 0 | 0.10 | 0.24 | 0.04 | 36 | 0.75 | 0.84 |
| Hex | F5 | DD | B9 | 0 | A | 18 | 4 | 24 | 4B | 54 |
| Octal | 365 | 335 | 271 | 0 | 12 | 30 | 4 | 44 | 113 | 124 |
| Binary | 11110101 | 11011101 | 10111001 | 0 | 1010 | 11000 | 100 | 100100 | 1001011 | 1010100 |
Color Harmonies of #F5DDB9
Complementary color
Monochromatic Colors of #F5DDB9
Black with #F5DDB9
Text Example
Text Example
White with #F5DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDB9; }
p { color: rgb(245,221,185); }
H1.HeaderClassName
{
color: #F5DDB9;
}
.AnyTagClassName
{
color: #F5DDB9;
}
</style>
background-color css
<style>
a { background-color: #F5DDB9; }
a { background-color: rgb(245,221,185); }
div.DivClassName
{
background-color: #F5DDB9;
}
.BgClassName
{
background-color: #F5DDB9;
}
</style>
border-color css
<style>
span { border-color: #F5DDB9; }
span { border-color: rgb(245,221,185); }
td.TdClassName
{
border-color: #F5DDB9;
}
.TagClassName
{
border-color: #F5DDB9;
}
</style>