Shades of Wheat #F8DDB8
Tints of Wheat #F8DDB8
RGB
CMYK
RGB Variations
Color information
#F8DDB8 (or 0xF8DDB8) is known color: Wheat. HEX triplet: F8, DD and B8. RGB value is (248,221,184). Sum of RGB (Red+Green+Blue) = 248+221+184=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDB8 is #072247. Grayscale: #E1E1E1. Windows color (decimal): -467528 or 12115448. OLE color: 12115448.
HSL color Cylindrical-coordinate representation of color #F8DDB8: hue angle of 34.69º 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 #F8DDB8 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 184 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.03 |
| HSL | 34.69º | 0.82% | 0.85% | - |
| HSV(B) | 34.69º | 0.26% | 0.97% | - |
| XYZ | 73.22 | 75.13 | 55.99 | - |
| YUV | 224.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 184 | 0 | 0.11 | 0.26 | 0.03 | 34.69 | 0.82 | 0.85 |
| Hex | F8 | DD | B8 | 0 | B | 1A | 3 | 23 | 52 | 55 |
| Octal | 370 | 335 | 270 | 0 | 13 | 32 | 3 | 43 | 122 | 125 |
| Binary | 11111000 | 11011101 | 10111000 | 0 | 1011 | 11010 | 11 | 100011 | 1010010 | 1010101 |
Color Harmonies of #F8DDB8
Complementary color
Monochromatic Colors of #F8DDB8
Black with #F8DDB8
Text Example
Text Example
White with #F8DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDB8; }
p { color: rgb(248,221,184); }
H1.HeaderClassName
{
color: #F8DDB8;
}
.AnyTagClassName
{
color: #F8DDB8;
}
</style>
background-color css
<style>
a { background-color: #F8DDB8; }
a { background-color: rgb(248,221,184); }
div.DivClassName
{
background-color: #F8DDB8;
}
.BgClassName
{
background-color: #F8DDB8;
}
</style>
border-color css
<style>
span { border-color: #F8DDB8; }
span { border-color: rgb(248,221,184); }
td.TdClassName
{
border-color: #F8DDB8;
}
.TagClassName
{
border-color: #F8DDB8;
}
</style>