Shades of Barley White #FCE7BA
Tints of Barley White #FCE7BA
RGB
CMYK
RGB Variations
Color information
#FCE7BA (or 0xFCE7BA) is known color: Barley White. HEX triplet: FC, E7 and BA. RGB value is (252,231,186). Sum of RGB (Red+Green+Blue) = 252+231+186=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7BA is #031845. Grayscale: #E8E8E8. Windows color (decimal): -202822 or 12249084. OLE color: 12249084.
HSL color Cylindrical-coordinate representation of color #FCE7BA: hue angle of 40.91º 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 #FCE7BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 186 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 40.91º | 0.92% | 0.86% | - |
| HSV(B) | 40.91º | 0.26% | 0.99% | - |
| XYZ | 77.58 | 81.39 | 58.08 | - |
| YUV | 232.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 186 | 0 | 0.08 | 0.26 | 0.01 | 40.91 | 0.92 | 0.86 |
| Hex | FC | E7 | BA | 0 | 8 | 1A | 1 | 29 | 5C | 56 |
| Octal | 374 | 347 | 272 | 0 | 10 | 32 | 1 | 51 | 134 | 126 |
| Binary | 11111100 | 11100111 | 10111010 | 0 | 1000 | 11010 | 1 | 101001 | 1011100 | 1010110 |
Color Harmonies of #FCE7BA
Complementary color
Monochromatic Colors of #FCE7BA
Black with #FCE7BA
Text Example
Text Example
White with #FCE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7BA; }
p { color: rgb(252,231,186); }
H1.HeaderClassName
{
color: #FCE7BA;
}
.AnyTagClassName
{
color: #FCE7BA;
}
</style>
background-color css
<style>
a { background-color: #FCE7BA; }
a { background-color: rgb(252,231,186); }
div.DivClassName
{
background-color: #FCE7BA;
}
.BgClassName
{
background-color: #FCE7BA;
}
</style>
border-color css
<style>
span { border-color: #FCE7BA; }
span { border-color: rgb(252,231,186); }
td.TdClassName
{
border-color: #FCE7BA;
}
.TagClassName
{
border-color: #FCE7BA;
}
</style>