Shades of Wheat #F8DFBB
Tints of Wheat #F8DFBB
RGB
CMYK
RGB Variations
Color information
#F8DFBB (or 0xF8DFBB) is known color: Wheat. HEX triplet: F8, DF and BB. RGB value is (248,223,187). Sum of RGB (Red+Green+Blue) = 248+223+187=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFBB is #072044. Grayscale: #E2E2E2. Windows color (decimal): -467013 or 12312568. OLE color: 12312568.
HSL color Cylindrical-coordinate representation of color #F8DFBB: hue angle of 35.41º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8DFBB is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 187 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.03 |
| HSL | 35.41º | 0.81% | 0.85% | - |
| HSV(B) | 35.41º | 0.25% | 0.97% | - |
| XYZ | 74.07 | 76.32 | 57.84 | - |
| YUV | 226.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 187 | 0 | 0.10 | 0.25 | 0.03 | 35.41 | 0.81 | 0.85 |
| Hex | F8 | DF | BB | 0 | A | 19 | 3 | 23 | 51 | 55 |
| Octal | 370 | 337 | 273 | 0 | 12 | 31 | 3 | 43 | 121 | 125 |
| Binary | 11111000 | 11011111 | 10111011 | 0 | 1010 | 11001 | 11 | 100011 | 1010001 | 1010101 |
Color Harmonies of #F8DFBB
Complementary color
Monochromatic Colors of #F8DFBB
Black with #F8DFBB
Text Example
Text Example
White with #F8DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFBB; }
p { color: rgb(248,223,187); }
H1.HeaderClassName
{
color: #F8DFBB;
}
.AnyTagClassName
{
color: #F8DFBB;
}
</style>
background-color css
<style>
a { background-color: #F8DFBB; }
a { background-color: rgb(248,223,187); }
div.DivClassName
{
background-color: #F8DFBB;
}
.BgClassName
{
background-color: #F8DFBB;
}
</style>
border-color css
<style>
span { border-color: #F8DFBB; }
span { border-color: rgb(248,223,187); }
td.TdClassName
{
border-color: #F8DFBB;
}
.TagClassName
{
border-color: #F8DFBB;
}
</style>