Shades of Barley White #FCEBBB
Tints of Barley White #FCEBBB
RGB
CMYK
RGB Variations
Color information
#FCEBBB (or 0xFCEBBB) is known color: Barley White. HEX triplet: FC, EB and BB. RGB value is (252,235,187). Sum of RGB (Red+Green+Blue) = 252+235+187=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBB is #031444. Grayscale: #EAEAEA. Windows color (decimal): -201797 or 12315644. OLE color: 12315644.
HSL color Cylindrical-coordinate representation of color #FCEBBB: hue angle of 44.31º 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 #FCEBBB is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 187 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.01 |
| HSL | 44.31º | 0.92% | 0.86% | - |
| HSV(B) | 44.31º | 0.26% | 0.99% | - |
| XYZ | 78.82 | 83.7 | 59.02 | - |
| YUV | 234.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 187 | 0 | 0.07 | 0.26 | 0.01 | 44.31 | 0.92 | 0.86 |
| Hex | FC | EB | BB | 0 | 7 | 1A | 1 | 2C | 5C | 56 |
| Octal | 374 | 353 | 273 | 0 | 7 | 32 | 1 | 54 | 134 | 126 |
| Binary | 11111100 | 11101011 | 10111011 | 0 | 111 | 11010 | 1 | 101100 | 1011100 | 1010110 |
Color Harmonies of #FCEBBB
Complementary color
Monochromatic Colors of #FCEBBB
Black with #FCEBBB
Text Example
Text Example
White with #FCEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBBB; }
p { color: rgb(252,235,187); }
H1.HeaderClassName
{
color: #FCEBBB;
}
.AnyTagClassName
{
color: #FCEBBB;
}
</style>
background-color css
<style>
a { background-color: #FCEBBB; }
a { background-color: rgb(252,235,187); }
div.DivClassName
{
background-color: #FCEBBB;
}
.BgClassName
{
background-color: #FCEBBB;
}
</style>
border-color css
<style>
span { border-color: #FCEBBB; }
span { border-color: rgb(252,235,187); }
td.TdClassName
{
border-color: #FCEBBB;
}
.TagClassName
{
border-color: #FCEBBB;
}
</style>