Shades of Barley White #FAEBBB
Tints of Barley White #FAEBBB
RGB
CMYK
RGB Variations
Color information
#FAEBBB (or 0xFAEBBB) is known color: Barley White. HEX triplet: FA, EB and BB. RGB value is (250,235,187). Sum of RGB (Red+Green+Blue) = 250+235+187=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBB is #051444. Grayscale: #EAEAEA. Windows color (decimal): -332869 or 12315642. OLE color: 12315642.
HSL color Cylindrical-coordinate representation of color #FAEBBB: hue angle of 45.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAEBBB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 187 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.02 |
| HSL | 45.71º | 0.86% | 0.86% | - |
| HSV(B) | 45.71º | 0.25% | 0.98% | - |
| XYZ | 78.1 | 83.33 | 58.98 | - |
| YUV | 234.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 187 | 0 | 0.06 | 0.25 | 0.02 | 45.71 | 0.86 | 0.86 |
| Hex | FA | EB | BB | 0 | 6 | 19 | 2 | 2E | 56 | 56 |
| Octal | 372 | 353 | 273 | 0 | 6 | 31 | 2 | 56 | 126 | 126 |
| Binary | 11111010 | 11101011 | 10111011 | 0 | 110 | 11001 | 10 | 101110 | 1010110 | 1010110 |
Color Harmonies of #FAEBBB
Complementary color
Monochromatic Colors of #FAEBBB
Black with #FAEBBB
Text Example
Text Example
White with #FAEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBBB; }
p { color: rgb(250,235,187); }
H1.HeaderClassName
{
color: #FAEBBB;
}
.AnyTagClassName
{
color: #FAEBBB;
}
</style>
background-color css
<style>
a { background-color: #FAEBBB; }
a { background-color: rgb(250,235,187); }
div.DivClassName
{
background-color: #FAEBBB;
}
.BgClassName
{
background-color: #FAEBBB;
}
</style>
border-color css
<style>
span { border-color: #FAEBBB; }
span { border-color: rgb(250,235,187); }
td.TdClassName
{
border-color: #FAEBBB;
}
.TagClassName
{
border-color: #FAEBBB;
}
</style>