Shades of Wheat #F5DAAE
Tints of Wheat #F5DAAE
RGB
CMYK
RGB Variations
Color information
#F5DAAE (or 0xF5DAAE) is known color: Wheat. HEX triplet: F5, DA and AE. RGB value is (245,218,174). Sum of RGB (Red+Green+Blue) = 245+218+174=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DAAE is #0A2551. Grayscale: #DDDDDD. Windows color (decimal): -664914 or 11459317. OLE color: 11459317.
HSL color Cylindrical-coordinate representation of color #F5DAAE: hue angle of 37.18º 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 #F5DAAE is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 174 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.04 |
| HSL | 37.18º | 0.78% | 0.82% | - |
| HSV(B) | 37.18º | 0.29% | 0.96% | - |
| XYZ | 70.37 | 72.61 | 50.35 | - |
| YUV | 221.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 174 | 0 | 0.11 | 0.29 | 0.04 | 37.18 | 0.78 | 0.82 |
| Hex | F5 | DA | AE | 0 | B | 1D | 4 | 25 | 4E | 52 |
| Octal | 365 | 332 | 256 | 0 | 13 | 35 | 4 | 45 | 116 | 122 |
| Binary | 11110101 | 11011010 | 10101110 | 0 | 1011 | 11101 | 100 | 100101 | 1001110 | 1010010 |
Color Harmonies of #F5DAAE
Complementary color
Monochromatic Colors of #F5DAAE
Black with #F5DAAE
Text Example
Text Example
White with #F5DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAAE; }
p { color: rgb(245,218,174); }
H1.HeaderClassName
{
color: #F5DAAE;
}
.AnyTagClassName
{
color: #F5DAAE;
}
</style>
background-color css
<style>
a { background-color: #F5DAAE; }
a { background-color: rgb(245,218,174); }
div.DivClassName
{
background-color: #F5DAAE;
}
.BgClassName
{
background-color: #F5DAAE;
}
</style>
border-color css
<style>
span { border-color: #F5DAAE; }
span { border-color: rgb(245,218,174); }
td.TdClassName
{
border-color: #F5DAAE;
}
.TagClassName
{
border-color: #F5DAAE;
}
</style>