Shades of Barley White #FAE6BB
Tints of Barley White #FAE6BB
RGB
CMYK
RGB Variations
Color information
#FAE6BB (or 0xFAE6BB) is known color: Barley White. HEX triplet: FA, E6 and BB. RGB value is (250,230,187). Sum of RGB (Red+Green+Blue) = 250+230+187=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6BB is #051944. Grayscale: #E7E7E7. Windows color (decimal): -334149 or 12314362. OLE color: 12314362.
HSL color Cylindrical-coordinate representation of color #FAE6BB: hue angle of 40.95º 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 #FAE6BB is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 187 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.02 |
| HSL | 40.95º | 0.86% | 0.86% | - |
| HSV(B) | 40.95º | 0.25% | 0.98% | - |
| XYZ | 76.69 | 80.51 | 58.51 | - |
| YUV | 231.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 187 | 0 | 0.08 | 0.25 | 0.02 | 40.95 | 0.86 | 0.86 |
| Hex | FA | E6 | BB | 0 | 8 | 19 | 2 | 29 | 56 | 56 |
| Octal | 372 | 346 | 273 | 0 | 10 | 31 | 2 | 51 | 126 | 126 |
| Binary | 11111010 | 11100110 | 10111011 | 0 | 1000 | 11001 | 10 | 101001 | 1010110 | 1010110 |
Color Harmonies of #FAE6BB
Complementary color
Monochromatic Colors of #FAE6BB
Black with #FAE6BB
Text Example
Text Example
White with #FAE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6BB; }
p { color: rgb(250,230,187); }
H1.HeaderClassName
{
color: #FAE6BB;
}
.AnyTagClassName
{
color: #FAE6BB;
}
</style>
background-color css
<style>
a { background-color: #FAE6BB; }
a { background-color: rgb(250,230,187); }
div.DivClassName
{
background-color: #FAE6BB;
}
.BgClassName
{
background-color: #FAE6BB;
}
</style>
border-color css
<style>
span { border-color: #FAE6BB; }
span { border-color: rgb(250,230,187); }
td.TdClassName
{
border-color: #FAE6BB;
}
.TagClassName
{
border-color: #FAE6BB;
}
</style>