Shades of Barley White #FDEABA
Tints of Barley White #FDEABA
RGB
CMYK
RGB Variations
Color information
#FDEABA (or 0xFDEABA) is known color: Barley White. HEX triplet: FD, EA and BA. RGB value is (253,234,186). Sum of RGB (Red+Green+Blue) = 253+234+186=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEABA is #021545. Grayscale: #EAEAEA. Windows color (decimal): -136518 or 12249853. OLE color: 12249853.
HSL color Cylindrical-coordinate representation of color #FDEABA: hue angle of 42.99º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDEABA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 186 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 42.99º | 0.94% | 0.86% | - |
| HSV(B) | 42.99º | 0.26% | 0.99% | - |
| XYZ | 78.79 | 83.27 | 58.37 | - |
| YUV | 234.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 186 | 0 | 0.08 | 0.26 | 0.01 | 42.99 | 0.94 | 0.86 |
| Hex | FD | EA | BA | 0 | 8 | 1A | 1 | 2B | 5E | 56 |
| Octal | 375 | 352 | 272 | 0 | 10 | 32 | 1 | 53 | 136 | 126 |
| Binary | 11111101 | 11101010 | 10111010 | 0 | 1000 | 11010 | 1 | 101011 | 1011110 | 1010110 |
Color Harmonies of #FDEABA
Complementary color
Monochromatic Colors of #FDEABA
Black with #FDEABA
Text Example
Text Example
White with #FDEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEABA; }
p { color: rgb(253,234,186); }
H1.HeaderClassName
{
color: #FDEABA;
}
.AnyTagClassName
{
color: #FDEABA;
}
</style>
background-color css
<style>
a { background-color: #FDEABA; }
a { background-color: rgb(253,234,186); }
div.DivClassName
{
background-color: #FDEABA;
}
.BgClassName
{
background-color: #FDEABA;
}
</style>
border-color css
<style>
span { border-color: #FDEABA; }
span { border-color: rgb(253,234,186); }
td.TdClassName
{
border-color: #FDEABA;
}
.TagClassName
{
border-color: #FDEABA;
}
</style>