Shades of Tea Rose #FF89CA
Tints of Tea Rose #FF89CA
RGB
CMYK
RGB Variations
Color information
#FF89CA (or 0xFF89CA) is known color: Tea Rose. HEX triplet: FF, 89 and CA. RGB value is (255,137,202). Sum of RGB (Red+Green+Blue) = 255+137+202=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89CA is #007635. Grayscale: #B3B3B3. Windows color (decimal): -30262 or 13273599. OLE color: 13273599.
HSL color Cylindrical-coordinate representation of color #FF89CA: hue angle of 326.95º 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 #FF89CA is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 202 | - |
| CMYK | 0 | 0.46 | 0.21 | 0 |
| HSL | 326.95º | 1% | 0.77% | - |
| HSV(B) | 326.95º | 0.46% | 1% | - |
| XYZ | 60.85 | 43.42 | 61.05 | - |
| YUV | 179.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 202 | 0 | 0.46 | 0.21 | 0 | 326.95 | 1 | 0.77 |
| Hex | FF | 89 | CA | 0 | 2E | 15 | 0 | 147 | 64 | 4D |
| Octal | 377 | 211 | 312 | 0 | 56 | 25 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11001010 | 0 | 101110 | 10101 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF89CA
Complementary color
Monochromatic Colors of #FF89CA
Black with #FF89CA
Text Example
Text Example
White with #FF89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89CA; }
p { color: rgb(255,137,202); }
H1.HeaderClassName
{
color: #FF89CA;
}
.AnyTagClassName
{
color: #FF89CA;
}
</style>
background-color css
<style>
a { background-color: #FF89CA; }
a { background-color: rgb(255,137,202); }
div.DivClassName
{
background-color: #FF89CA;
}
.BgClassName
{
background-color: #FF89CA;
}
</style>
border-color css
<style>
span { border-color: #FF89CA; }
span { border-color: rgb(255,137,202); }
td.TdClassName
{
border-color: #FF89CA;
}
.TagClassName
{
border-color: #FF89CA;
}
</style>