Shades of Wheat #F2DBAD
Tints of Wheat #F2DBAD
RGB
CMYK
RGB Variations
Color information
#F2DBAD (or 0xF2DBAD) is known color: Wheat. HEX triplet: F2, DB and AD. RGB value is (242,219,173). Sum of RGB (Red+Green+Blue) = 242+219+173=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBAD is #0D2452. Grayscale: #DCDCDC. Windows color (decimal): -861267 or 11394034. OLE color: 11394034.
HSL color Cylindrical-coordinate representation of color #F2DBAD: hue angle of 40º 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 #F2DBAD is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 173 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 40º | 0.73% | 0.81% | - |
| HSV(B) | 40º | 0.29% | 0.95% | - |
| XYZ | 69.49 | 72.56 | 49.88 | - |
| YUV | 220.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 173 | 0 | 0.10 | 0.29 | 0.05 | 40 | 0.73 | 0.81 |
| Hex | F2 | DB | AD | 0 | A | 1D | 5 | 28 | 49 | 51 |
| Octal | 362 | 333 | 255 | 0 | 12 | 35 | 5 | 50 | 111 | 121 |
| Binary | 11110010 | 11011011 | 10101101 | 0 | 1010 | 11101 | 101 | 101000 | 1001001 | 1010001 |
Color Harmonies of #F2DBAD
Complementary color
Monochromatic Colors of #F2DBAD
Black with #F2DBAD
Text Example
Text Example
White with #F2DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBAD; }
p { color: rgb(242,219,173); }
H1.HeaderClassName
{
color: #F2DBAD;
}
.AnyTagClassName
{
color: #F2DBAD;
}
</style>
background-color css
<style>
a { background-color: #F2DBAD; }
a { background-color: rgb(242,219,173); }
div.DivClassName
{
background-color: #F2DBAD;
}
.BgClassName
{
background-color: #F2DBAD;
}
</style>
border-color css
<style>
span { border-color: #F2DBAD; }
span { border-color: rgb(242,219,173); }
td.TdClassName
{
border-color: #F2DBAD;
}
.TagClassName
{
border-color: #F2DBAD;
}
</style>