Shades of Wheat #F8DEB7
Tints of Wheat #F8DEB7
RGB
CMYK
RGB Variations
Color information
#F8DEB7 (or 0xF8DEB7) is known color: Wheat. HEX triplet: F8, DE and B7. RGB value is (248,222,183). Sum of RGB (Red+Green+Blue) = 248+222+183=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEB7 is #072148. Grayscale: #E1E1E1. Windows color (decimal): -467273 or 12050168. OLE color: 12050168.
HSL color Cylindrical-coordinate representation of color #F8DEB7: hue angle of 36º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8DEB7 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 183 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.03 |
| HSL | 36º | 0.82% | 0.85% | - |
| HSV(B) | 36º | 0.26% | 0.97% | - |
| XYZ | 73.38 | 75.62 | 55.53 | - |
| YUV | 225.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 183 | 0 | 0.10 | 0.26 | 0.03 | 36 | 0.82 | 0.85 |
| Hex | F8 | DE | B7 | 0 | A | 1A | 3 | 24 | 52 | 55 |
| Octal | 370 | 336 | 267 | 0 | 12 | 32 | 3 | 44 | 122 | 125 |
| Binary | 11111000 | 11011110 | 10110111 | 0 | 1010 | 11010 | 11 | 100100 | 1010010 | 1010101 |
Color Harmonies of #F8DEB7
Complementary color
Monochromatic Colors of #F8DEB7
Black with #F8DEB7
Text Example
Text Example
White with #F8DEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEB7; }
p { color: rgb(248,222,183); }
H1.HeaderClassName
{
color: #F8DEB7;
}
.AnyTagClassName
{
color: #F8DEB7;
}
</style>
background-color css
<style>
a { background-color: #F8DEB7; }
a { background-color: rgb(248,222,183); }
div.DivClassName
{
background-color: #F8DEB7;
}
.BgClassName
{
background-color: #F8DEB7;
}
</style>
border-color css
<style>
span { border-color: #F8DEB7; }
span { border-color: rgb(248,222,183); }
td.TdClassName
{
border-color: #F8DEB7;
}
.TagClassName
{
border-color: #F8DEB7;
}
</style>