Shades of Wheat #F2DCAD
Tints of Wheat #F2DCAD
RGB
CMYK
RGB Variations
Color information
#F2DCAD (or 0xF2DCAD) is known color: Wheat. HEX triplet: F2, DC and AD. RGB value is (242,220,173). Sum of RGB (Red+Green+Blue) = 242+220+173=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCAD is #0D2352. Grayscale: #DDDDDD. Windows color (decimal): -861011 or 11394290. OLE color: 11394290.
HSL color Cylindrical-coordinate representation of color #F2DCAD: hue angle of 40.87º 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 #F2DCAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 173 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 40.87º | 0.73% | 0.81% | - |
| HSV(B) | 40.87º | 0.29% | 0.95% | - |
| XYZ | 69.75 | 73.08 | 49.96 | - |
| YUV | 221.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 173 | 0 | 0.09 | 0.29 | 0.05 | 40.87 | 0.73 | 0.81 |
| Hex | F2 | DC | AD | 0 | 9 | 1D | 5 | 29 | 49 | 51 |
| Octal | 362 | 334 | 255 | 0 | 11 | 35 | 5 | 51 | 111 | 121 |
| Binary | 11110010 | 11011100 | 10101101 | 0 | 1001 | 11101 | 101 | 101001 | 1001001 | 1010001 |
Color Harmonies of #F2DCAD
Complementary color
Monochromatic Colors of #F2DCAD
Black with #F2DCAD
Text Example
Text Example
White with #F2DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCAD; }
p { color: rgb(242,220,173); }
H1.HeaderClassName
{
color: #F2DCAD;
}
.AnyTagClassName
{
color: #F2DCAD;
}
</style>
background-color css
<style>
a { background-color: #F2DCAD; }
a { background-color: rgb(242,220,173); }
div.DivClassName
{
background-color: #F2DCAD;
}
.BgClassName
{
background-color: #F2DCAD;
}
</style>
border-color css
<style>
span { border-color: #F2DCAD; }
span { border-color: rgb(242,220,173); }
td.TdClassName
{
border-color: #F2DCAD;
}
.TagClassName
{
border-color: #F2DCAD;
}
</style>