Shades of Wheat #F2DEB2
Tints of Wheat #F2DEB2
RGB
CMYK
RGB Variations
Color information
#F2DEB2 (or 0xF2DEB2) is known color: Wheat. HEX triplet: F2, DE and B2. RGB value is (242,222,178). Sum of RGB (Red+Green+Blue) = 242+222+178=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEB2 is #0D214D. Grayscale: #DFDFDF. Windows color (decimal): -860494 or 11722482. OLE color: 11722482.
HSL color Cylindrical-coordinate representation of color #F2DEB2: hue angle of 41.25º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2DEB2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 178 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.05 |
| HSL | 41.25º | 0.71% | 0.82% | - |
| HSV(B) | 41.25º | 0.26% | 0.95% | - |
| XYZ | 70.78 | 74.33 | 52.74 | - |
| YUV | 222.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 178 | 0 | 0.08 | 0.26 | 0.05 | 41.25 | 0.71 | 0.82 |
| Hex | F2 | DE | B2 | 0 | 8 | 1A | 5 | 29 | 47 | 52 |
| Octal | 362 | 336 | 262 | 0 | 10 | 32 | 5 | 51 | 107 | 122 |
| Binary | 11110010 | 11011110 | 10110010 | 0 | 1000 | 11010 | 101 | 101001 | 1000111 | 1010010 |
Color Harmonies of #F2DEB2
Complementary color
Monochromatic Colors of #F2DEB2
Black with #F2DEB2
Text Example
Text Example
White with #F2DEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEB2; }
p { color: rgb(242,222,178); }
H1.HeaderClassName
{
color: #F2DEB2;
}
.AnyTagClassName
{
color: #F2DEB2;
}
</style>
background-color css
<style>
a { background-color: #F2DEB2; }
a { background-color: rgb(242,222,178); }
div.DivClassName
{
background-color: #F2DEB2;
}
.BgClassName
{
background-color: #F2DEB2;
}
</style>
border-color css
<style>
span { border-color: #F2DEB2; }
span { border-color: rgb(242,222,178); }
td.TdClassName
{
border-color: #F2DEB2;
}
.TagClassName
{
border-color: #F2DEB2;
}
</style>