Shades of Wheat #F5DEB7
Tints of Wheat #F5DEB7
RGB
CMYK
RGB Variations
Color information
#F5DEB7 (or 0xF5DEB7) is known color: Wheat. HEX triplet: F5, DE and B7. RGB value is (245,222,183). Sum of RGB (Red+Green+Blue) = 245+222+183=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEB7 is #0A2148. Grayscale: #E0E0E0. Windows color (decimal): -663881 or 12050165. OLE color: 12050165.
HSL color Cylindrical-coordinate representation of color #F5DEB7: hue angle of 37.74º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5DEB7 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 183 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.04 |
| HSL | 37.74º | 0.76% | 0.84% | - |
| HSV(B) | 37.74º | 0.25% | 0.96% | - |
| XYZ | 72.32 | 75.07 | 55.48 | - |
| YUV | 224.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 183 | 0 | 0.09 | 0.25 | 0.04 | 37.74 | 0.76 | 0.84 |
| Hex | F5 | DE | B7 | 0 | 9 | 19 | 4 | 26 | 4C | 54 |
| Octal | 365 | 336 | 267 | 0 | 11 | 31 | 4 | 46 | 114 | 124 |
| Binary | 11110101 | 11011110 | 10110111 | 0 | 1001 | 11001 | 100 | 100110 | 1001100 | 1010100 |
Color Harmonies of #F5DEB7
Complementary color
Monochromatic Colors of #F5DEB7
Black with #F5DEB7
Text Example
Text Example
White with #F5DEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEB7; }
p { color: rgb(245,222,183); }
H1.HeaderClassName
{
color: #F5DEB7;
}
.AnyTagClassName
{
color: #F5DEB7;
}
</style>
background-color css
<style>
a { background-color: #F5DEB7; }
a { background-color: rgb(245,222,183); }
div.DivClassName
{
background-color: #F5DEB7;
}
.BgClassName
{
background-color: #F5DEB7;
}
</style>
border-color css
<style>
span { border-color: #F5DEB7; }
span { border-color: rgb(245,222,183); }
td.TdClassName
{
border-color: #F5DEB7;
}
.TagClassName
{
border-color: #F5DEB7;
}
</style>