Shades of Tea Rose #FC87C2
Tints of Tea Rose #FC87C2
RGB
CMYK
RGB Variations
Color information
#FC87C2 (or 0xFC87C2) is known color: Tea Rose. HEX triplet: FC, 87 and C2. RGB value is (252,135,194). Sum of RGB (Red+Green+Blue) = 252+135+194=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87C2 is #03783D. Grayscale: #B0B0B0. Windows color (decimal): -227390 or 12748796. OLE color: 12748796.
HSL color Cylindrical-coordinate representation of color #FC87C2: hue angle of 329.74º 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 #FC87C2 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 194 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.01 |
| HSL | 329.74º | 0.95% | 0.76% | - |
| HSV(B) | 329.74º | 0.46% | 0.99% | - |
| XYZ | 58.55 | 41.92 | 56.04 | - |
| YUV | 176.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 194 | 0 | 0.46 | 0.23 | 0.01 | 329.74 | 0.95 | 0.76 |
| Hex | FC | 87 | C2 | 0 | 2E | 17 | 1 | 14A | 5F | 4C |
| Octal | 374 | 207 | 302 | 0 | 56 | 27 | 1 | 512 | 137 | 114 |
| Binary | 11111100 | 10000111 | 11000010 | 0 | 101110 | 10111 | 1 | 101001010 | 1011111 | 1001100 |
Color Harmonies of #FC87C2
Complementary color
Monochromatic Colors of #FC87C2
Black with #FC87C2
Text Example
Text Example
White with #FC87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC87C2; }
p { color: rgb(252,135,194); }
H1.HeaderClassName
{
color: #FC87C2;
}
.AnyTagClassName
{
color: #FC87C2;
}
</style>
background-color css
<style>
a { background-color: #FC87C2; }
a { background-color: rgb(252,135,194); }
div.DivClassName
{
background-color: #FC87C2;
}
.BgClassName
{
background-color: #FC87C2;
}
</style>
border-color css
<style>
span { border-color: #FC87C2; }
span { border-color: rgb(252,135,194); }
td.TdClassName
{
border-color: #FC87C2;
}
.TagClassName
{
border-color: #FC87C2;
}
</style>