Shades of Tea Rose #FC89D1
Tints of Tea Rose #FC89D1
RGB
CMYK
RGB Variations
Color information
#FC89D1 (or 0xFC89D1) is known color: Tea Rose. HEX triplet: FC, 89 and D1. RGB value is (252,137,209). Sum of RGB (Red+Green+Blue) = 252+137+209=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D1 is #03762E. Grayscale: #B3B3B3. Windows color (decimal): -226863 or 13732348. OLE color: 13732348.
HSL color Cylindrical-coordinate representation of color #FC89D1: hue angle of 322.43º 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 #FC89D1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 209 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.01 |
| HSL | 322.43º | 0.95% | 0.76% | - |
| HSV(B) | 322.43º | 0.46% | 0.99% | - |
| XYZ | 60.6 | 43.19 | 65.46 | - |
| YUV | 179.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 209 | 0 | 0.46 | 0.17 | 0.01 | 322.43 | 0.95 | 0.76 |
| Hex | FC | 89 | D1 | 0 | 2E | 11 | 1 | 142 | 5F | 4C |
| Octal | 374 | 211 | 321 | 0 | 56 | 21 | 1 | 502 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11010001 | 0 | 101110 | 10001 | 1 | 101000010 | 1011111 | 1001100 |
Color Harmonies of #FC89D1
Complementary color
Monochromatic Colors of #FC89D1
Black with #FC89D1
Text Example
Text Example
White with #FC89D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89D1; }
p { color: rgb(252,137,209); }
H1.HeaderClassName
{
color: #FC89D1;
}
.AnyTagClassName
{
color: #FC89D1;
}
</style>
background-color css
<style>
a { background-color: #FC89D1; }
a { background-color: rgb(252,137,209); }
div.DivClassName
{
background-color: #FC89D1;
}
.BgClassName
{
background-color: #FC89D1;
}
</style>
border-color css
<style>
span { border-color: #FC89D1; }
span { border-color: rgb(252,137,209); }
td.TdClassName
{
border-color: #FC89D1;
}
.TagClassName
{
border-color: #FC89D1;
}
</style>