Shades of Wheat #F7E1B3
Tints of Wheat #F7E1B3
RGB
CMYK
RGB Variations
Color information
#F7E1B3 (or 0xF7E1B3) is known color: Wheat. HEX triplet: F7, E1 and B3. RGB value is (247,225,179). Sum of RGB (Red+Green+Blue) = 247+225+179=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1B3 is #081E4C. Grayscale: #E2E2E2. Windows color (decimal): -532045 or 11788791. OLE color: 11788791.
HSL color Cylindrical-coordinate representation of color #F7E1B3: hue angle of 40.59º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7E1B3 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 179 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.03 |
| HSL | 40.59º | 0.81% | 0.84% | - |
| HSV(B) | 40.59º | 0.28% | 0.97% | - |
| XYZ | 73.42 | 76.88 | 53.62 | - |
| YUV | 226.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 179 | 0 | 0.09 | 0.28 | 0.03 | 40.59 | 0.81 | 0.84 |
| Hex | F7 | E1 | B3 | 0 | 9 | 1C | 3 | 29 | 51 | 54 |
| Octal | 367 | 341 | 263 | 0 | 11 | 34 | 3 | 51 | 121 | 124 |
| Binary | 11110111 | 11100001 | 10110011 | 0 | 1001 | 11100 | 11 | 101001 | 1010001 | 1010100 |
Color Harmonies of #F7E1B3
Complementary color
Monochromatic Colors of #F7E1B3
Black with #F7E1B3
Text Example
Text Example
White with #F7E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1B3; }
p { color: rgb(247,225,179); }
H1.HeaderClassName
{
color: #F7E1B3;
}
.AnyTagClassName
{
color: #F7E1B3;
}
</style>
background-color css
<style>
a { background-color: #F7E1B3; }
a { background-color: rgb(247,225,179); }
div.DivClassName
{
background-color: #F7E1B3;
}
.BgClassName
{
background-color: #F7E1B3;
}
</style>
border-color css
<style>
span { border-color: #F7E1B3; }
span { border-color: rgb(247,225,179); }
td.TdClassName
{
border-color: #F7E1B3;
}
.TagClassName
{
border-color: #F7E1B3;
}
</style>