Shades of Wheat #F2DCAE
Tints of Wheat #F2DCAE
RGB
CMYK
RGB Variations
Color information
#F2DCAE (or 0xF2DCAE) is known color: Wheat. HEX triplet: F2, DC and AE. RGB value is (242,220,174). Sum of RGB (Red+Green+Blue) = 242+220+174=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCAE is #0D2351. Grayscale: #DDDDDD. Windows color (decimal): -861010 or 11459826. OLE color: 11459826.
HSL color Cylindrical-coordinate representation of color #F2DCAE: hue angle of 40.59º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2DCAE is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 174 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.05 |
| HSL | 40.59º | 0.72% | 0.82% | - |
| HSV(B) | 40.59º | 0.28% | 0.95% | - |
| XYZ | 69.85 | 73.12 | 50.48 | - |
| YUV | 221.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 174 | 0 | 0.09 | 0.28 | 0.05 | 40.59 | 0.72 | 0.82 |
| Hex | F2 | DC | AE | 0 | 9 | 1C | 5 | 29 | 48 | 52 |
| Octal | 362 | 334 | 256 | 0 | 11 | 34 | 5 | 51 | 110 | 122 |
| Binary | 11110010 | 11011100 | 10101110 | 0 | 1001 | 11100 | 101 | 101001 | 1001000 | 1010010 |
Color Harmonies of #F2DCAE
Complementary color
Monochromatic Colors of #F2DCAE
Black with #F2DCAE
Text Example
Text Example
White with #F2DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCAE; }
p { color: rgb(242,220,174); }
H1.HeaderClassName
{
color: #F2DCAE;
}
.AnyTagClassName
{
color: #F2DCAE;
}
</style>
background-color css
<style>
a { background-color: #F2DCAE; }
a { background-color: rgb(242,220,174); }
div.DivClassName
{
background-color: #F2DCAE;
}
.BgClassName
{
background-color: #F2DCAE;
}
</style>
border-color css
<style>
span { border-color: #F2DCAE; }
span { border-color: rgb(242,220,174); }
td.TdClassName
{
border-color: #F2DCAE;
}
.TagClassName
{
border-color: #F2DCAE;
}
</style>