Shades of Wheat #F2DBAC
Tints of Wheat #F2DBAC
RGB
CMYK
RGB Variations
Color information
#F2DBAC (or 0xF2DBAC) is known color: Wheat. HEX triplet: F2, DB and AC. RGB value is (242,219,172). Sum of RGB (Red+Green+Blue) = 242+219+172=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAC is #0D2453. Grayscale: #DCDCDC. Windows color (decimal): -861268 or 11328498. OLE color: 11328498.
HSL color Cylindrical-coordinate representation of color #F2DBAC: hue angle of 40.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2DBAC is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 172 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 40.29º | 0.73% | 0.81% | - |
| HSV(B) | 40.29º | 0.29% | 0.95% | - |
| XYZ | 69.4 | 72.52 | 49.37 | - |
| YUV | 220.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 172 | 0 | 0.10 | 0.29 | 0.05 | 40.29 | 0.73 | 0.81 |
| Hex | F2 | DB | AC | 0 | A | 1D | 5 | 28 | 49 | 51 |
| Octal | 362 | 333 | 254 | 0 | 12 | 35 | 5 | 50 | 111 | 121 |
| Binary | 11110010 | 11011011 | 10101100 | 0 | 1010 | 11101 | 101 | 101000 | 1001001 | 1010001 |
Color Harmonies of #F2DBAC
Complementary color
Monochromatic Colors of #F2DBAC
Black with #F2DBAC
Text Example
Text Example
White with #F2DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBAC; }
p { color: rgb(242,219,172); }
H1.HeaderClassName
{
color: #F2DBAC;
}
.AnyTagClassName
{
color: #F2DBAC;
}
</style>
background-color css
<style>
a { background-color: #F2DBAC; }
a { background-color: rgb(242,219,172); }
div.DivClassName
{
background-color: #F2DBAC;
}
.BgClassName
{
background-color: #F2DBAC;
}
</style>
border-color css
<style>
span { border-color: #F2DBAC; }
span { border-color: rgb(242,219,172); }
td.TdClassName
{
border-color: #F2DBAC;
}
.TagClassName
{
border-color: #F2DBAC;
}
</style>