Shades of Barley White #FEEABA
Tints of Barley White #FEEABA
RGB
CMYK
RGB Variations
Color information
#FEEABA (or 0xFEEABA) is known color: Barley White. HEX triplet: FE, EA and BA. RGB value is (254,234,186). Sum of RGB (Red+Green+Blue) = 254+234+186=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEABA is #011545. Grayscale: #EAEAEA. Windows color (decimal): -70982 or 12249854. OLE color: 12249854.
HSL color Cylindrical-coordinate representation of color #FEEABA: hue angle of 42.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEEABA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 186 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.00 |
| HSL | 42.35º | 0.97% | 0.86% | - |
| HSV(B) | 42.35º | 0.27% | 1% | - |
| XYZ | 79.16 | 83.46 | 58.39 | - |
| YUV | 234.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 186 | 0 | 0.08 | 0.27 | 0.00 | 42.35 | 0.97 | 0.86 |
| Hex | FE | EA | BA | 0 | 8 | 1B | 0 | 2A | 61 | 56 |
| Octal | 376 | 352 | 272 | 0 | 10 | 33 | 0 | 52 | 141 | 126 |
| Binary | 11111110 | 11101010 | 10111010 | 0 | 1000 | 11011 | 0 | 101010 | 1100001 | 1010110 |
Color Harmonies of #FEEABA
Complementary color
Monochromatic Colors of #FEEABA
Black with #FEEABA
Text Example
Text Example
White with #FEEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEABA; }
p { color: rgb(254,234,186); }
H1.HeaderClassName
{
color: #FEEABA;
}
.AnyTagClassName
{
color: #FEEABA;
}
</style>
background-color css
<style>
a { background-color: #FEEABA; }
a { background-color: rgb(254,234,186); }
div.DivClassName
{
background-color: #FEEABA;
}
.BgClassName
{
background-color: #FEEABA;
}
</style>
border-color css
<style>
span { border-color: #FEEABA; }
span { border-color: rgb(254,234,186); }
td.TdClassName
{
border-color: #FEEABA;
}
.TagClassName
{
border-color: #FEEABA;
}
</style>