Shades of Wheat #F2DAB0
Tints of Wheat #F2DAB0
RGB
CMYK
RGB Variations
Color information
#F2DAB0 (or 0xF2DAB0) is known color: Wheat. HEX triplet: F2, DA and B0. RGB value is (242,218,176). Sum of RGB (Red+Green+Blue) = 242+218+176=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAB0 is #0D254F. Grayscale: #DCDCDC. Windows color (decimal): -861520 or 11590386. OLE color: 11590386.
HSL color Cylindrical-coordinate representation of color #F2DAB0: hue angle of 38.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2DAB0 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 176 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.05 |
| HSL | 38.18º | 0.72% | 0.82% | - |
| HSV(B) | 38.18º | 0.27% | 0.95% | - |
| XYZ | 69.53 | 72.15 | 51.34 | - |
| YUV | 220.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 176 | 0 | 0.10 | 0.27 | 0.05 | 38.18 | 0.72 | 0.82 |
| Hex | F2 | DA | B0 | 0 | A | 1B | 5 | 26 | 48 | 52 |
| Octal | 362 | 332 | 260 | 0 | 12 | 33 | 5 | 46 | 110 | 122 |
| Binary | 11110010 | 11011010 | 10110000 | 0 | 1010 | 11011 | 101 | 100110 | 1001000 | 1010010 |
Color Harmonies of #F2DAB0
Complementary color
Monochromatic Colors of #F2DAB0
Black with #F2DAB0
Text Example
Text Example
White with #F2DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAB0; }
p { color: rgb(242,218,176); }
H1.HeaderClassName
{
color: #F2DAB0;
}
.AnyTagClassName
{
color: #F2DAB0;
}
</style>
background-color css
<style>
a { background-color: #F2DAB0; }
a { background-color: rgb(242,218,176); }
div.DivClassName
{
background-color: #F2DAB0;
}
.BgClassName
{
background-color: #F2DAB0;
}
</style>
border-color css
<style>
span { border-color: #F2DAB0; }
span { border-color: rgb(242,218,176); }
td.TdClassName
{
border-color: #F2DAB0;
}
.TagClassName
{
border-color: #F2DAB0;
}
</style>