Shades of Barley White #FAECBA
Tints of Barley White #FAECBA
RGB
CMYK
RGB Variations
Color information
#FAECBA (or 0xFAECBA) is known color: Barley White. HEX triplet: FA, EC and BA. RGB value is (250,236,186). Sum of RGB (Red+Green+Blue) = 250+236+186=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBA is #051345. Grayscale: #EAEAEA. Windows color (decimal): -332614 or 12250362. OLE color: 12250362.
HSL color Cylindrical-coordinate representation of color #FAECBA: hue angle of 46.88º 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 #FAECBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 186 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.02 |
| HSL | 46.88º | 0.86% | 0.85% | - |
| HSV(B) | 46.88º | 0.26% | 0.98% | - |
| XYZ | 78.28 | 83.86 | 58.52 | - |
| YUV | 234.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 186 | 0 | 0.06 | 0.26 | 0.02 | 46.88 | 0.86 | 0.85 |
| Hex | FA | EC | BA | 0 | 6 | 1A | 2 | 2F | 56 | 55 |
| Octal | 372 | 354 | 272 | 0 | 6 | 32 | 2 | 57 | 126 | 125 |
| Binary | 11111010 | 11101100 | 10111010 | 0 | 110 | 11010 | 10 | 101111 | 1010110 | 1010101 |
Color Harmonies of #FAECBA
Complementary color
Monochromatic Colors of #FAECBA
Black with #FAECBA
Text Example
Text Example
White with #FAECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECBA; }
p { color: rgb(250,236,186); }
H1.HeaderClassName
{
color: #FAECBA;
}
.AnyTagClassName
{
color: #FAECBA;
}
</style>
background-color css
<style>
a { background-color: #FAECBA; }
a { background-color: rgb(250,236,186); }
div.DivClassName
{
background-color: #FAECBA;
}
.BgClassName
{
background-color: #FAECBA;
}
</style>
border-color css
<style>
span { border-color: #FAECBA; }
span { border-color: rgb(250,236,186); }
td.TdClassName
{
border-color: #FAECBA;
}
.TagClassName
{
border-color: #FAECBA;
}
</style>