Shades of Rose Bud #FEB49E
Tints of Rose Bud #FEB49E
RGB
CMYK
RGB Variations
Color information
#FEB49E (or 0xFEB49E) is known color: Rose Bud. HEX triplet: FE, B4 and 9E. RGB value is (254,180,158). Sum of RGB (Red+Green+Blue) = 254+180+158=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB49E is #014B61. Grayscale: #C7C7C7. Windows color (decimal): -84834 or 10401022. OLE color: 10401022.
HSL color Cylindrical-coordinate representation of color #FEB49E: hue angle of 13.75º 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 #FEB49E is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 158 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.00 |
| HSL | 13.75º | 0.98% | 0.81% | - |
| HSV(B) | 13.75º | 0.38% | 1% | - |
| XYZ | 63.37 | 56.18 | 39.85 | - |
| YUV | 199.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 158 | 0 | 0.29 | 0.38 | 0.00 | 13.75 | 0.98 | 0.81 |
| Hex | FE | B4 | 9E | 0 | 1D | 26 | 0 | E | 62 | 51 |
| Octal | 376 | 264 | 236 | 0 | 35 | 46 | 0 | 16 | 142 | 121 |
| Binary | 11111110 | 10110100 | 10011110 | 0 | 11101 | 100110 | 0 | 1110 | 1100010 | 1010001 |
Color Harmonies of #FEB49E
Complementary color
Monochromatic Colors of #FEB49E
Black with #FEB49E
Text Example
Text Example
White with #FEB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB49E; }
p { color: rgb(254,180,158); }
H1.HeaderClassName
{
color: #FEB49E;
}
.AnyTagClassName
{
color: #FEB49E;
}
</style>
background-color css
<style>
a { background-color: #FEB49E; }
a { background-color: rgb(254,180,158); }
div.DivClassName
{
background-color: #FEB49E;
}
.BgClassName
{
background-color: #FEB49E;
}
</style>
border-color css
<style>
span { border-color: #FEB49E; }
span { border-color: rgb(254,180,158); }
td.TdClassName
{
border-color: #FEB49E;
}
.TagClassName
{
border-color: #FEB49E;
}
</style>