Shades of Wheat #F0DBB0
Tints of Wheat #F0DBB0
RGB
CMYK
RGB Variations
Color information
#F0DBB0 (or 0xF0DBB0) is known color: Wheat. HEX triplet: F0, DB and B0. RGB value is (240,219,176). Sum of RGB (Red+Green+Blue) = 240+219+176=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBB0 is #0F244F. Grayscale: #DCDCDC. Windows color (decimal): -992336 or 11590640. OLE color: 11590640.
HSL color Cylindrical-coordinate representation of color #F0DBB0: hue angle of 40.31º 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 #F0DBB0 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 176 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.06 |
| HSL | 40.31º | 0.68% | 0.82% | - |
| HSV(B) | 40.31º | 0.27% | 0.94% | - |
| XYZ | 69.1 | 72.32 | 51.39 | - |
| YUV | 220.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 176 | 0 | 0.09 | 0.27 | 0.06 | 40.31 | 0.68 | 0.82 |
| Hex | F0 | DB | B0 | 0 | 9 | 1B | 6 | 28 | 44 | 52 |
| Octal | 360 | 333 | 260 | 0 | 11 | 33 | 6 | 50 | 104 | 122 |
| Binary | 11110000 | 11011011 | 10110000 | 0 | 1001 | 11011 | 110 | 101000 | 1000100 | 1010010 |
Color Harmonies of #F0DBB0
Complementary color
Monochromatic Colors of #F0DBB0
Black with #F0DBB0
Text Example
Text Example
White with #F0DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBB0; }
p { color: rgb(240,219,176); }
H1.HeaderClassName
{
color: #F0DBB0;
}
.AnyTagClassName
{
color: #F0DBB0;
}
</style>
background-color css
<style>
a { background-color: #F0DBB0; }
a { background-color: rgb(240,219,176); }
div.DivClassName
{
background-color: #F0DBB0;
}
.BgClassName
{
background-color: #F0DBB0;
}
</style>
border-color css
<style>
span { border-color: #F0DBB0; }
span { border-color: rgb(240,219,176); }
td.TdClassName
{
border-color: #F0DBB0;
}
.TagClassName
{
border-color: #F0DBB0;
}
</style>