Shades of Tea Rose #FF89CC
Tints of Tea Rose #FF89CC
RGB
CMYK
RGB Variations
Color information
#FF89CC (or 0xFF89CC) is known color: Tea Rose. HEX triplet: FF, 89 and CC. RGB value is (255,137,204). Sum of RGB (Red+Green+Blue) = 255+137+204=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89CC is #007633. Grayscale: #B3B3B3. Windows color (decimal): -30260 or 13404671. OLE color: 13404671.
HSL color Cylindrical-coordinate representation of color #FF89CC: hue angle of 325.93º 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 #FF89CC is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 204 | - |
| CMYK | 0 | 0.46 | 0.2 | 0 |
| HSL | 325.93º | 1% | 0.77% | - |
| HSV(B) | 325.93º | 0.46% | 1% | - |
| XYZ | 61.08 | 43.51 | 62.31 | - |
| YUV | 179.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 204 | 0 | 0.46 | 0.2 | 0 | 325.93 | 1 | 0.77 |
| Hex | FF | 89 | CC | 0 | 2E | 14 | 0 | 146 | 64 | 4D |
| Octal | 377 | 211 | 314 | 0 | 56 | 24 | 0 | 506 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11001100 | 0 | 101110 | 10100 | 0 | 101000110 | 1100100 | 1001101 |
Color Harmonies of #FF89CC
Complementary color
Monochromatic Colors of #FF89CC
Black with #FF89CC
Text Example
Text Example
White with #FF89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89CC; }
p { color: rgb(255,137,204); }
H1.HeaderClassName
{
color: #FF89CC;
}
.AnyTagClassName
{
color: #FF89CC;
}
</style>
background-color css
<style>
a { background-color: #FF89CC; }
a { background-color: rgb(255,137,204); }
div.DivClassName
{
background-color: #FF89CC;
}
.BgClassName
{
background-color: #FF89CC;
}
</style>
border-color css
<style>
span { border-color: #FF89CC; }
span { border-color: rgb(255,137,204); }
td.TdClassName
{
border-color: #FF89CC;
}
.TagClassName
{
border-color: #FF89CC;
}
</style>