Shades of Tea Rose #FC89C7
Tints of Tea Rose #FC89C7
RGB
CMYK
RGB Variations
Color information
#FC89C7 (or 0xFC89C7) is known color: Tea Rose. HEX triplet: FC, 89 and C7. RGB value is (252,137,199). Sum of RGB (Red+Green+Blue) = 252+137+199=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C7 is #037638. Grayscale: #B2B2B2. Windows color (decimal): -226873 or 13076988. OLE color: 13076988.
HSL color Cylindrical-coordinate representation of color #FC89C7: hue angle of 327.65º 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 #FC89C7 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 199 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.01 |
| HSL | 327.65º | 0.95% | 0.76% | - |
| HSV(B) | 327.65º | 0.46% | 0.99% | - |
| XYZ | 59.4 | 42.71 | 59.15 | - |
| YUV | 178.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 199 | 0 | 0.46 | 0.21 | 0.01 | 327.65 | 0.95 | 0.76 |
| Hex | FC | 89 | C7 | 0 | 2E | 15 | 1 | 148 | 5F | 4C |
| Octal | 374 | 211 | 307 | 0 | 56 | 25 | 1 | 510 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11000111 | 0 | 101110 | 10101 | 1 | 101001000 | 1011111 | 1001100 |
Color Harmonies of #FC89C7
Complementary color
Monochromatic Colors of #FC89C7
Black with #FC89C7
Text Example
Text Example
White with #FC89C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89C7; }
p { color: rgb(252,137,199); }
H1.HeaderClassName
{
color: #FC89C7;
}
.AnyTagClassName
{
color: #FC89C7;
}
</style>
background-color css
<style>
a { background-color: #FC89C7; }
a { background-color: rgb(252,137,199); }
div.DivClassName
{
background-color: #FC89C7;
}
.BgClassName
{
background-color: #FC89C7;
}
</style>
border-color css
<style>
span { border-color: #FC89C7; }
span { border-color: rgb(252,137,199); }
td.TdClassName
{
border-color: #FC89C7;
}
.TagClassName
{
border-color: #FC89C7;
}
</style>