Shades of Wheat #F0DBAF
Tints of Wheat #F0DBAF
RGB
CMYK
RGB Variations
Color information
#F0DBAF (or 0xF0DBAF) is known color: Wheat. HEX triplet: F0, DB and AF. RGB value is (240,219,175). Sum of RGB (Red+Green+Blue) = 240+219+175=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBAF is #0F2450. Grayscale: #DCDCDC. Windows color (decimal): -992337 or 11525104. OLE color: 11525104.
HSL color Cylindrical-coordinate representation of color #F0DBAF: hue angle of 40.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0DBAF is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 175 | - |
CMYK | 0 | 0.09 | 0.27 | 0.06 |
HSL | 40.62º | 0.68% | 0.81% | - |
HSV(B) | 40.62º | 0.27% | 0.94% | - |
XYZ | 69 | 72.28 | 50.87 | - |
YUV | 220.26 | 102.46 | 142.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 175 | 0 | 0.09 | 0.27 | 0.06 | 40.62 | 0.68 | 0.81 |
Hex | F0 | DB | AF | 0 | 9 | 1B | 6 | 29 | 44 | 51 |
Octal | 360 | 333 | 257 | 0 | 11 | 33 | 6 | 51 | 104 | 121 |
Binary | 11110000 | 11011011 | 10101111 | 0 | 1001 | 11011 | 110 | 101001 | 1000100 | 1010001 |
Color Harmonies of #F0DBAF
Complementary color
Monochromatic Colors of #F0DBAF
Black with #F0DBAF
Text Example
Text Example
White with #F0DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBAF; }
p { color: rgb(240,219,175); }
H1.HeaderClassName
{
color: #F0DBAF;
}
.AnyTagClassName
{
color: #F0DBAF;
}
</style>
background-color css
<style>
a { background-color: #F0DBAF; }
a { background-color: rgb(240,219,175); }
div.DivClassName
{
background-color: #F0DBAF;
}
.BgClassName
{
background-color: #F0DBAF;
}
</style>
border-color css
<style>
span { border-color: #F0DBAF; }
span { border-color: rgb(240,219,175); }
td.TdClassName
{
border-color: #F0DBAF;
}
.TagClassName
{
border-color: #F0DBAF;
}
</style>