Shades of Tea Rose #FC89C1
Tints of Tea Rose #FC89C1
RGB
CMYK
RGB Variations
Color information
#FC89C1 (or 0xFC89C1) is known color: Tea Rose. HEX triplet: FC, 89 and C1. RGB value is (252,137,193). Sum of RGB (Red+Green+Blue) = 252+137+193=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C1 is #03763E. Grayscale: #B1B1B1. Windows color (decimal): -226879 or 12683772. OLE color: 12683772.
HSL color Cylindrical-coordinate representation of color #FC89C1: hue angle of 330.78º 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 #FC89C1 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 193 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.01 |
| HSL | 330.78º | 0.95% | 0.76% | - |
| HSV(B) | 330.78º | 0.46% | 0.99% | - |
| XYZ | 58.72 | 42.44 | 55.55 | - |
| YUV | 177.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 193 | 0 | 0.46 | 0.23 | 0.01 | 330.78 | 0.95 | 0.76 |
| Hex | FC | 89 | C1 | 0 | 2E | 17 | 1 | 14B | 5F | 4C |
| Octal | 374 | 211 | 301 | 0 | 56 | 27 | 1 | 513 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11000001 | 0 | 101110 | 10111 | 1 | 101001011 | 1011111 | 1001100 |
Color Harmonies of #FC89C1
Complementary color
Monochromatic Colors of #FC89C1
Black with #FC89C1
Text Example
Text Example
White with #FC89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89C1; }
p { color: rgb(252,137,193); }
H1.HeaderClassName
{
color: #FC89C1;
}
.AnyTagClassName
{
color: #FC89C1;
}
</style>
background-color css
<style>
a { background-color: #FC89C1; }
a { background-color: rgb(252,137,193); }
div.DivClassName
{
background-color: #FC89C1;
}
.BgClassName
{
background-color: #FC89C1;
}
</style>
border-color css
<style>
span { border-color: #FC89C1; }
span { border-color: rgb(252,137,193); }
td.TdClassName
{
border-color: #FC89C1;
}
.TagClassName
{
border-color: #FC89C1;
}
</style>