Shades of Wheat #F5DEB6
Tints of Wheat #F5DEB6
RGB
CMYK
RGB Variations
Color information
#F5DEB6 (or 0xF5DEB6) is known color: Wheat. HEX triplet: F5, DE and B6. RGB value is (245,222,182). Sum of RGB (Red+Green+Blue) = 245+222+182=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 182 (71.48% from 255 or 28.04% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEB6 is #0A2149. Grayscale: #E0E0E0. Windows color (decimal): -663882 or 11984629. OLE color: 11984629.
HSL color Cylindrical-coordinate representation of color #F5DEB6: hue angle of 38.1º 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 #F5DEB6 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 182 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.04 |
| HSL | 38.1º | 0.76% | 0.84% | - |
| HSV(B) | 38.1º | 0.26% | 0.96% | - |
| XYZ | 72.22 | 75.03 | 54.93 | - |
| YUV | 224.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 182 | 0 | 0.09 | 0.26 | 0.04 | 38.1 | 0.76 | 0.84 |
| Hex | F5 | DE | B6 | 0 | 9 | 1A | 4 | 26 | 4C | 54 |
| Octal | 365 | 336 | 266 | 0 | 11 | 32 | 4 | 46 | 114 | 124 |
| Binary | 11110101 | 11011110 | 10110110 | 0 | 1001 | 11010 | 100 | 100110 | 1001100 | 1010100 |
Color Harmonies of #F5DEB6
Complementary color
Monochromatic Colors of #F5DEB6
Black with #F5DEB6
Text Example
Text Example
White with #F5DEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEB6; }
p { color: rgb(245,222,182); }
H1.HeaderClassName
{
color: #F5DEB6;
}
.AnyTagClassName
{
color: #F5DEB6;
}
</style>
background-color css
<style>
a { background-color: #F5DEB6; }
a { background-color: rgb(245,222,182); }
div.DivClassName
{
background-color: #F5DEB6;
}
.BgClassName
{
background-color: #F5DEB6;
}
</style>
border-color css
<style>
span { border-color: #F5DEB6; }
span { border-color: rgb(245,222,182); }
td.TdClassName
{
border-color: #F5DEB6;
}
.TagClassName
{
border-color: #F5DEB6;
}
</style>