Shades of Barley White #FAEABA
Tints of Barley White #FAEABA
RGB
CMYK
RGB Variations
Color information
#FAEABA (or 0xFAEABA) is known color: Barley White. HEX triplet: FA, EA and BA. RGB value is (250,234,186). Sum of RGB (Red+Green+Blue) = 250+234+186=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABA is #051545. Grayscale: #E9E9E9. Windows color (decimal): -333126 or 12249850. OLE color: 12249850.
HSL color Cylindrical-coordinate representation of color #FAEABA: hue angle of 45º degrees, saturation: 0.86, 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 #FAEABA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 186 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.02 |
| HSL | 45º | 0.86% | 0.85% | - |
| HSV(B) | 45º | 0.26% | 0.98% | - |
| XYZ | 77.71 | 82.71 | 58.32 | - |
| YUV | 233.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 186 | 0 | 0.06 | 0.26 | 0.02 | 45 | 0.86 | 0.85 |
| Hex | FA | EA | BA | 0 | 6 | 1A | 2 | 2D | 56 | 55 |
| Octal | 372 | 352 | 272 | 0 | 6 | 32 | 2 | 55 | 126 | 125 |
| Binary | 11111010 | 11101010 | 10111010 | 0 | 110 | 11010 | 10 | 101101 | 1010110 | 1010101 |
Color Harmonies of #FAEABA
Complementary color
Monochromatic Colors of #FAEABA
Black with #FAEABA
Text Example
Text Example
White with #FAEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEABA; }
p { color: rgb(250,234,186); }
H1.HeaderClassName
{
color: #FAEABA;
}
.AnyTagClassName
{
color: #FAEABA;
}
</style>
background-color css
<style>
a { background-color: #FAEABA; }
a { background-color: rgb(250,234,186); }
div.DivClassName
{
background-color: #FAEABA;
}
.BgClassName
{
background-color: #FAEABA;
}
</style>
border-color css
<style>
span { border-color: #FAEABA; }
span { border-color: rgb(250,234,186); }
td.TdClassName
{
border-color: #FAEABA;
}
.TagClassName
{
border-color: #FAEABA;
}
</style>