Shades of Barley White #FAE7B8
Tints of Barley White #FAE7B8
RGB
CMYK
RGB Variations
Color information
#FAE7B8 (or 0xFAE7B8) is known color: Barley White. HEX triplet: FA, E7 and B8. RGB value is (250,231,184). Sum of RGB (Red+Green+Blue) = 250+231+184=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 184 (72.27% from 255 or 27.67% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7B8 is #051847. Grayscale: #E7E7E7. Windows color (decimal): -333896 or 12118010. OLE color: 12118010.
HSL color Cylindrical-coordinate representation of color #FAE7B8: hue angle of 42.73º 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 #FAE7B8 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 184 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.02 |
| HSL | 42.73º | 0.87% | 0.85% | - |
| HSV(B) | 42.73º | 0.26% | 0.98% | - |
| XYZ | 76.65 | 80.94 | 56.93 | - |
| YUV | 231.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 184 | 0 | 0.08 | 0.26 | 0.02 | 42.73 | 0.87 | 0.85 |
| Hex | FA | E7 | B8 | 0 | 8 | 1A | 2 | 2B | 57 | 55 |
| Octal | 372 | 347 | 270 | 0 | 10 | 32 | 2 | 53 | 127 | 125 |
| Binary | 11111010 | 11100111 | 10111000 | 0 | 1000 | 11010 | 10 | 101011 | 1010111 | 1010101 |
Color Harmonies of #FAE7B8
Complementary color
Monochromatic Colors of #FAE7B8
Black with #FAE7B8
Text Example
Text Example
White with #FAE7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7B8; }
p { color: rgb(250,231,184); }
H1.HeaderClassName
{
color: #FAE7B8;
}
.AnyTagClassName
{
color: #FAE7B8;
}
</style>
background-color css
<style>
a { background-color: #FAE7B8; }
a { background-color: rgb(250,231,184); }
div.DivClassName
{
background-color: #FAE7B8;
}
.BgClassName
{
background-color: #FAE7B8;
}
</style>
border-color css
<style>
span { border-color: #FAE7B8; }
span { border-color: rgb(250,231,184); }
td.TdClassName
{
border-color: #FAE7B8;
}
.TagClassName
{
border-color: #FAE7B8;
}
</style>