Shades of Wheat #F3E0AD
Tints of Wheat #F3E0AD
RGB
CMYK
RGB Variations
Color information
#F3E0AD (or 0xF3E0AD) is known color: Wheat. HEX triplet: F3, E0 and AD. RGB value is (243,224,173). Sum of RGB (Red+Green+Blue) = 243+224+173=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E0AD is #0C1F52. Grayscale: #E0E0E0. Windows color (decimal): -794451 or 11395315. OLE color: 11395315.
HSL color Cylindrical-coordinate representation of color #F3E0AD: hue angle of 43.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3E0AD is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 173 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.05 |
| HSL | 43.71º | 0.74% | 0.82% | - |
| HSV(B) | 43.71º | 0.29% | 0.95% | - |
| XYZ | 71.16 | 75.38 | 50.34 | - |
| YUV | 223.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 173 | 0 | 0.08 | 0.29 | 0.05 | 43.71 | 0.74 | 0.82 |
| Hex | F3 | E0 | AD | 0 | 8 | 1D | 5 | 2C | 4A | 52 |
| Octal | 363 | 340 | 255 | 0 | 10 | 35 | 5 | 54 | 112 | 122 |
| Binary | 11110011 | 11100000 | 10101101 | 0 | 1000 | 11101 | 101 | 101100 | 1001010 | 1010010 |
Color Harmonies of #F3E0AD
Complementary color
Monochromatic Colors of #F3E0AD
Black with #F3E0AD
Text Example
Text Example
White with #F3E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0AD; }
p { color: rgb(243,224,173); }
H1.HeaderClassName
{
color: #F3E0AD;
}
.AnyTagClassName
{
color: #F3E0AD;
}
</style>
background-color css
<style>
a { background-color: #F3E0AD; }
a { background-color: rgb(243,224,173); }
div.DivClassName
{
background-color: #F3E0AD;
}
.BgClassName
{
background-color: #F3E0AD;
}
</style>
border-color css
<style>
span { border-color: #F3E0AD; }
span { border-color: rgb(243,224,173); }
td.TdClassName
{
border-color: #F3E0AD;
}
.TagClassName
{
border-color: #F3E0AD;
}
</style>