Shades of Wheat #F8DDB3
Tints of Wheat #F8DDB3
RGB
CMYK
RGB Variations
Color information
#F8DDB3 (or 0xF8DDB3) is known color: Wheat. HEX triplet: F8, DD and B3. RGB value is (248,221,179). Sum of RGB (Red+Green+Blue) = 248+221+179=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDB3 is #07224C. Grayscale: #E0E0E0. Windows color (decimal): -467533 or 11787768. OLE color: 11787768.
HSL color Cylindrical-coordinate representation of color #F8DDB3: hue angle of 36.52º 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 #F8DDB3 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 179 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.03 |
| HSL | 36.52º | 0.83% | 0.84% | - |
| HSV(B) | 36.52º | 0.28% | 0.97% | - |
| XYZ | 72.7 | 74.92 | 53.28 | - |
| YUV | 224.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 179 | 0 | 0.11 | 0.28 | 0.03 | 36.52 | 0.83 | 0.84 |
| Hex | F8 | DD | B3 | 0 | B | 1C | 3 | 25 | 53 | 54 |
| Octal | 370 | 335 | 263 | 0 | 13 | 34 | 3 | 45 | 123 | 124 |
| Binary | 11111000 | 11011101 | 10110011 | 0 | 1011 | 11100 | 11 | 100101 | 1010011 | 1010100 |
Color Harmonies of #F8DDB3
Complementary color
Monochromatic Colors of #F8DDB3
Black with #F8DDB3
Text Example
Text Example
White with #F8DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDB3; }
p { color: rgb(248,221,179); }
H1.HeaderClassName
{
color: #F8DDB3;
}
.AnyTagClassName
{
color: #F8DDB3;
}
</style>
background-color css
<style>
a { background-color: #F8DDB3; }
a { background-color: rgb(248,221,179); }
div.DivClassName
{
background-color: #F8DDB3;
}
.BgClassName
{
background-color: #F8DDB3;
}
</style>
border-color css
<style>
span { border-color: #F8DDB3; }
span { border-color: rgb(248,221,179); }
td.TdClassName
{
border-color: #F8DDB3;
}
.TagClassName
{
border-color: #F8DDB3;
}
</style>