Shades of Tea Rose #FF89BE
Tints of Tea Rose #FF89BE
RGB
CMYK
RGB Variations
Color information
#FF89BE (or 0xFF89BE) is known color: Tea Rose. HEX triplet: FF, 89 and BE. RGB value is (255,137,190). Sum of RGB (Red+Green+Blue) = 255+137+190=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89BE is #007641. Grayscale: #B2B2B2. Windows color (decimal): -30274 or 12487167. OLE color: 12487167.
HSL color Cylindrical-coordinate representation of color #FF89BE: hue angle of 333.05º 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 #FF89BE is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 190 | - |
| CMYK | 0 | 0.46 | 0.25 | 0 |
| HSL | 333.05º | 1% | 0.77% | - |
| HSV(B) | 333.05º | 0.46% | 1% | - |
| XYZ | 59.48 | 42.87 | 53.85 | - |
| YUV | 178.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 190 | 0 | 0.46 | 0.25 | 0 | 333.05 | 1 | 0.77 |
| Hex | FF | 89 | BE | 0 | 2E | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 211 | 276 | 0 | 56 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10111110 | 0 | 101110 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF89BE
Complementary color
Monochromatic Colors of #FF89BE
Black with #FF89BE
Text Example
Text Example
White with #FF89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89BE; }
p { color: rgb(255,137,190); }
H1.HeaderClassName
{
color: #FF89BE;
}
.AnyTagClassName
{
color: #FF89BE;
}
</style>
background-color css
<style>
a { background-color: #FF89BE; }
a { background-color: rgb(255,137,190); }
div.DivClassName
{
background-color: #FF89BE;
}
.BgClassName
{
background-color: #FF89BE;
}
</style>
border-color css
<style>
span { border-color: #FF89BE; }
span { border-color: rgb(255,137,190); }
td.TdClassName
{
border-color: #FF89BE;
}
.TagClassName
{
border-color: #FF89BE;
}
</style>