Shades of Wheat #F8DDB2
Tints of Wheat #F8DDB2
RGB
CMYK
RGB Variations
Color information
#F8DDB2 (or 0xF8DDB2) is known color: Wheat. HEX triplet: F8, DD and B2. RGB value is (248,221,178). Sum of RGB (Red+Green+Blue) = 248+221+178=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DDB2 is #07224D. Grayscale: #E0E0E0. Windows color (decimal): -467534 or 11722232. OLE color: 11722232.
HSL color Cylindrical-coordinate representation of color #F8DDB2: hue angle of 36.86º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8DDB2 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 178 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.03 |
| HSL | 36.86º | 0.83% | 0.84% | - |
| HSV(B) | 36.86º | 0.28% | 0.97% | - |
| XYZ | 72.6 | 74.88 | 52.75 | - |
| YUV | 224.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 178 | 0 | 0.11 | 0.28 | 0.03 | 36.86 | 0.83 | 0.84 |
| Hex | F8 | DD | B2 | 0 | B | 1C | 3 | 25 | 53 | 54 |
| Octal | 370 | 335 | 262 | 0 | 13 | 34 | 3 | 45 | 123 | 124 |
| Binary | 11111000 | 11011101 | 10110010 | 0 | 1011 | 11100 | 11 | 100101 | 1010011 | 1010100 |
Color Harmonies of #F8DDB2
Complementary color
Monochromatic Colors of #F8DDB2
Black with #F8DDB2
Text Example
Text Example
White with #F8DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDB2; }
p { color: rgb(248,221,178); }
H1.HeaderClassName
{
color: #F8DDB2;
}
.AnyTagClassName
{
color: #F8DDB2;
}
</style>
background-color css
<style>
a { background-color: #F8DDB2; }
a { background-color: rgb(248,221,178); }
div.DivClassName
{
background-color: #F8DDB2;
}
.BgClassName
{
background-color: #F8DDB2;
}
</style>
border-color css
<style>
span { border-color: #F8DDB2; }
span { border-color: rgb(248,221,178); }
td.TdClassName
{
border-color: #F8DDB2;
}
.TagClassName
{
border-color: #F8DDB2;
}
</style>