Shades of Wheat #F6DFB8
Tints of Wheat #F6DFB8
RGB
CMYK
RGB Variations
Color information
#F6DFB8 (or 0xF6DFB8) is known color: Wheat. HEX triplet: F6, DF and B8. RGB value is (246,223,184). Sum of RGB (Red+Green+Blue) = 246+223+184=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFB8 is #092047. Grayscale: #E1E1E1. Windows color (decimal): -598088 or 12115958. OLE color: 12115958.
HSL color Cylindrical-coordinate representation of color #F6DFB8: hue angle of 37.74º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6DFB8 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 184 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.04 |
| HSL | 37.74º | 0.78% | 0.84% | - |
| HSV(B) | 37.74º | 0.25% | 0.96% | - |
| XYZ | 73.05 | 75.83 | 56.13 | - |
| YUV | 225.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 184 | 0 | 0.09 | 0.25 | 0.04 | 37.74 | 0.78 | 0.84 |
| Hex | F6 | DF | B8 | 0 | 9 | 19 | 4 | 26 | 4E | 54 |
| Octal | 366 | 337 | 270 | 0 | 11 | 31 | 4 | 46 | 116 | 124 |
| Binary | 11110110 | 11011111 | 10111000 | 0 | 1001 | 11001 | 100 | 100110 | 1001110 | 1010100 |
Color Harmonies of #F6DFB8
Complementary color
Monochromatic Colors of #F6DFB8
Black with #F6DFB8
Text Example
Text Example
White with #F6DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFB8; }
p { color: rgb(246,223,184); }
H1.HeaderClassName
{
color: #F6DFB8;
}
.AnyTagClassName
{
color: #F6DFB8;
}
</style>
background-color css
<style>
a { background-color: #F6DFB8; }
a { background-color: rgb(246,223,184); }
div.DivClassName
{
background-color: #F6DFB8;
}
.BgClassName
{
background-color: #F6DFB8;
}
</style>
border-color css
<style>
span { border-color: #F6DFB8; }
span { border-color: rgb(246,223,184); }
td.TdClassName
{
border-color: #F6DFB8;
}
.TagClassName
{
border-color: #F6DFB8;
}
</style>