Shades of Tea Rose #FF89C9
Tints of Tea Rose #FF89C9
RGB
CMYK
RGB Variations
Color information
#FF89C9 (or 0xFF89C9) is known color: Tea Rose. HEX triplet: FF, 89 and C9. RGB value is (255,137,201). Sum of RGB (Red+Green+Blue) = 255+137+201=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89C9 is #007636. Grayscale: #B3B3B3. Windows color (decimal): -30263 or 13208063. OLE color: 13208063.
HSL color Cylindrical-coordinate representation of color #FF89C9: hue angle of 327.46º 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 #FF89C9 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 201 | - |
| CMYK | 0 | 0.46 | 0.21 | 0 |
| HSL | 327.46º | 1% | 0.77% | - |
| HSV(B) | 327.46º | 0.46% | 1% | - |
| XYZ | 60.73 | 43.37 | 60.43 | - |
| YUV | 179.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 201 | 0 | 0.46 | 0.21 | 0 | 327.46 | 1 | 0.77 |
| Hex | FF | 89 | C9 | 0 | 2E | 15 | 0 | 147 | 64 | 4D |
| Octal | 377 | 211 | 311 | 0 | 56 | 25 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11001001 | 0 | 101110 | 10101 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF89C9
Complementary color
Monochromatic Colors of #FF89C9
Black with #FF89C9
Text Example
Text Example
White with #FF89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89C9; }
p { color: rgb(255,137,201); }
H1.HeaderClassName
{
color: #FF89C9;
}
.AnyTagClassName
{
color: #FF89C9;
}
</style>
background-color css
<style>
a { background-color: #FF89C9; }
a { background-color: rgb(255,137,201); }
div.DivClassName
{
background-color: #FF89C9;
}
.BgClassName
{
background-color: #FF89C9;
}
</style>
border-color css
<style>
span { border-color: #FF89C9; }
span { border-color: rgb(255,137,201); }
td.TdClassName
{
border-color: #FF89C9;
}
.TagClassName
{
border-color: #FF89C9;
}
</style>