Shades of Wheat #F9DFB3
Tints of Wheat #F9DFB3
RGB
CMYK
RGB Variations
Color information
#F9DFB3 (or 0xF9DFB3) is known color: Wheat. HEX triplet: F9, DF and B3. RGB value is (249,223,179). Sum of RGB (Red+Green+Blue) = 249+223+179=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFB3 is #06204C. Grayscale: #E1E1E1. Windows color (decimal): -401485 or 11788281. OLE color: 11788281.
HSL color Cylindrical-coordinate representation of color #F9DFB3: hue angle of 37.71º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9DFB3 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 179 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.02 |
| HSL | 37.71º | 0.85% | 0.84% | - |
| HSV(B) | 37.71º | 0.28% | 0.98% | - |
| XYZ | 73.59 | 76.17 | 53.47 | - |
| YUV | 225.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 179 | 0 | 0.10 | 0.28 | 0.02 | 37.71 | 0.85 | 0.84 |
| Hex | F9 | DF | B3 | 0 | A | 1C | 2 | 26 | 55 | 54 |
| Octal | 371 | 337 | 263 | 0 | 12 | 34 | 2 | 46 | 125 | 124 |
| Binary | 11111001 | 11011111 | 10110011 | 0 | 1010 | 11100 | 10 | 100110 | 1010101 | 1010100 |
Color Harmonies of #F9DFB3
Complementary color
Monochromatic Colors of #F9DFB3
Black with #F9DFB3
Text Example
Text Example
White with #F9DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFB3; }
p { color: rgb(249,223,179); }
H1.HeaderClassName
{
color: #F9DFB3;
}
.AnyTagClassName
{
color: #F9DFB3;
}
</style>
background-color css
<style>
a { background-color: #F9DFB3; }
a { background-color: rgb(249,223,179); }
div.DivClassName
{
background-color: #F9DFB3;
}
.BgClassName
{
background-color: #F9DFB3;
}
</style>
border-color css
<style>
span { border-color: #F9DFB3; }
span { border-color: rgb(249,223,179); }
td.TdClassName
{
border-color: #F9DFB3;
}
.TagClassName
{
border-color: #F9DFB3;
}
</style>