Shades of Wheat #F3DBAE
Tints of Wheat #F3DBAE
RGB
CMYK
RGB Variations
Color information
#F3DBAE (or 0xF3DBAE) is known color: Wheat. HEX triplet: F3, DB and AE. RGB value is (243,219,174). Sum of RGB (Red+Green+Blue) = 243+219+174=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBAE is #0C2451. Grayscale: #DDDDDD. Windows color (decimal): -795730 or 11459571. OLE color: 11459571.
HSL color Cylindrical-coordinate representation of color #F3DBAE: hue angle of 39.13º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3DBAE is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 174 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.05 |
| HSL | 39.13º | 0.74% | 0.82% | - |
| HSV(B) | 39.13º | 0.28% | 0.95% | - |
| XYZ | 69.93 | 72.77 | 50.41 | - |
| YUV | 221.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 174 | 0 | 0.10 | 0.28 | 0.05 | 39.13 | 0.74 | 0.82 |
| Hex | F3 | DB | AE | 0 | A | 1C | 5 | 27 | 4A | 52 |
| Octal | 363 | 333 | 256 | 0 | 12 | 34 | 5 | 47 | 112 | 122 |
| Binary | 11110011 | 11011011 | 10101110 | 0 | 1010 | 11100 | 101 | 100111 | 1001010 | 1010010 |
Color Harmonies of #F3DBAE
Complementary color
Monochromatic Colors of #F3DBAE
Black with #F3DBAE
Text Example
Text Example
White with #F3DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBAE; }
p { color: rgb(243,219,174); }
H1.HeaderClassName
{
color: #F3DBAE;
}
.AnyTagClassName
{
color: #F3DBAE;
}
</style>
background-color css
<style>
a { background-color: #F3DBAE; }
a { background-color: rgb(243,219,174); }
div.DivClassName
{
background-color: #F3DBAE;
}
.BgClassName
{
background-color: #F3DBAE;
}
</style>
border-color css
<style>
span { border-color: #F3DBAE; }
span { border-color: rgb(243,219,174); }
td.TdClassName
{
border-color: #F3DBAE;
}
.TagClassName
{
border-color: #F3DBAE;
}
</style>