Shades of Wheat #F9DBB2
Tints of Wheat #F9DBB2
RGB
CMYK
RGB Variations
Color information
#F9DBB2 (or 0xF9DBB2) is known color: Wheat. HEX triplet: F9, DB and B2. RGB value is (249,219,178). Sum of RGB (Red+Green+Blue) = 249+219+178=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DBB2 is #06244D. Grayscale: #DFDFDF. Windows color (decimal): -402510 or 11721721. OLE color: 11721721.
HSL color Cylindrical-coordinate representation of color #F9DBB2: hue angle of 34.65º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9DBB2 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 178 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.02 |
| HSL | 34.65º | 0.86% | 0.84% | - |
| HSV(B) | 34.65º | 0.29% | 0.98% | - |
| XYZ | 72.43 | 74.02 | 52.59 | - |
| YUV | 223.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 178 | 0 | 0.12 | 0.29 | 0.02 | 34.65 | 0.86 | 0.84 |
| Hex | F9 | DB | B2 | 0 | C | 1D | 2 | 23 | 56 | 54 |
| Octal | 371 | 333 | 262 | 0 | 14 | 35 | 2 | 43 | 126 | 124 |
| Binary | 11111001 | 11011011 | 10110010 | 0 | 1100 | 11101 | 10 | 100011 | 1010110 | 1010100 |
Color Harmonies of #F9DBB2
Complementary color
Monochromatic Colors of #F9DBB2
Black with #F9DBB2
Text Example
Text Example
White with #F9DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBB2; }
p { color: rgb(249,219,178); }
H1.HeaderClassName
{
color: #F9DBB2;
}
.AnyTagClassName
{
color: #F9DBB2;
}
</style>
background-color css
<style>
a { background-color: #F9DBB2; }
a { background-color: rgb(249,219,178); }
div.DivClassName
{
background-color: #F9DBB2;
}
.BgClassName
{
background-color: #F9DBB2;
}
</style>
border-color css
<style>
span { border-color: #F9DBB2; }
span { border-color: rgb(249,219,178); }
td.TdClassName
{
border-color: #F9DBB2;
}
.TagClassName
{
border-color: #F9DBB2;
}
</style>