Shades of Rose Bud #FEA89B
Tints of Rose Bud #FEA89B
RGB
CMYK
RGB Variations
Color information
#FEA89B (or 0xFEA89B) is known color: Rose Bud. HEX triplet: FE, A8 and 9B. RGB value is (254,168,155). Sum of RGB (Red+Green+Blue) = 254+168+155=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA89B is #015764. Grayscale: #C0C0C0. Windows color (decimal): -87909 or 10201342. OLE color: 10201342.
HSL color Cylindrical-coordinate representation of color #FEA89B: hue angle of 7.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEA89B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 155 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.00 |
| HSL | 7.88º | 0.98% | 0.8% | - |
| HSV(B) | 7.88º | 0.39% | 1% | - |
| XYZ | 60.79 | 51.44 | 37.74 | - |
| YUV | 192.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 155 | 0 | 0.34 | 0.39 | 0.00 | 7.88 | 0.98 | 0.8 |
| Hex | FE | A8 | 9B | 0 | 22 | 27 | 0 | 8 | 62 | 50 |
| Octal | 376 | 250 | 233 | 0 | 42 | 47 | 0 | 10 | 142 | 120 |
| Binary | 11111110 | 10101000 | 10011011 | 0 | 100010 | 100111 | 0 | 1000 | 1100010 | 1010000 |
Color Harmonies of #FEA89B
Complementary color
Monochromatic Colors of #FEA89B
Black with #FEA89B
Text Example
Text Example
White with #FEA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA89B; }
p { color: rgb(254,168,155); }
H1.HeaderClassName
{
color: #FEA89B;
}
.AnyTagClassName
{
color: #FEA89B;
}
</style>
background-color css
<style>
a { background-color: #FEA89B; }
a { background-color: rgb(254,168,155); }
div.DivClassName
{
background-color: #FEA89B;
}
.BgClassName
{
background-color: #FEA89B;
}
</style>
border-color css
<style>
span { border-color: #FEA89B; }
span { border-color: rgb(254,168,155); }
td.TdClassName
{
border-color: #FEA89B;
}
.TagClassName
{
border-color: #FEA89B;
}
</style>