Shades of Tea Rose #FC89D0
Tints of Tea Rose #FC89D0
RGB
CMYK
RGB Variations
Color information
#FC89D0 (or 0xFC89D0) is known color: Tea Rose. HEX triplet: FC, 89 and D0. RGB value is (252,137,208). Sum of RGB (Red+Green+Blue) = 252+137+208=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D0 is #03762F. Grayscale: #B3B3B3. Windows color (decimal): -226864 or 13666812. OLE color: 13666812.
HSL color Cylindrical-coordinate representation of color #FC89D0: hue angle of 322.96º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89D0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 208 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.01 |
| HSL | 322.96º | 0.95% | 0.76% | - |
| HSV(B) | 322.96º | 0.46% | 0.99% | - |
| XYZ | 60.48 | 43.14 | 64.81 | - |
| YUV | 179.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 208 | 0 | 0.46 | 0.17 | 0.01 | 322.96 | 0.95 | 0.76 |
| Hex | FC | 89 | D0 | 0 | 2E | 11 | 1 | 143 | 5F | 4C |
| Octal | 374 | 211 | 320 | 0 | 56 | 21 | 1 | 503 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11010000 | 0 | 101110 | 10001 | 1 | 101000011 | 1011111 | 1001100 |
Color Harmonies of #FC89D0
Complementary color
Monochromatic Colors of #FC89D0
Black with #FC89D0
Text Example
Text Example
White with #FC89D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89D0; }
p { color: rgb(252,137,208); }
H1.HeaderClassName
{
color: #FC89D0;
}
.AnyTagClassName
{
color: #FC89D0;
}
</style>
background-color css
<style>
a { background-color: #FC89D0; }
a { background-color: rgb(252,137,208); }
div.DivClassName
{
background-color: #FC89D0;
}
.BgClassName
{
background-color: #FC89D0;
}
</style>
border-color css
<style>
span { border-color: #FC89D0; }
span { border-color: rgb(252,137,208); }
td.TdClassName
{
border-color: #FC89D0;
}
.TagClassName
{
border-color: #FC89D0;
}
</style>