Shades of Wheat #F3E1B2
Tints of Wheat #F3E1B2
RGB
CMYK
RGB Variations
Color information
#F3E1B2 (or 0xF3E1B2) is known color: Wheat. HEX triplet: F3, E1 and B2. RGB value is (243,225,178). Sum of RGB (Red+Green+Blue) = 243+225+178=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E1B2 is #0C1E4D. Grayscale: #E1E1E1. Windows color (decimal): -794190 or 11723251. OLE color: 11723251.
HSL color Cylindrical-coordinate representation of color #F3E1B2: hue angle of 43.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3E1B2 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 178 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.05 |
| HSL | 43.38º | 0.73% | 0.83% | - |
| HSV(B) | 43.38º | 0.27% | 0.95% | - |
| XYZ | 71.92 | 76.12 | 53.02 | - |
| YUV | 225.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 178 | 0 | 0.07 | 0.27 | 0.05 | 43.38 | 0.73 | 0.83 |
| Hex | F3 | E1 | B2 | 0 | 7 | 1B | 5 | 2B | 49 | 53 |
| Octal | 363 | 341 | 262 | 0 | 7 | 33 | 5 | 53 | 111 | 123 |
| Binary | 11110011 | 11100001 | 10110010 | 0 | 111 | 11011 | 101 | 101011 | 1001001 | 1010011 |
Color Harmonies of #F3E1B2
Complementary color
Monochromatic Colors of #F3E1B2
Black with #F3E1B2
Text Example
Text Example
White with #F3E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E1B2; }
p { color: rgb(243,225,178); }
H1.HeaderClassName
{
color: #F3E1B2;
}
.AnyTagClassName
{
color: #F3E1B2;
}
</style>
background-color css
<style>
a { background-color: #F3E1B2; }
a { background-color: rgb(243,225,178); }
div.DivClassName
{
background-color: #F3E1B2;
}
.BgClassName
{
background-color: #F3E1B2;
}
</style>
border-color css
<style>
span { border-color: #F3E1B2; }
span { border-color: rgb(243,225,178); }
td.TdClassName
{
border-color: #F3E1B2;
}
.TagClassName
{
border-color: #F3E1B2;
}
</style>