Shades of Rose Bud #FEA89E
Tints of Rose Bud #FEA89E
RGB
CMYK
RGB Variations
Color information
#FEA89E (or 0xFEA89E) is known color: Rose Bud. HEX triplet: FE, A8 and 9E. RGB value is (254,168,158). Sum of RGB (Red+Green+Blue) = 254+168+158=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA89E is #015761. Grayscale: #C0C0C0. Windows color (decimal): -87906 or 10397950. OLE color: 10397950.
HSL color Cylindrical-coordinate representation of color #FEA89E: hue angle of 6.25º 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 #FEA89E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 158 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.00 |
| HSL | 6.25º | 0.98% | 0.81% | - |
| HSV(B) | 6.25º | 0.38% | 1% | - |
| XYZ | 61.05 | 51.54 | 39.08 | - |
| YUV | 192.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 158 | 0 | 0.34 | 0.38 | 0.00 | 6.25 | 0.98 | 0.81 |
| Hex | FE | A8 | 9E | 0 | 22 | 26 | 0 | 6 | 62 | 51 |
| Octal | 376 | 250 | 236 | 0 | 42 | 46 | 0 | 6 | 142 | 121 |
| Binary | 11111110 | 10101000 | 10011110 | 0 | 100010 | 100110 | 0 | 110 | 1100010 | 1010001 |
Color Harmonies of #FEA89E
Complementary color
Monochromatic Colors of #FEA89E
Black with #FEA89E
Text Example
Text Example
White with #FEA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA89E; }
p { color: rgb(254,168,158); }
H1.HeaderClassName
{
color: #FEA89E;
}
.AnyTagClassName
{
color: #FEA89E;
}
</style>
background-color css
<style>
a { background-color: #FEA89E; }
a { background-color: rgb(254,168,158); }
div.DivClassName
{
background-color: #FEA89E;
}
.BgClassName
{
background-color: #FEA89E;
}
</style>
border-color css
<style>
span { border-color: #FEA89E; }
span { border-color: rgb(254,168,158); }
td.TdClassName
{
border-color: #FEA89E;
}
.TagClassName
{
border-color: #FEA89E;
}
</style>