Shades of Barley White #FAEAB9
Tints of Barley White #FAEAB9
RGB
CMYK
RGB Variations
Color information
#FAEAB9 (or 0xFAEAB9) is known color: Barley White. HEX triplet: FA, EA and B9. RGB value is (250,234,185). Sum of RGB (Red+Green+Blue) = 250+234+185=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAB9 is #051546. Grayscale: #E9E9E9. Windows color (decimal): -333127 or 12184314. OLE color: 12184314.
HSL color Cylindrical-coordinate representation of color #FAEAB9: hue angle of 45.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAEAB9 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 185 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.02 |
| HSL | 45.23º | 0.87% | 0.85% | - |
| HSV(B) | 45.23º | 0.26% | 0.98% | - |
| XYZ | 77.6 | 82.67 | 57.77 | - |
| YUV | 233.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 185 | 0 | 0.06 | 0.26 | 0.02 | 45.23 | 0.87 | 0.85 |
| Hex | FA | EA | B9 | 0 | 6 | 1A | 2 | 2D | 57 | 55 |
| Octal | 372 | 352 | 271 | 0 | 6 | 32 | 2 | 55 | 127 | 125 |
| Binary | 11111010 | 11101010 | 10111001 | 0 | 110 | 11010 | 10 | 101101 | 1010111 | 1010101 |
Color Harmonies of #FAEAB9
Complementary color
Monochromatic Colors of #FAEAB9
Black with #FAEAB9
Text Example
Text Example
White with #FAEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAB9; }
p { color: rgb(250,234,185); }
H1.HeaderClassName
{
color: #FAEAB9;
}
.AnyTagClassName
{
color: #FAEAB9;
}
</style>
background-color css
<style>
a { background-color: #FAEAB9; }
a { background-color: rgb(250,234,185); }
div.DivClassName
{
background-color: #FAEAB9;
}
.BgClassName
{
background-color: #FAEAB9;
}
</style>
border-color css
<style>
span { border-color: #FAEAB9; }
span { border-color: rgb(250,234,185); }
td.TdClassName
{
border-color: #FAEAB9;
}
.TagClassName
{
border-color: #FAEAB9;
}
</style>