Shades of Tea Rose #FE89BA
Tints of Tea Rose #FE89BA
RGB
CMYK
RGB Variations
Color information
#FE89BA (or 0xFE89BA) is known color: Tea Rose. HEX triplet: FE, 89 and BA. RGB value is (254,137,186). Sum of RGB (Red+Green+Blue) = 254+137+186=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89BA is #017645. Grayscale: #B1B1B1. Windows color (decimal): -95814 or 12225022. OLE color: 12225022.
HSL color Cylindrical-coordinate representation of color #FE89BA: hue angle of 334.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89BA is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 186 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.00 |
| HSL | 334.87º | 0.98% | 0.77% | - |
| HSV(B) | 334.87º | 0.46% | 1% | - |
| XYZ | 58.68 | 42.51 | 51.57 | - |
| YUV | 177.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 186 | 0 | 0.46 | 0.27 | 0.00 | 334.87 | 0.98 | 0.77 |
| Hex | FE | 89 | BA | 0 | 2E | 1B | 0 | 14F | 62 | 4D |
| Octal | 376 | 211 | 272 | 0 | 56 | 33 | 0 | 517 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10111010 | 0 | 101110 | 11011 | 0 | 101001111 | 1100010 | 1001101 |
Color Harmonies of #FE89BA
Complementary color
Monochromatic Colors of #FE89BA
Black with #FE89BA
Text Example
Text Example
White with #FE89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89BA; }
p { color: rgb(254,137,186); }
H1.HeaderClassName
{
color: #FE89BA;
}
.AnyTagClassName
{
color: #FE89BA;
}
</style>
background-color css
<style>
a { background-color: #FE89BA; }
a { background-color: rgb(254,137,186); }
div.DivClassName
{
background-color: #FE89BA;
}
.BgClassName
{
background-color: #FE89BA;
}
</style>
border-color css
<style>
span { border-color: #FE89BA; }
span { border-color: rgb(254,137,186); }
td.TdClassName
{
border-color: #FE89BA;
}
.TagClassName
{
border-color: #FE89BA;
}
</style>