Shades of Rose Bud #FEB59E
Tints of Rose Bud #FEB59E
RGB
CMYK
RGB Variations
Color information
#FEB59E (or 0xFEB59E) is known color: Rose Bud. HEX triplet: FE, B5 and 9E. RGB value is (254,181,158). Sum of RGB (Red+Green+Blue) = 254+181+158=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB59E is #014A61. Grayscale: #C8C8C8. Windows color (decimal): -84578 or 10401278. OLE color: 10401278.
HSL color Cylindrical-coordinate representation of color #FEB59E: hue angle of 14.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEB59E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.00 |
| HSL | 14.38º | 0.98% | 0.81% | - |
| HSV(B) | 14.38º | 0.38% | 1% | - |
| XYZ | 63.57 | 56.59 | 39.92 | - |
| YUV | 200.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 158 | 0 | 0.29 | 0.38 | 0.00 | 14.38 | 0.98 | 0.81 |
| Hex | FE | B5 | 9E | 0 | 1D | 26 | 0 | E | 62 | 51 |
| Octal | 376 | 265 | 236 | 0 | 35 | 46 | 0 | 16 | 142 | 121 |
| Binary | 11111110 | 10110101 | 10011110 | 0 | 11101 | 100110 | 0 | 1110 | 1100010 | 1010001 |
Color Harmonies of #FEB59E
Complementary color
Monochromatic Colors of #FEB59E
Black with #FEB59E
Text Example
Text Example
White with #FEB59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB59E; }
p { color: rgb(254,181,158); }
H1.HeaderClassName
{
color: #FEB59E;
}
.AnyTagClassName
{
color: #FEB59E;
}
</style>
background-color css
<style>
a { background-color: #FEB59E; }
a { background-color: rgb(254,181,158); }
div.DivClassName
{
background-color: #FEB59E;
}
.BgClassName
{
background-color: #FEB59E;
}
</style>
border-color css
<style>
span { border-color: #FEB59E; }
span { border-color: rgb(254,181,158); }
td.TdClassName
{
border-color: #FEB59E;
}
.TagClassName
{
border-color: #FEB59E;
}
</style>