Shades of Barley White #FCE9BB
Tints of Barley White #FCE9BB
RGB
CMYK
RGB Variations
Color information
#FCE9BB (or 0xFCE9BB) is known color: Barley White. HEX triplet: FC, E9 and BB. RGB value is (252,233,187). Sum of RGB (Red+Green+Blue) = 252+233+187=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9BB is #031644. Grayscale: #E9E9E9. Windows color (decimal): -202309 or 12315132. OLE color: 12315132.
HSL color Cylindrical-coordinate representation of color #FCE9BB: hue angle of 42.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCE9BB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 187 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 42.46º | 0.92% | 0.86% | - |
| HSV(B) | 42.46º | 0.26% | 0.99% | - |
| XYZ | 78.25 | 82.56 | 58.83 | - |
| YUV | 233.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 187 | 0 | 0.08 | 0.26 | 0.01 | 42.46 | 0.92 | 0.86 |
| Hex | FC | E9 | BB | 0 | 8 | 1A | 1 | 2A | 5C | 56 |
| Octal | 374 | 351 | 273 | 0 | 10 | 32 | 1 | 52 | 134 | 126 |
| Binary | 11111100 | 11101001 | 10111011 | 0 | 1000 | 11010 | 1 | 101010 | 1011100 | 1010110 |
Color Harmonies of #FCE9BB
Complementary color
Monochromatic Colors of #FCE9BB
Black with #FCE9BB
Text Example
Text Example
White with #FCE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9BB; }
p { color: rgb(252,233,187); }
H1.HeaderClassName
{
color: #FCE9BB;
}
.AnyTagClassName
{
color: #FCE9BB;
}
</style>
background-color css
<style>
a { background-color: #FCE9BB; }
a { background-color: rgb(252,233,187); }
div.DivClassName
{
background-color: #FCE9BB;
}
.BgClassName
{
background-color: #FCE9BB;
}
</style>
border-color css
<style>
span { border-color: #FCE9BB; }
span { border-color: rgb(252,233,187); }
td.TdClassName
{
border-color: #FCE9BB;
}
.TagClassName
{
border-color: #FCE9BB;
}
</style>