Shades of Barley White #FAE7BB
Tints of Barley White #FAE7BB
RGB
CMYK
RGB Variations
Color information
#FAE7BB (or 0xFAE7BB) is known color: Barley White. HEX triplet: FA, E7 and BB. RGB value is (250,231,187). Sum of RGB (Red+Green+Blue) = 250+231+187=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7BB is #051844. Grayscale: #E7E7E7. Windows color (decimal): -333893 or 12314618. OLE color: 12314618.
HSL color Cylindrical-coordinate representation of color #FAE7BB: hue angle of 41.9º 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 #FAE7BB is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 187 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.02 |
| HSL | 41.9º | 0.86% | 0.86% | - |
| HSV(B) | 41.9º | 0.25% | 0.98% | - |
| XYZ | 76.97 | 81.06 | 58.6 | - |
| YUV | 231.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 187 | 0 | 0.08 | 0.25 | 0.02 | 41.9 | 0.86 | 0.86 |
| Hex | FA | E7 | BB | 0 | 8 | 19 | 2 | 2A | 56 | 56 |
| Octal | 372 | 347 | 273 | 0 | 10 | 31 | 2 | 52 | 126 | 126 |
| Binary | 11111010 | 11100111 | 10111011 | 0 | 1000 | 11001 | 10 | 101010 | 1010110 | 1010110 |
Color Harmonies of #FAE7BB
Complementary color
Monochromatic Colors of #FAE7BB
Black with #FAE7BB
Text Example
Text Example
White with #FAE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7BB; }
p { color: rgb(250,231,187); }
H1.HeaderClassName
{
color: #FAE7BB;
}
.AnyTagClassName
{
color: #FAE7BB;
}
</style>
background-color css
<style>
a { background-color: #FAE7BB; }
a { background-color: rgb(250,231,187); }
div.DivClassName
{
background-color: #FAE7BB;
}
.BgClassName
{
background-color: #FAE7BB;
}
</style>
border-color css
<style>
span { border-color: #FAE7BB; }
span { border-color: rgb(250,231,187); }
td.TdClassName
{
border-color: #FAE7BB;
}
.TagClassName
{
border-color: #FAE7BB;
}
</style>