Shades of Barley White #FEEABB
Tints of Barley White #FEEABB
RGB
CMYK
RGB Variations
Color information
#FEEABB (or 0xFEEABB) is known color: Barley White. HEX triplet: FE, EA and BB. RGB value is (254,234,187). Sum of RGB (Red+Green+Blue) = 254+234+187=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 187 (73.44% from 255 or 27.70% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEABB is #011544. Grayscale: #EAEAEA. Windows color (decimal): -70981 or 12315390. OLE color: 12315390.
HSL color Cylindrical-coordinate representation of color #FEEABB: hue angle of 42.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEEABB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 187 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.00 |
| HSL | 42.09º | 0.97% | 0.86% | - |
| HSV(B) | 42.09º | 0.26% | 1% | - |
| XYZ | 79.27 | 83.5 | 58.95 | - |
| YUV | 234.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 187 | 0 | 0.08 | 0.26 | 0.00 | 42.09 | 0.97 | 0.86 |
| Hex | FE | EA | BB | 0 | 8 | 1A | 0 | 2A | 61 | 56 |
| Octal | 376 | 352 | 273 | 0 | 10 | 32 | 0 | 52 | 141 | 126 |
| Binary | 11111110 | 11101010 | 10111011 | 0 | 1000 | 11010 | 0 | 101010 | 1100001 | 1010110 |
Color Harmonies of #FEEABB
Complementary color
Monochromatic Colors of #FEEABB
Black with #FEEABB
Text Example
Text Example
White with #FEEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEABB; }
p { color: rgb(254,234,187); }
H1.HeaderClassName
{
color: #FEEABB;
}
.AnyTagClassName
{
color: #FEEABB;
}
</style>
background-color css
<style>
a { background-color: #FEEABB; }
a { background-color: rgb(254,234,187); }
div.DivClassName
{
background-color: #FEEABB;
}
.BgClassName
{
background-color: #FEEABB;
}
</style>
border-color css
<style>
span { border-color: #FEEABB; }
span { border-color: rgb(254,234,187); }
td.TdClassName
{
border-color: #FEEABB;
}
.TagClassName
{
border-color: #FEEABB;
}
</style>