Shades of Barley White #FDEABB
Tints of Barley White #FDEABB
RGB
CMYK
RGB Variations
Color information
#FDEABB (or 0xFDEABB) is known color: Barley White. HEX triplet: FD, EA and BB. RGB value is (253,234,187). Sum of RGB (Red+Green+Blue) = 253+234+187=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEABB is #021544. Grayscale: #EAEAEA. Windows color (decimal): -136517 or 12315389. OLE color: 12315389.
HSL color Cylindrical-coordinate representation of color #FDEABB: hue angle of 42.73º 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 #FDEABB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 187 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 42.73º | 0.94% | 0.86% | - |
| HSV(B) | 42.73º | 0.26% | 0.99% | - |
| XYZ | 78.9 | 83.32 | 58.94 | - |
| YUV | 234.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 187 | 0 | 0.08 | 0.26 | 0.01 | 42.73 | 0.94 | 0.86 |
| Hex | FD | EA | BB | 0 | 8 | 1A | 1 | 2B | 5E | 56 |
| Octal | 375 | 352 | 273 | 0 | 10 | 32 | 1 | 53 | 136 | 126 |
| Binary | 11111101 | 11101010 | 10111011 | 0 | 1000 | 11010 | 1 | 101011 | 1011110 | 1010110 |
Color Harmonies of #FDEABB
Complementary color
Monochromatic Colors of #FDEABB
Black with #FDEABB
Text Example
Text Example
White with #FDEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEABB; }
p { color: rgb(253,234,187); }
H1.HeaderClassName
{
color: #FDEABB;
}
.AnyTagClassName
{
color: #FDEABB;
}
</style>
background-color css
<style>
a { background-color: #FDEABB; }
a { background-color: rgb(253,234,187); }
div.DivClassName
{
background-color: #FDEABB;
}
.BgClassName
{
background-color: #FDEABB;
}
</style>
border-color css
<style>
span { border-color: #FDEABB; }
span { border-color: rgb(253,234,187); }
td.TdClassName
{
border-color: #FDEABB;
}
.TagClassName
{
border-color: #FDEABB;
}
</style>