Shades of Wheat #F3E0B5
Tints of Wheat #F3E0B5
RGB
CMYK
RGB Variations
Color information
#F3E0B5 (or 0xF3E0B5) is known color: Wheat. HEX triplet: F3, E0 and B5. RGB value is (243,224,181). Sum of RGB (Red+Green+Blue) = 243+224+181=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0B5 is #0C1F4A. Grayscale: #E0E0E0. Windows color (decimal): -794443 or 11919603. OLE color: 11919603.
HSL color Cylindrical-coordinate representation of color #F3E0B5: hue angle of 41.61º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3E0B5 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 181 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.05 |
| HSL | 41.61º | 0.72% | 0.83% | - |
| HSV(B) | 41.61º | 0.26% | 0.95% | - |
| XYZ | 71.96 | 75.7 | 54.54 | - |
| YUV | 224.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 181 | 0 | 0.08 | 0.26 | 0.05 | 41.61 | 0.72 | 0.83 |
| Hex | F3 | E0 | B5 | 0 | 8 | 1A | 5 | 2A | 48 | 53 |
| Octal | 363 | 340 | 265 | 0 | 10 | 32 | 5 | 52 | 110 | 123 |
| Binary | 11110011 | 11100000 | 10110101 | 0 | 1000 | 11010 | 101 | 101010 | 1001000 | 1010011 |
Color Harmonies of #F3E0B5
Complementary color
Monochromatic Colors of #F3E0B5
Black with #F3E0B5
Text Example
Text Example
White with #F3E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0B5; }
p { color: rgb(243,224,181); }
H1.HeaderClassName
{
color: #F3E0B5;
}
.AnyTagClassName
{
color: #F3E0B5;
}
</style>
background-color css
<style>
a { background-color: #F3E0B5; }
a { background-color: rgb(243,224,181); }
div.DivClassName
{
background-color: #F3E0B5;
}
.BgClassName
{
background-color: #F3E0B5;
}
</style>
border-color css
<style>
span { border-color: #F3E0B5; }
span { border-color: rgb(243,224,181); }
td.TdClassName
{
border-color: #F3E0B5;
}
.TagClassName
{
border-color: #F3E0B5;
}
</style>