Shades of Wheat #F2D9AE
Tints of Wheat #F2D9AE
RGB
CMYK
RGB Variations
Color information
#F2D9AE (or 0xF2D9AE) is known color: Wheat. HEX triplet: F2, D9 and AE. RGB value is (242,217,174). Sum of RGB (Red+Green+Blue) = 242+217+174=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D9AE is #0D2651. Grayscale: #DBDBDB. Windows color (decimal): -861778 or 11459058. OLE color: 11459058.
HSL color Cylindrical-coordinate representation of color #F2D9AE: hue angle of 37.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2D9AE is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 174 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.05 |
| HSL | 37.94º | 0.72% | 0.82% | - |
| HSV(B) | 37.94º | 0.28% | 0.95% | - |
| XYZ | 69.07 | 71.56 | 50.22 | - |
| YUV | 219.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 174 | 0 | 0.10 | 0.28 | 0.05 | 37.94 | 0.72 | 0.82 |
| Hex | F2 | D9 | AE | 0 | A | 1C | 5 | 26 | 48 | 52 |
| Octal | 362 | 331 | 256 | 0 | 12 | 34 | 5 | 46 | 110 | 122 |
| Binary | 11110010 | 11011001 | 10101110 | 0 | 1010 | 11100 | 101 | 100110 | 1001000 | 1010010 |
Color Harmonies of #F2D9AE
Complementary color
Monochromatic Colors of #F2D9AE
Black with #F2D9AE
Text Example
Text Example
White with #F2D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9AE; }
p { color: rgb(242,217,174); }
H1.HeaderClassName
{
color: #F2D9AE;
}
.AnyTagClassName
{
color: #F2D9AE;
}
</style>
background-color css
<style>
a { background-color: #F2D9AE; }
a { background-color: rgb(242,217,174); }
div.DivClassName
{
background-color: #F2D9AE;
}
.BgClassName
{
background-color: #F2D9AE;
}
</style>
border-color css
<style>
span { border-color: #F2D9AE; }
span { border-color: rgb(242,217,174); }
td.TdClassName
{
border-color: #F2D9AE;
}
.TagClassName
{
border-color: #F2D9AE;
}
</style>