Shades of Wheat #FAE0B5
Tints of Wheat #FAE0B5
RGB
CMYK
RGB Variations
Color information
#FAE0B5 (or 0xFAE0B5) is known color: Wheat. HEX triplet: FA, E0 and B5. RGB value is (250,224,181). Sum of RGB (Red+Green+Blue) = 250+224+181=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0B5 is #051F4A. Grayscale: #E3E3E3. Windows color (decimal): -335691 or 11919610. OLE color: 11919610.
HSL color Cylindrical-coordinate representation of color #FAE0B5: hue angle of 37.39º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAE0B5 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 181 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.02 |
| HSL | 37.39º | 0.87% | 0.85% | - |
| HSV(B) | 37.39º | 0.28% | 0.98% | - |
| XYZ | 74.42 | 76.97 | 54.65 | - |
| YUV | 226.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 181 | 0 | 0.10 | 0.28 | 0.02 | 37.39 | 0.87 | 0.85 |
| Hex | FA | E0 | B5 | 0 | A | 1C | 2 | 25 | 57 | 55 |
| Octal | 372 | 340 | 265 | 0 | 12 | 34 | 2 | 45 | 127 | 125 |
| Binary | 11111010 | 11100000 | 10110101 | 0 | 1010 | 11100 | 10 | 100101 | 1010111 | 1010101 |
Color Harmonies of #FAE0B5
Complementary color
Monochromatic Colors of #FAE0B5
Black with #FAE0B5
Text Example
Text Example
White with #FAE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0B5; }
p { color: rgb(250,224,181); }
H1.HeaderClassName
{
color: #FAE0B5;
}
.AnyTagClassName
{
color: #FAE0B5;
}
</style>
background-color css
<style>
a { background-color: #FAE0B5; }
a { background-color: rgb(250,224,181); }
div.DivClassName
{
background-color: #FAE0B5;
}
.BgClassName
{
background-color: #FAE0B5;
}
</style>
border-color css
<style>
span { border-color: #FAE0B5; }
span { border-color: rgb(250,224,181); }
td.TdClassName
{
border-color: #FAE0B5;
}
.TagClassName
{
border-color: #FAE0B5;
}
</style>