Shades of Tea Rose #FF89C8
Tints of Tea Rose #FF89C8
RGB
CMYK
RGB Variations
Color information
#FF89C8 (or 0xFF89C8) is known color: Tea Rose. HEX triplet: FF, 89 and C8. RGB value is (255,137,200). Sum of RGB (Red+Green+Blue) = 255+137+200=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89C8 is #007637. Grayscale: #B3B3B3. Windows color (decimal): -30264 or 13142527. OLE color: 13142527.
HSL color Cylindrical-coordinate representation of color #FF89C8: hue angle of 327.97º 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 #FF89C8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 200 | - |
| CMYK | 0 | 0.46 | 0.22 | 0 |
| HSL | 327.97º | 1% | 0.77% | - |
| HSV(B) | 327.97º | 0.46% | 1% | - |
| XYZ | 60.61 | 43.32 | 59.81 | - |
| YUV | 179.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 200 | 0 | 0.46 | 0.22 | 0 | 327.97 | 1 | 0.77 |
| Hex | FF | 89 | C8 | 0 | 2E | 16 | 0 | 148 | 64 | 4D |
| Octal | 377 | 211 | 310 | 0 | 56 | 26 | 0 | 510 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11001000 | 0 | 101110 | 10110 | 0 | 101001000 | 1100100 | 1001101 |
Color Harmonies of #FF89C8
Complementary color
Monochromatic Colors of #FF89C8
Black with #FF89C8
Text Example
Text Example
White with #FF89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89C8; }
p { color: rgb(255,137,200); }
H1.HeaderClassName
{
color: #FF89C8;
}
.AnyTagClassName
{
color: #FF89C8;
}
</style>
background-color css
<style>
a { background-color: #FF89C8; }
a { background-color: rgb(255,137,200); }
div.DivClassName
{
background-color: #FF89C8;
}
.BgClassName
{
background-color: #FF89C8;
}
</style>
border-color css
<style>
span { border-color: #FF89C8; }
span { border-color: rgb(255,137,200); }
td.TdClassName
{
border-color: #FF89C8;
}
.TagClassName
{
border-color: #FF89C8;
}
</style>