Shades of Barley White #FAE5B8
Tints of Barley White #FAE5B8
RGB
CMYK
RGB Variations
Color information
#FAE5B8 (or 0xFAE5B8) is known color: Barley White. HEX triplet: FA, E5 and B8. RGB value is (250,229,184). Sum of RGB (Red+Green+Blue) = 250+229+184=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 184 (72.27% from 255 or 27.75% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5B8 is #051A47. Grayscale: #E6E6E6. Windows color (decimal): -334408 or 12117498. OLE color: 12117498.
HSL color Cylindrical-coordinate representation of color #FAE5B8: hue angle of 40.91º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE5B8 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 184 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.02 |
| HSL | 40.91º | 0.87% | 0.85% | - |
| HSV(B) | 40.91º | 0.26% | 0.98% | - |
| XYZ | 76.1 | 79.82 | 56.74 | - |
| YUV | 230.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 184 | 0 | 0.08 | 0.26 | 0.02 | 40.91 | 0.87 | 0.85 |
| Hex | FA | E5 | B8 | 0 | 8 | 1A | 2 | 29 | 57 | 55 |
| Octal | 372 | 345 | 270 | 0 | 10 | 32 | 2 | 51 | 127 | 125 |
| Binary | 11111010 | 11100101 | 10111000 | 0 | 1000 | 11010 | 10 | 101001 | 1010111 | 1010101 |
Color Harmonies of #FAE5B8
Complementary color
Monochromatic Colors of #FAE5B8
Black with #FAE5B8
Text Example
Text Example
White with #FAE5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5B8; }
p { color: rgb(250,229,184); }
H1.HeaderClassName
{
color: #FAE5B8;
}
.AnyTagClassName
{
color: #FAE5B8;
}
</style>
background-color css
<style>
a { background-color: #FAE5B8; }
a { background-color: rgb(250,229,184); }
div.DivClassName
{
background-color: #FAE5B8;
}
.BgClassName
{
background-color: #FAE5B8;
}
</style>
border-color css
<style>
span { border-color: #FAE5B8; }
span { border-color: rgb(250,229,184); }
td.TdClassName
{
border-color: #FAE5B8;
}
.TagClassName
{
border-color: #FAE5B8;
}
</style>