Shades of Tea Rose #FC89C0
Tints of Tea Rose #FC89C0
RGB
CMYK
RGB Variations
Color information
#FC89C0 (or 0xFC89C0) is known color: Tea Rose. HEX triplet: FC, 89 and C0. RGB value is (252,137,192). Sum of RGB (Red+Green+Blue) = 252+137+192=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C0 is #03763F. Grayscale: #B1B1B1. Windows color (decimal): -226880 or 12618236. OLE color: 12618236.
HSL color Cylindrical-coordinate representation of color #FC89C0: hue angle of 331.3º 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 #FC89C0 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 192 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.01 |
| HSL | 331.3º | 0.95% | 0.76% | - |
| HSV(B) | 331.3º | 0.46% | 0.99% | - |
| XYZ | 58.6 | 42.39 | 54.96 | - |
| YUV | 177.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 192 | 0 | 0.46 | 0.24 | 0.01 | 331.3 | 0.95 | 0.76 |
| Hex | FC | 89 | C0 | 0 | 2E | 18 | 1 | 14B | 5F | 4C |
| Octal | 374 | 211 | 300 | 0 | 56 | 30 | 1 | 513 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11000000 | 0 | 101110 | 11000 | 1 | 101001011 | 1011111 | 1001100 |
Color Harmonies of #FC89C0
Complementary color
Monochromatic Colors of #FC89C0
Black with #FC89C0
Text Example
Text Example
White with #FC89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89C0; }
p { color: rgb(252,137,192); }
H1.HeaderClassName
{
color: #FC89C0;
}
.AnyTagClassName
{
color: #FC89C0;
}
</style>
background-color css
<style>
a { background-color: #FC89C0; }
a { background-color: rgb(252,137,192); }
div.DivClassName
{
background-color: #FC89C0;
}
.BgClassName
{
background-color: #FC89C0;
}
</style>
border-color css
<style>
span { border-color: #FC89C0; }
span { border-color: rgb(252,137,192); }
td.TdClassName
{
border-color: #FC89C0;
}
.TagClassName
{
border-color: #FC89C0;
}
</style>