Shades of Wheat #F2D9AF
Tints of Wheat #F2D9AF
RGB
CMYK
RGB Variations
Color information
#F2D9AF (or 0xF2D9AF) is known color: Wheat. HEX triplet: F2, D9 and AF. RGB value is (242,217,175). Sum of RGB (Red+Green+Blue) = 242+217+175=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D9AF is #0D2650. Grayscale: #DBDBDB. Windows color (decimal): -861777 or 11524594. OLE color: 11524594.
HSL color Cylindrical-coordinate representation of color #F2D9AF: hue angle of 37.61º 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 #F2D9AF is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 175 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.05 |
| HSL | 37.61º | 0.72% | 0.82% | - |
| HSV(B) | 37.61º | 0.28% | 0.95% | - |
| XYZ | 69.17 | 71.6 | 50.73 | - |
| YUV | 219.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 175 | 0 | 0.10 | 0.28 | 0.05 | 37.61 | 0.72 | 0.82 |
| Hex | F2 | D9 | AF | 0 | A | 1C | 5 | 26 | 48 | 52 |
| Octal | 362 | 331 | 257 | 0 | 12 | 34 | 5 | 46 | 110 | 122 |
| Binary | 11110010 | 11011001 | 10101111 | 0 | 1010 | 11100 | 101 | 100110 | 1001000 | 1010010 |
Color Harmonies of #F2D9AF
Complementary color
Monochromatic Colors of #F2D9AF
Black with #F2D9AF
Text Example
Text Example
White with #F2D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9AF; }
p { color: rgb(242,217,175); }
H1.HeaderClassName
{
color: #F2D9AF;
}
.AnyTagClassName
{
color: #F2D9AF;
}
</style>
background-color css
<style>
a { background-color: #F2D9AF; }
a { background-color: rgb(242,217,175); }
div.DivClassName
{
background-color: #F2D9AF;
}
.BgClassName
{
background-color: #F2D9AF;
}
</style>
border-color css
<style>
span { border-color: #F2D9AF; }
span { border-color: rgb(242,217,175); }
td.TdClassName
{
border-color: #F2D9AF;
}
.TagClassName
{
border-color: #F2D9AF;
}
</style>