Shades of Wheat #F0DDB0
Tints of Wheat #F0DDB0
RGB
CMYK
RGB Variations
Color information
#F0DDB0 (or 0xF0DDB0) is known color: Wheat. HEX triplet: F0, DD and B0. RGB value is (240,221,176). Sum of RGB (Red+Green+Blue) = 240+221+176=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDB0 is #0F224F. Grayscale: #DDDDDD. Windows color (decimal): -991824 or 11591152. OLE color: 11591152.
HSL color Cylindrical-coordinate representation of color #F0DDB0: hue angle of 42.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DDB0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 176 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.06 |
| HSL | 42.19º | 0.68% | 0.82% | - |
| HSV(B) | 42.19º | 0.27% | 0.94% | - |
| XYZ | 69.63 | 73.37 | 51.57 | - |
| YUV | 221.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 176 | 0 | 0.08 | 0.27 | 0.06 | 42.19 | 0.68 | 0.82 |
| Hex | F0 | DD | B0 | 0 | 8 | 1B | 6 | 2A | 44 | 52 |
| Octal | 360 | 335 | 260 | 0 | 10 | 33 | 6 | 52 | 104 | 122 |
| Binary | 11110000 | 11011101 | 10110000 | 0 | 1000 | 11011 | 110 | 101010 | 1000100 | 1010010 |
Color Harmonies of #F0DDB0
Complementary color
Monochromatic Colors of #F0DDB0
Black with #F0DDB0
Text Example
Text Example
White with #F0DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDB0; }
p { color: rgb(240,221,176); }
H1.HeaderClassName
{
color: #F0DDB0;
}
.AnyTagClassName
{
color: #F0DDB0;
}
</style>
background-color css
<style>
a { background-color: #F0DDB0; }
a { background-color: rgb(240,221,176); }
div.DivClassName
{
background-color: #F0DDB0;
}
.BgClassName
{
background-color: #F0DDB0;
}
</style>
border-color css
<style>
span { border-color: #F0DDB0; }
span { border-color: rgb(240,221,176); }
td.TdClassName
{
border-color: #F0DDB0;
}
.TagClassName
{
border-color: #F0DDB0;
}
</style>