Shades of Barley White #FCEAB9
Tints of Barley White #FCEAB9
RGB
CMYK
RGB Variations
Color information
#FCEAB9 (or 0xFCEAB9) is known color: Barley White. HEX triplet: FC, EA and B9. RGB value is (252,234,185). Sum of RGB (Red+Green+Blue) = 252+234+185=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 185 (72.66% from 255 or 27.57% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAB9 is #031546. Grayscale: #EAEAEA. Windows color (decimal): -202055 or 12184316. OLE color: 12184316.
HSL color Cylindrical-coordinate representation of color #FCEAB9: hue angle of 43.88º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCEAB9 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 185 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.01 |
| HSL | 43.88º | 0.92% | 0.86% | - |
| HSV(B) | 43.88º | 0.27% | 0.99% | - |
| XYZ | 78.32 | 83.04 | 57.8 | - |
| YUV | 233.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 185 | 0 | 0.07 | 0.27 | 0.01 | 43.88 | 0.92 | 0.86 |
| Hex | FC | EA | B9 | 0 | 7 | 1B | 1 | 2C | 5C | 56 |
| Octal | 374 | 352 | 271 | 0 | 7 | 33 | 1 | 54 | 134 | 126 |
| Binary | 11111100 | 11101010 | 10111001 | 0 | 111 | 11011 | 1 | 101100 | 1011100 | 1010110 |
Color Harmonies of #FCEAB9
Complementary color
Monochromatic Colors of #FCEAB9
Black with #FCEAB9
Text Example
Text Example
White with #FCEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAB9; }
p { color: rgb(252,234,185); }
H1.HeaderClassName
{
color: #FCEAB9;
}
.AnyTagClassName
{
color: #FCEAB9;
}
</style>
background-color css
<style>
a { background-color: #FCEAB9; }
a { background-color: rgb(252,234,185); }
div.DivClassName
{
background-color: #FCEAB9;
}
.BgClassName
{
background-color: #FCEAB9;
}
</style>
border-color css
<style>
span { border-color: #FCEAB9; }
span { border-color: rgb(252,234,185); }
td.TdClassName
{
border-color: #FCEAB9;
}
.TagClassName
{
border-color: #FCEAB9;
}
</style>