Shades of Tea Rose #FF89C6
Tints of Tea Rose #FF89C6
RGB
CMYK
RGB Variations
Color information
#FF89C6 (or 0xFF89C6) is known color: Tea Rose. HEX triplet: FF, 89 and C6. RGB value is (255,137,198). Sum of RGB (Red+Green+Blue) = 255+137+198=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89C6 is #007639. Grayscale: #B3B3B3. Windows color (decimal): -30266 or 13011455. OLE color: 13011455.
HSL color Cylindrical-coordinate representation of color #FF89C6: hue angle of 328.98º 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 #FF89C6 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 198 | - |
| CMYK | 0 | 0.46 | 0.22 | 0 |
| HSL | 328.98º | 1% | 0.77% | - |
| HSV(B) | 328.98º | 0.46% | 1% | - |
| XYZ | 60.38 | 43.23 | 58.59 | - |
| YUV | 179.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 198 | 0 | 0.46 | 0.22 | 0 | 328.98 | 1 | 0.77 |
| Hex | FF | 89 | C6 | 0 | 2E | 16 | 0 | 149 | 64 | 4D |
| Octal | 377 | 211 | 306 | 0 | 56 | 26 | 0 | 511 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11000110 | 0 | 101110 | 10110 | 0 | 101001001 | 1100100 | 1001101 |
Color Harmonies of #FF89C6
Complementary color
Monochromatic Colors of #FF89C6
Black with #FF89C6
Text Example
Text Example
White with #FF89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89C6; }
p { color: rgb(255,137,198); }
H1.HeaderClassName
{
color: #FF89C6;
}
.AnyTagClassName
{
color: #FF89C6;
}
</style>
background-color css
<style>
a { background-color: #FF89C6; }
a { background-color: rgb(255,137,198); }
div.DivClassName
{
background-color: #FF89C6;
}
.BgClassName
{
background-color: #FF89C6;
}
</style>
border-color css
<style>
span { border-color: #FF89C6; }
span { border-color: rgb(255,137,198); }
td.TdClassName
{
border-color: #FF89C6;
}
.TagClassName
{
border-color: #FF89C6;
}
</style>