Shades of Barley White #FAE7BC
Tints of Barley White #FAE7BC
RGB
CMYK
RGB Variations
Color information
#FAE7BC (or 0xFAE7BC) is known color: Barley White. HEX triplet: FA, E7 and BC. RGB value is (250,231,188). Sum of RGB (Red+Green+Blue) = 250+231+188=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7BC is #051843. Grayscale: #E7E7E7. Windows color (decimal): -333892 or 12380154. OLE color: 12380154.
HSL color Cylindrical-coordinate representation of color #FAE7BC: hue angle of 41.61º 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 #FAE7BC is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 188 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.02 |
| HSL | 41.61º | 0.86% | 0.86% | - |
| HSV(B) | 41.61º | 0.25% | 0.98% | - |
| XYZ | 77.08 | 81.11 | 59.17 | - |
| YUV | 231.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 188 | 0 | 0.08 | 0.25 | 0.02 | 41.61 | 0.86 | 0.86 |
| Hex | FA | E7 | BC | 0 | 8 | 19 | 2 | 2A | 56 | 56 |
| Octal | 372 | 347 | 274 | 0 | 10 | 31 | 2 | 52 | 126 | 126 |
| Binary | 11111010 | 11100111 | 10111100 | 0 | 1000 | 11001 | 10 | 101010 | 1010110 | 1010110 |
Color Harmonies of #FAE7BC
Complementary color
Monochromatic Colors of #FAE7BC
Black with #FAE7BC
Text Example
Text Example
White with #FAE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7BC; }
p { color: rgb(250,231,188); }
H1.HeaderClassName
{
color: #FAE7BC;
}
.AnyTagClassName
{
color: #FAE7BC;
}
</style>
background-color css
<style>
a { background-color: #FAE7BC; }
a { background-color: rgb(250,231,188); }
div.DivClassName
{
background-color: #FAE7BC;
}
.BgClassName
{
background-color: #FAE7BC;
}
</style>
border-color css
<style>
span { border-color: #FAE7BC; }
span { border-color: rgb(250,231,188); }
td.TdClassName
{
border-color: #FAE7BC;
}
.TagClassName
{
border-color: #FAE7BC;
}
</style>