Shades of Wheat #F3DBAC
Tints of Wheat #F3DBAC
RGB
CMYK
RGB Variations
Color information
#F3DBAC (or 0xF3DBAC) is known color: Wheat. HEX triplet: F3, DB and AC. RGB value is (243,219,172). Sum of RGB (Red+Green+Blue) = 243+219+172=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBAC is #0C2453. Grayscale: #DDDDDD. Windows color (decimal): -795732 or 11328499. OLE color: 11328499.
HSL color Cylindrical-coordinate representation of color #F3DBAC: hue angle of 39.72º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3DBAC is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 172 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 39.72º | 0.75% | 0.81% | - |
| HSV(B) | 39.72º | 0.29% | 0.95% | - |
| XYZ | 69.74 | 72.7 | 49.39 | - |
| YUV | 220.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 172 | 0 | 0.10 | 0.29 | 0.05 | 39.72 | 0.75 | 0.81 |
| Hex | F3 | DB | AC | 0 | A | 1D | 5 | 28 | 4B | 51 |
| Octal | 363 | 333 | 254 | 0 | 12 | 35 | 5 | 50 | 113 | 121 |
| Binary | 11110011 | 11011011 | 10101100 | 0 | 1010 | 11101 | 101 | 101000 | 1001011 | 1010001 |
Color Harmonies of #F3DBAC
Complementary color
Monochromatic Colors of #F3DBAC
Black with #F3DBAC
Text Example
Text Example
White with #F3DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBAC; }
p { color: rgb(243,219,172); }
H1.HeaderClassName
{
color: #F3DBAC;
}
.AnyTagClassName
{
color: #F3DBAC;
}
</style>
background-color css
<style>
a { background-color: #F3DBAC; }
a { background-color: rgb(243,219,172); }
div.DivClassName
{
background-color: #F3DBAC;
}
.BgClassName
{
background-color: #F3DBAC;
}
</style>
border-color css
<style>
span { border-color: #F3DBAC; }
span { border-color: rgb(243,219,172); }
td.TdClassName
{
border-color: #F3DBAC;
}
.TagClassName
{
border-color: #F3DBAC;
}
</style>