Shades of Wheat #F6DFAF
Tints of Wheat #F6DFAF
RGB
CMYK
RGB Variations
Color information
#F6DFAF (or 0xF6DFAF) is known color: Wheat. HEX triplet: F6, DF and AF. RGB value is (246,223,175). Sum of RGB (Red+Green+Blue) = 246+223+175=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DFAF is #092050. Grayscale: #E0E0E0. Windows color (decimal): -598097 or 11526134. OLE color: 11526134.
HSL color Cylindrical-coordinate representation of color #F6DFAF: hue angle of 40.56º 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 #F6DFAF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 175 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.04 |
| HSL | 40.56º | 0.8% | 0.83% | - |
| HSV(B) | 40.56º | 0.29% | 0.96% | - |
| XYZ | 72.13 | 75.46 | 51.32 | - |
| YUV | 224.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 175 | 0 | 0.09 | 0.29 | 0.04 | 40.56 | 0.8 | 0.83 |
| Hex | F6 | DF | AF | 0 | 9 | 1D | 4 | 29 | 50 | 53 |
| Octal | 366 | 337 | 257 | 0 | 11 | 35 | 4 | 51 | 120 | 123 |
| Binary | 11110110 | 11011111 | 10101111 | 0 | 1001 | 11101 | 100 | 101001 | 1010000 | 1010011 |
Color Harmonies of #F6DFAF
Complementary color
Monochromatic Colors of #F6DFAF
Black with #F6DFAF
Text Example
Text Example
White with #F6DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFAF; }
p { color: rgb(246,223,175); }
H1.HeaderClassName
{
color: #F6DFAF;
}
.AnyTagClassName
{
color: #F6DFAF;
}
</style>
background-color css
<style>
a { background-color: #F6DFAF; }
a { background-color: rgb(246,223,175); }
div.DivClassName
{
background-color: #F6DFAF;
}
.BgClassName
{
background-color: #F6DFAF;
}
</style>
border-color css
<style>
span { border-color: #F6DFAF; }
span { border-color: rgb(246,223,175); }
td.TdClassName
{
border-color: #F6DFAF;
}
.TagClassName
{
border-color: #F6DFAF;
}
</style>