Shades of Wheat #F2DDAD
Tints of Wheat #F2DDAD
RGB
CMYK
RGB Variations
Color information
#F2DDAD (or 0xF2DDAD) is known color: Wheat. HEX triplet: F2, DD and AD. RGB value is (242,221,173). Sum of RGB (Red+Green+Blue) = 242+221+173=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDAD is #0D2252. Grayscale: #DEDEDE. Windows color (decimal): -860755 or 11394546. OLE color: 11394546.
HSL color Cylindrical-coordinate representation of color #F2DDAD: hue angle of 41.74º 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 #F2DDAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 173 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 41.74º | 0.73% | 0.81% | - |
| HSV(B) | 41.74º | 0.29% | 0.95% | - |
| XYZ | 70.02 | 73.61 | 50.05 | - |
| YUV | 221.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 173 | 0 | 0.09 | 0.29 | 0.05 | 41.74 | 0.73 | 0.81 |
| Hex | F2 | DD | AD | 0 | 9 | 1D | 5 | 2A | 49 | 51 |
| Octal | 362 | 335 | 255 | 0 | 11 | 35 | 5 | 52 | 111 | 121 |
| Binary | 11110010 | 11011101 | 10101101 | 0 | 1001 | 11101 | 101 | 101010 | 1001001 | 1010001 |
Color Harmonies of #F2DDAD
Complementary color
Monochromatic Colors of #F2DDAD
Black with #F2DDAD
Text Example
Text Example
White with #F2DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDAD; }
p { color: rgb(242,221,173); }
H1.HeaderClassName
{
color: #F2DDAD;
}
.AnyTagClassName
{
color: #F2DDAD;
}
</style>
background-color css
<style>
a { background-color: #F2DDAD; }
a { background-color: rgb(242,221,173); }
div.DivClassName
{
background-color: #F2DDAD;
}
.BgClassName
{
background-color: #F2DDAD;
}
</style>
border-color css
<style>
span { border-color: #F2DDAD; }
span { border-color: rgb(242,221,173); }
td.TdClassName
{
border-color: #F2DDAD;
}
.TagClassName
{
border-color: #F2DDAD;
}
</style>