Shades of Tea Rose #FF89BB
Tints of Tea Rose #FF89BB
RGB
CMYK
RGB Variations
Color information
#FF89BB (or 0xFF89BB) is known color: Tea Rose. HEX triplet: FF, 89 and BB. RGB value is (255,137,187). Sum of RGB (Red+Green+Blue) = 255+137+187=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89BB is #007644. Grayscale: #B1B1B1. Windows color (decimal): -30277 or 12290559. OLE color: 12290559.
HSL color Cylindrical-coordinate representation of color #FF89BB: hue angle of 334.58º 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 #FF89BB is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 187 | - |
| CMYK | 0 | 0.46 | 0.27 | 0 |
| HSL | 334.58º | 1% | 0.77% | - |
| HSV(B) | 334.58º | 0.46% | 1% | - |
| XYZ | 59.16 | 42.74 | 52.15 | - |
| YUV | 177.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 187 | 0 | 0.46 | 0.27 | 0 | 334.58 | 1 | 0.77 |
| Hex | FF | 89 | BB | 0 | 2E | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 211 | 273 | 0 | 56 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10111011 | 0 | 101110 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF89BB
Complementary color
Monochromatic Colors of #FF89BB
Black with #FF89BB
Text Example
Text Example
White with #FF89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89BB; }
p { color: rgb(255,137,187); }
H1.HeaderClassName
{
color: #FF89BB;
}
.AnyTagClassName
{
color: #FF89BB;
}
</style>
background-color css
<style>
a { background-color: #FF89BB; }
a { background-color: rgb(255,137,187); }
div.DivClassName
{
background-color: #FF89BB;
}
.BgClassName
{
background-color: #FF89BB;
}
</style>
border-color css
<style>
span { border-color: #FF89BB; }
span { border-color: rgb(255,137,187); }
td.TdClassName
{
border-color: #FF89BB;
}
.TagClassName
{
border-color: #FF89BB;
}
</style>