Shades of Wheat #F7DFB9
Tints of Wheat #F7DFB9
RGB
CMYK
RGB Variations
Color information
#F7DFB9 (or 0xF7DFB9) is known color: Wheat. HEX triplet: F7, DF and B9. RGB value is (247,223,185). Sum of RGB (Red+Green+Blue) = 247+223+185=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFB9 is #082046. Grayscale: #E2E2E2. Windows color (decimal): -532551 or 12181495. OLE color: 12181495.
HSL color Cylindrical-coordinate representation of color #F7DFB9: hue angle of 36.77º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7DFB9 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 185 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.03 |
| HSL | 36.77º | 0.79% | 0.85% | - |
| HSV(B) | 36.77º | 0.25% | 0.97% | - |
| XYZ | 73.5 | 76.05 | 56.7 | - |
| YUV | 225.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 185 | 0 | 0.10 | 0.25 | 0.03 | 36.77 | 0.79 | 0.85 |
| Hex | F7 | DF | B9 | 0 | A | 19 | 3 | 25 | 4F | 55 |
| Octal | 367 | 337 | 271 | 0 | 12 | 31 | 3 | 45 | 117 | 125 |
| Binary | 11110111 | 11011111 | 10111001 | 0 | 1010 | 11001 | 11 | 100101 | 1001111 | 1010101 |
Color Harmonies of #F7DFB9
Complementary color
Monochromatic Colors of #F7DFB9
Black with #F7DFB9
Text Example
Text Example
White with #F7DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFB9; }
p { color: rgb(247,223,185); }
H1.HeaderClassName
{
color: #F7DFB9;
}
.AnyTagClassName
{
color: #F7DFB9;
}
</style>
background-color css
<style>
a { background-color: #F7DFB9; }
a { background-color: rgb(247,223,185); }
div.DivClassName
{
background-color: #F7DFB9;
}
.BgClassName
{
background-color: #F7DFB9;
}
</style>
border-color css
<style>
span { border-color: #F7DFB9; }
span { border-color: rgb(247,223,185); }
td.TdClassName
{
border-color: #F7DFB9;
}
.TagClassName
{
border-color: #F7DFB9;
}
</style>