Shades of Wheat #F5DBAF
Tints of Wheat #F5DBAF
RGB
CMYK
RGB Variations
Color information
#F5DBAF (or 0xF5DBAF) is known color: Wheat. HEX triplet: F5, DB and AF. RGB value is (245,219,175). Sum of RGB (Red+Green+Blue) = 245+219+175=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DBAF is #0A2450. Grayscale: #DDDDDD. Windows color (decimal): -664657 or 11525109. OLE color: 11525109.
HSL color Cylindrical-coordinate representation of color #F5DBAF: hue angle of 37.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5DBAF is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 175 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.04 |
| HSL | 37.71º | 0.78% | 0.82% | - |
| HSV(B) | 37.71º | 0.29% | 0.96% | - |
| XYZ | 70.73 | 73.17 | 50.95 | - |
| YUV | 221.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 175 | 0 | 0.11 | 0.29 | 0.04 | 37.71 | 0.78 | 0.82 |
| Hex | F5 | DB | AF | 0 | B | 1D | 4 | 26 | 4E | 52 |
| Octal | 365 | 333 | 257 | 0 | 13 | 35 | 4 | 46 | 116 | 122 |
| Binary | 11110101 | 11011011 | 10101111 | 0 | 1011 | 11101 | 100 | 100110 | 1001110 | 1010010 |
Color Harmonies of #F5DBAF
Complementary color
Monochromatic Colors of #F5DBAF
Black with #F5DBAF
Text Example
Text Example
White with #F5DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBAF; }
p { color: rgb(245,219,175); }
H1.HeaderClassName
{
color: #F5DBAF;
}
.AnyTagClassName
{
color: #F5DBAF;
}
</style>
background-color css
<style>
a { background-color: #F5DBAF; }
a { background-color: rgb(245,219,175); }
div.DivClassName
{
background-color: #F5DBAF;
}
.BgClassName
{
background-color: #F5DBAF;
}
</style>
border-color css
<style>
span { border-color: #F5DBAF; }
span { border-color: rgb(245,219,175); }
td.TdClassName
{
border-color: #F5DBAF;
}
.TagClassName
{
border-color: #F5DBAF;
}
</style>