Shades of Barley White #FAEABD
Tints of Barley White #FAEABD
RGB
CMYK
RGB Variations
Color information
#FAEABD (or 0xFAEABD) is known color: Barley White. HEX triplet: FA, EA and BD. RGB value is (250,234,189). Sum of RGB (Red+Green+Blue) = 250+234+189=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABD is #051542. Grayscale: #E9E9E9. Windows color (decimal): -333123 or 12446458. OLE color: 12446458.
HSL color Cylindrical-coordinate representation of color #FAEABD: hue angle of 44.26º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEABD is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 189 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 44.26º | 0.86% | 0.86% | - |
| HSV(B) | 44.26º | 0.24% | 0.98% | - |
| XYZ | 78.03 | 82.84 | 60.02 | - |
| YUV | 233.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 189 | 0 | 0.06 | 0.24 | 0.02 | 44.26 | 0.86 | 0.86 |
| Hex | FA | EA | BD | 0 | 6 | 18 | 2 | 2C | 56 | 56 |
| Octal | 372 | 352 | 275 | 0 | 6 | 30 | 2 | 54 | 126 | 126 |
| Binary | 11111010 | 11101010 | 10111101 | 0 | 110 | 11000 | 10 | 101100 | 1010110 | 1010110 |
Color Harmonies of #FAEABD
Complementary color
Monochromatic Colors of #FAEABD
Black with #FAEABD
Text Example
Text Example
White with #FAEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEABD; }
p { color: rgb(250,234,189); }
H1.HeaderClassName
{
color: #FAEABD;
}
.AnyTagClassName
{
color: #FAEABD;
}
</style>
background-color css
<style>
a { background-color: #FAEABD; }
a { background-color: rgb(250,234,189); }
div.DivClassName
{
background-color: #FAEABD;
}
.BgClassName
{
background-color: #FAEABD;
}
</style>
border-color css
<style>
span { border-color: #FAEABD; }
span { border-color: rgb(250,234,189); }
td.TdClassName
{
border-color: #FAEABD;
}
.TagClassName
{
border-color: #FAEABD;
}
</style>