Shades of Wheat #F2DEAF
Tints of Wheat #F2DEAF
RGB
CMYK
RGB Variations
Color information
#F2DEAF (or 0xF2DEAF) is known color: Wheat. HEX triplet: F2, DE and AF. RGB value is (242,222,175). Sum of RGB (Red+Green+Blue) = 242+222+175=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAF is #0D2150. Grayscale: #DEDEDE. Windows color (decimal): -860497 or 11525874. OLE color: 11525874.
HSL color Cylindrical-coordinate representation of color #F2DEAF: hue angle of 42.09º 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 #F2DEAF is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 175 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.05 |
| HSL | 42.09º | 0.72% | 0.82% | - |
| HSV(B) | 42.09º | 0.28% | 0.95% | - |
| XYZ | 70.48 | 74.21 | 51.17 | - |
| YUV | 222.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 175 | 0 | 0.08 | 0.28 | 0.05 | 42.09 | 0.72 | 0.82 |
| Hex | F2 | DE | AF | 0 | 8 | 1C | 5 | 2A | 48 | 52 |
| Octal | 362 | 336 | 257 | 0 | 10 | 34 | 5 | 52 | 110 | 122 |
| Binary | 11110010 | 11011110 | 10101111 | 0 | 1000 | 11100 | 101 | 101010 | 1001000 | 1010010 |
Color Harmonies of #F2DEAF
Complementary color
Monochromatic Colors of #F2DEAF
Black with #F2DEAF
Text Example
Text Example
White with #F2DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEAF; }
p { color: rgb(242,222,175); }
H1.HeaderClassName
{
color: #F2DEAF;
}
.AnyTagClassName
{
color: #F2DEAF;
}
</style>
background-color css
<style>
a { background-color: #F2DEAF; }
a { background-color: rgb(242,222,175); }
div.DivClassName
{
background-color: #F2DEAF;
}
.BgClassName
{
background-color: #F2DEAF;
}
</style>
border-color css
<style>
span { border-color: #F2DEAF; }
span { border-color: rgb(242,222,175); }
td.TdClassName
{
border-color: #F2DEAF;
}
.TagClassName
{
border-color: #F2DEAF;
}
</style>