Shades of Barley White #FDE9BB
Tints of Barley White #FDE9BB
RGB
CMYK
RGB Variations
Color information
#FDE9BB (or 0xFDE9BB) is known color: Barley White. HEX triplet: FD, E9 and BB. RGB value is (253,233,187). Sum of RGB (Red+Green+Blue) = 253+233+187=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9BB is #021644. Grayscale: #E9E9E9. Windows color (decimal): -136773 or 12315133. OLE color: 12315133.
HSL color Cylindrical-coordinate representation of color #FDE9BB: hue angle of 41.82º 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 #FDE9BB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 187 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.01 |
| HSL | 41.82º | 0.94% | 0.86% | - |
| HSV(B) | 41.82º | 0.26% | 0.99% | - |
| XYZ | 78.62 | 82.75 | 58.84 | - |
| YUV | 233.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 187 | 0 | 0.08 | 0.26 | 0.01 | 41.82 | 0.94 | 0.86 |
| Hex | FD | E9 | BB | 0 | 8 | 1A | 1 | 2A | 5E | 56 |
| Octal | 375 | 351 | 273 | 0 | 10 | 32 | 1 | 52 | 136 | 126 |
| Binary | 11111101 | 11101001 | 10111011 | 0 | 1000 | 11010 | 1 | 101010 | 1011110 | 1010110 |
Color Harmonies of #FDE9BB
Complementary color
Monochromatic Colors of #FDE9BB
Black with #FDE9BB
Text Example
Text Example
White with #FDE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9BB; }
p { color: rgb(253,233,187); }
H1.HeaderClassName
{
color: #FDE9BB;
}
.AnyTagClassName
{
color: #FDE9BB;
}
</style>
background-color css
<style>
a { background-color: #FDE9BB; }
a { background-color: rgb(253,233,187); }
div.DivClassName
{
background-color: #FDE9BB;
}
.BgClassName
{
background-color: #FDE9BB;
}
</style>
border-color css
<style>
span { border-color: #FDE9BB; }
span { border-color: rgb(253,233,187); }
td.TdClassName
{
border-color: #FDE9BB;
}
.TagClassName
{
border-color: #FDE9BB;
}
</style>