Shades of Tea Rose #FF89BA
Tints of Tea Rose #FF89BA
RGB
CMYK
RGB Variations
Color information
#FF89BA (or 0xFF89BA) is known color: Tea Rose. HEX triplet: FF, 89 and BA. RGB value is (255,137,186). Sum of RGB (Red+Green+Blue) = 255+137+186=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89BA is #007645. Grayscale: #B1B1B1. Windows color (decimal): -30278 or 12225023. OLE color: 12225023.
HSL color Cylindrical-coordinate representation of color #FF89BA: hue angle of 335.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF89BA is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 186 | - |
| CMYK | 0 | 0.46 | 0.27 | 0 |
| HSL | 335.08º | 1% | 0.77% | - |
| HSV(B) | 335.08º | 0.46% | 1% | - |
| XYZ | 59.05 | 42.7 | 51.58 | - |
| YUV | 177.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 186 | 0 | 0.46 | 0.27 | 0 | 335.08 | 1 | 0.77 |
| Hex | FF | 89 | BA | 0 | 2E | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 211 | 272 | 0 | 56 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10111010 | 0 | 101110 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF89BA
Complementary color
Monochromatic Colors of #FF89BA
Black with #FF89BA
Text Example
Text Example
White with #FF89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89BA; }
p { color: rgb(255,137,186); }
H1.HeaderClassName
{
color: #FF89BA;
}
.AnyTagClassName
{
color: #FF89BA;
}
</style>
background-color css
<style>
a { background-color: #FF89BA; }
a { background-color: rgb(255,137,186); }
div.DivClassName
{
background-color: #FF89BA;
}
.BgClassName
{
background-color: #FF89BA;
}
</style>
border-color css
<style>
span { border-color: #FF89BA; }
span { border-color: rgb(255,137,186); }
td.TdClassName
{
border-color: #FF89BA;
}
.TagClassName
{
border-color: #FF89BA;
}
</style>