Shades of Wheat #F6DBAF
Tints of Wheat #F6DBAF
RGB
CMYK
RGB Variations
Color information
#F6DBAF (or 0xF6DBAF) is known color: Wheat. HEX triplet: F6, DB and AF. RGB value is (246,219,175). Sum of RGB (Red+Green+Blue) = 246+219+175=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBAF is #092450. Grayscale: #DEDEDE. Windows color (decimal): -599121 or 11525110. OLE color: 11525110.
HSL color Cylindrical-coordinate representation of color #F6DBAF: hue angle of 37.18º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6DBAF is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 175 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.04 |
| HSL | 37.18º | 0.8% | 0.83% | - |
| HSV(B) | 37.18º | 0.29% | 0.96% | - |
| XYZ | 71.08 | 73.35 | 50.97 | - |
| YUV | 222.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 175 | 0 | 0.11 | 0.29 | 0.04 | 37.18 | 0.8 | 0.83 |
| Hex | F6 | DB | AF | 0 | B | 1D | 4 | 25 | 50 | 53 |
| Octal | 366 | 333 | 257 | 0 | 13 | 35 | 4 | 45 | 120 | 123 |
| Binary | 11110110 | 11011011 | 10101111 | 0 | 1011 | 11101 | 100 | 100101 | 1010000 | 1010011 |
Color Harmonies of #F6DBAF
Complementary color
Monochromatic Colors of #F6DBAF
Black with #F6DBAF
Text Example
Text Example
White with #F6DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBAF; }
p { color: rgb(246,219,175); }
H1.HeaderClassName
{
color: #F6DBAF;
}
.AnyTagClassName
{
color: #F6DBAF;
}
</style>
background-color css
<style>
a { background-color: #F6DBAF; }
a { background-color: rgb(246,219,175); }
div.DivClassName
{
background-color: #F6DBAF;
}
.BgClassName
{
background-color: #F6DBAF;
}
</style>
border-color css
<style>
span { border-color: #F6DBAF; }
span { border-color: rgb(246,219,175); }
td.TdClassName
{
border-color: #F6DBAF;
}
.TagClassName
{
border-color: #F6DBAF;
}
</style>