Shades of Wheat #F2DAAC
Tints of Wheat #F2DAAC
RGB
CMYK
RGB Variations
Color information
#F2DAAC (or 0xF2DAAC) is known color: Wheat. HEX triplet: F2, DA and AC. RGB value is (242,218,172). Sum of RGB (Red+Green+Blue) = 242+218+172=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAAC is #0D2553. Grayscale: #DCDCDC. Windows color (decimal): -861524 or 11328242. OLE color: 11328242.
HSL color Cylindrical-coordinate representation of color #F2DAAC: hue angle of 39.43º 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 #F2DAAC is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 172 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 39.43º | 0.73% | 0.81% | - |
| HSV(B) | 39.43º | 0.29% | 0.95% | - |
| XYZ | 69.14 | 72 | 49.28 | - |
| YUV | 219.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 172 | 0 | 0.10 | 0.29 | 0.05 | 39.43 | 0.73 | 0.81 |
| Hex | F2 | DA | AC | 0 | A | 1D | 5 | 27 | 49 | 51 |
| Octal | 362 | 332 | 254 | 0 | 12 | 35 | 5 | 47 | 111 | 121 |
| Binary | 11110010 | 11011010 | 10101100 | 0 | 1010 | 11101 | 101 | 100111 | 1001001 | 1010001 |
Color Harmonies of #F2DAAC
Complementary color
Monochromatic Colors of #F2DAAC
Black with #F2DAAC
Text Example
Text Example
White with #F2DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAAC; }
p { color: rgb(242,218,172); }
H1.HeaderClassName
{
color: #F2DAAC;
}
.AnyTagClassName
{
color: #F2DAAC;
}
</style>
background-color css
<style>
a { background-color: #F2DAAC; }
a { background-color: rgb(242,218,172); }
div.DivClassName
{
background-color: #F2DAAC;
}
.BgClassName
{
background-color: #F2DAAC;
}
</style>
border-color css
<style>
span { border-color: #F2DAAC; }
span { border-color: rgb(242,218,172); }
td.TdClassName
{
border-color: #F2DAAC;
}
.TagClassName
{
border-color: #F2DAAC;
}
</style>