Shades of Barley White #FCE7BB
Tints of Barley White #FCE7BB
RGB
CMYK
RGB Variations
Color information
#FCE7BB (or 0xFCE7BB) is known color: Barley White. HEX triplet: FC, E7 and BB. RGB value is (252,231,187). Sum of RGB (Red+Green+Blue) = 252+231+187=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7BB is #031844. Grayscale: #E8E8E8. Windows color (decimal): -202821 or 12314620. OLE color: 12314620.
HSL color Cylindrical-coordinate representation of color #FCE7BB: hue angle of 40.62º 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 #FCE7BB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 187 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 40.62º | 0.92% | 0.86% | - |
| HSV(B) | 40.62º | 0.26% | 0.99% | - |
| XYZ | 77.69 | 81.44 | 58.64 | - |
| YUV | 232.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 187 | 0 | 0.08 | 0.26 | 0.01 | 40.62 | 0.92 | 0.86 |
| Hex | FC | E7 | BB | 0 | 8 | 1A | 1 | 29 | 5C | 56 |
| Octal | 374 | 347 | 273 | 0 | 10 | 32 | 1 | 51 | 134 | 126 |
| Binary | 11111100 | 11100111 | 10111011 | 0 | 1000 | 11010 | 1 | 101001 | 1011100 | 1010110 |
Color Harmonies of #FCE7BB
Complementary color
Monochromatic Colors of #FCE7BB
Black with #FCE7BB
Text Example
Text Example
White with #FCE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7BB; }
p { color: rgb(252,231,187); }
H1.HeaderClassName
{
color: #FCE7BB;
}
.AnyTagClassName
{
color: #FCE7BB;
}
</style>
background-color css
<style>
a { background-color: #FCE7BB; }
a { background-color: rgb(252,231,187); }
div.DivClassName
{
background-color: #FCE7BB;
}
.BgClassName
{
background-color: #FCE7BB;
}
</style>
border-color css
<style>
span { border-color: #FCE7BB; }
span { border-color: rgb(252,231,187); }
td.TdClassName
{
border-color: #FCE7BB;
}
.TagClassName
{
border-color: #FCE7BB;
}
</style>