Shades of Barley White #FAE8BC
Tints of Barley White #FAE8BC
RGB
CMYK
RGB Variations
Color information
#FAE8BC (or 0xFAE8BC) is known color: Barley White. HEX triplet: FA, E8 and BC. RGB value is (250,232,188). Sum of RGB (Red+Green+Blue) = 250+232+188=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8BC is #051743. Grayscale: #E8E8E8. Windows color (decimal): -333636 or 12380410. OLE color: 12380410.
HSL color Cylindrical-coordinate representation of color #FAE8BC: hue angle of 42.58º 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 #FAE8BC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 188 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.02 |
| HSL | 42.58º | 0.86% | 0.86% | - |
| HSV(B) | 42.58º | 0.25% | 0.98% | - |
| XYZ | 77.36 | 81.67 | 59.26 | - |
| YUV | 232.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 188 | 0 | 0.07 | 0.25 | 0.02 | 42.58 | 0.86 | 0.86 |
| Hex | FA | E8 | BC | 0 | 7 | 19 | 2 | 2B | 56 | 56 |
| Octal | 372 | 350 | 274 | 0 | 7 | 31 | 2 | 53 | 126 | 126 |
| Binary | 11111010 | 11101000 | 10111100 | 0 | 111 | 11001 | 10 | 101011 | 1010110 | 1010110 |
Color Harmonies of #FAE8BC
Complementary color
Monochromatic Colors of #FAE8BC
Black with #FAE8BC
Text Example
Text Example
White with #FAE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8BC; }
p { color: rgb(250,232,188); }
H1.HeaderClassName
{
color: #FAE8BC;
}
.AnyTagClassName
{
color: #FAE8BC;
}
</style>
background-color css
<style>
a { background-color: #FAE8BC; }
a { background-color: rgb(250,232,188); }
div.DivClassName
{
background-color: #FAE8BC;
}
.BgClassName
{
background-color: #FAE8BC;
}
</style>
border-color css
<style>
span { border-color: #FAE8BC; }
span { border-color: rgb(250,232,188); }
td.TdClassName
{
border-color: #FAE8BC;
}
.TagClassName
{
border-color: #FAE8BC;
}
</style>