Shades of Wheat #F9DDB3
Tints of Wheat #F9DDB3
RGB
CMYK
RGB Variations
Color information
#F9DDB3 (or 0xF9DDB3) is known color: Wheat. HEX triplet: F9, DD and B3. RGB value is (249,221,179). Sum of RGB (Red+Green+Blue) = 249+221+179=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDB3 is #06224C. Grayscale: #E0E0E0. Windows color (decimal): -401997 or 11787769. OLE color: 11787769.
HSL color Cylindrical-coordinate representation of color #F9DDB3: hue angle of 36º 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 #F9DDB3 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 179 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.02 |
| HSL | 36º | 0.85% | 0.84% | - |
| HSV(B) | 36º | 0.28% | 0.98% | - |
| XYZ | 73.06 | 75.11 | 53.29 | - |
| YUV | 224.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 179 | 0 | 0.11 | 0.28 | 0.02 | 36 | 0.85 | 0.84 |
| Hex | F9 | DD | B3 | 0 | B | 1C | 2 | 24 | 55 | 54 |
| Octal | 371 | 335 | 263 | 0 | 13 | 34 | 2 | 44 | 125 | 124 |
| Binary | 11111001 | 11011101 | 10110011 | 0 | 1011 | 11100 | 10 | 100100 | 1010101 | 1010100 |
Color Harmonies of #F9DDB3
Complementary color
Monochromatic Colors of #F9DDB3
Black with #F9DDB3
Text Example
Text Example
White with #F9DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDB3; }
p { color: rgb(249,221,179); }
H1.HeaderClassName
{
color: #F9DDB3;
}
.AnyTagClassName
{
color: #F9DDB3;
}
</style>
background-color css
<style>
a { background-color: #F9DDB3; }
a { background-color: rgb(249,221,179); }
div.DivClassName
{
background-color: #F9DDB3;
}
.BgClassName
{
background-color: #F9DDB3;
}
</style>
border-color css
<style>
span { border-color: #F9DDB3; }
span { border-color: rgb(249,221,179); }
td.TdClassName
{
border-color: #F9DDB3;
}
.TagClassName
{
border-color: #F9DDB3;
}
</style>