Shades of Wheat #F6DEAF
Tints of Wheat #F6DEAF
RGB
CMYK
RGB Variations
Color information
#F6DEAF (or 0xF6DEAF) is known color: Wheat. HEX triplet: F6, DE and AF. RGB value is (246,222,175). Sum of RGB (Red+Green+Blue) = 246+222+175=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEAF is #092150. Grayscale: #E0E0E0. Windows color (decimal): -598353 or 11525878. OLE color: 11525878.
HSL color Cylindrical-coordinate representation of color #F6DEAF: hue angle of 39.72º 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 #F6DEAF is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 175 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.04 |
| HSL | 39.72º | 0.8% | 0.83% | - |
| HSV(B) | 39.72º | 0.29% | 0.96% | - |
| XYZ | 71.87 | 74.93 | 51.23 | - |
| YUV | 223.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 175 | 0 | 0.10 | 0.29 | 0.04 | 39.72 | 0.8 | 0.83 |
| Hex | F6 | DE | AF | 0 | A | 1D | 4 | 28 | 50 | 53 |
| Octal | 366 | 336 | 257 | 0 | 12 | 35 | 4 | 50 | 120 | 123 |
| Binary | 11110110 | 11011110 | 10101111 | 0 | 1010 | 11101 | 100 | 101000 | 1010000 | 1010011 |
Color Harmonies of #F6DEAF
Complementary color
Monochromatic Colors of #F6DEAF
Black with #F6DEAF
Text Example
Text Example
White with #F6DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEAF; }
p { color: rgb(246,222,175); }
H1.HeaderClassName
{
color: #F6DEAF;
}
.AnyTagClassName
{
color: #F6DEAF;
}
</style>
background-color css
<style>
a { background-color: #F6DEAF; }
a { background-color: rgb(246,222,175); }
div.DivClassName
{
background-color: #F6DEAF;
}
.BgClassName
{
background-color: #F6DEAF;
}
</style>
border-color css
<style>
span { border-color: #F6DEAF; }
span { border-color: rgb(246,222,175); }
td.TdClassName
{
border-color: #F6DEAF;
}
.TagClassName
{
border-color: #F6DEAF;
}
</style>