Shades of Tea Rose #FC87CE
Tints of Tea Rose #FC87CE
RGB
CMYK
RGB Variations
Color information
#FC87CE (or 0xFC87CE) is known color: Tea Rose. HEX triplet: FC, 87 and CE. RGB value is (252,135,206). Sum of RGB (Red+Green+Blue) = 252+135+206=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87CE is #037831. Grayscale: #B1B1B1. Windows color (decimal): -227378 or 13535228. OLE color: 13535228.
HSL color Cylindrical-coordinate representation of color #FC87CE: hue angle of 323.59º 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 #FC87CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 206 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.01 |
| HSL | 323.59º | 0.95% | 0.76% | - |
| HSV(B) | 323.59º | 0.46% | 0.99% | - |
| XYZ | 59.95 | 42.48 | 63.43 | - |
| YUV | 178.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 206 | 0 | 0.46 | 0.18 | 0.01 | 323.59 | 0.95 | 0.76 |
| Hex | FC | 87 | CE | 0 | 2E | 12 | 1 | 144 | 5F | 4C |
| Octal | 374 | 207 | 316 | 0 | 56 | 22 | 1 | 504 | 137 | 114 |
| Binary | 11111100 | 10000111 | 11001110 | 0 | 101110 | 10010 | 1 | 101000100 | 1011111 | 1001100 |
Color Harmonies of #FC87CE
Complementary color
Monochromatic Colors of #FC87CE
Black with #FC87CE
Text Example
Text Example
White with #FC87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC87CE; }
p { color: rgb(252,135,206); }
H1.HeaderClassName
{
color: #FC87CE;
}
.AnyTagClassName
{
color: #FC87CE;
}
</style>
background-color css
<style>
a { background-color: #FC87CE; }
a { background-color: rgb(252,135,206); }
div.DivClassName
{
background-color: #FC87CE;
}
.BgClassName
{
background-color: #FC87CE;
}
</style>
border-color css
<style>
span { border-color: #FC87CE; }
span { border-color: rgb(252,135,206); }
td.TdClassName
{
border-color: #FC87CE;
}
.TagClassName
{
border-color: #FC87CE;
}
</style>