Shades of Wheat #F8DEB6
Tints of Wheat #F8DEB6
RGB
CMYK
RGB Variations
Color information
#F8DEB6 (or 0xF8DEB6) is known color: Wheat. HEX triplet: F8, DE and B6. RGB value is (248,222,182). Sum of RGB (Red+Green+Blue) = 248+222+182=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEB6 is #072149. Grayscale: #E1E1E1. Windows color (decimal): -467274 or 11984632. OLE color: 11984632.
HSL color Cylindrical-coordinate representation of color #F8DEB6: hue angle of 36.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8DEB6 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 182 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.03 |
| HSL | 36.36º | 0.83% | 0.84% | - |
| HSV(B) | 36.36º | 0.27% | 0.97% | - |
| XYZ | 73.28 | 75.58 | 54.98 | - |
| YUV | 225.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 182 | 0 | 0.10 | 0.27 | 0.03 | 36.36 | 0.83 | 0.84 |
| Hex | F8 | DE | B6 | 0 | A | 1B | 3 | 24 | 52 | 54 |
| Octal | 370 | 336 | 266 | 0 | 12 | 33 | 3 | 44 | 122 | 124 |
| Binary | 11111000 | 11011110 | 10110110 | 0 | 1010 | 11011 | 11 | 100100 | 1010010 | 1010100 |
Color Harmonies of #F8DEB6
Complementary color
Monochromatic Colors of #F8DEB6
Black with #F8DEB6
Text Example
Text Example
White with #F8DEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEB6; }
p { color: rgb(248,222,182); }
H1.HeaderClassName
{
color: #F8DEB6;
}
.AnyTagClassName
{
color: #F8DEB6;
}
</style>
background-color css
<style>
a { background-color: #F8DEB6; }
a { background-color: rgb(248,222,182); }
div.DivClassName
{
background-color: #F8DEB6;
}
.BgClassName
{
background-color: #F8DEB6;
}
</style>
border-color css
<style>
span { border-color: #F8DEB6; }
span { border-color: rgb(248,222,182); }
td.TdClassName
{
border-color: #F8DEB6;
}
.TagClassName
{
border-color: #F8DEB6;
}
</style>