Shades of Tea Rose #FC87D1
Tints of Tea Rose #FC87D1
RGB
CMYK
RGB Variations
Color information
#FC87D1 (or 0xFC87D1) is known color: Tea Rose. HEX triplet: FC, 87 and D1. RGB value is (252,135,209). Sum of RGB (Red+Green+Blue) = 252+135+209=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87D1 is #03782E. Grayscale: #B2B2B2. Windows color (decimal): -227375 or 13731836. OLE color: 13731836.
HSL color Cylindrical-coordinate representation of color #FC87D1: hue angle of 322.05º 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 #FC87D1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 209 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.01 |
| HSL | 322.05º | 0.95% | 0.76% | - |
| HSV(B) | 322.05º | 0.46% | 0.99% | - |
| XYZ | 60.32 | 42.63 | 65.37 | - |
| YUV | 178.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 209 | 0 | 0.46 | 0.17 | 0.01 | 322.05 | 0.95 | 0.76 |
| Hex | FC | 87 | D1 | 0 | 2E | 11 | 1 | 142 | 5F | 4C |
| Octal | 374 | 207 | 321 | 0 | 56 | 21 | 1 | 502 | 137 | 114 |
| Binary | 11111100 | 10000111 | 11010001 | 0 | 101110 | 10001 | 1 | 101000010 | 1011111 | 1001100 |
Color Harmonies of #FC87D1
Complementary color
Monochromatic Colors of #FC87D1
Black with #FC87D1
Text Example
Text Example
White with #FC87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC87D1; }
p { color: rgb(252,135,209); }
H1.HeaderClassName
{
color: #FC87D1;
}
.AnyTagClassName
{
color: #FC87D1;
}
</style>
background-color css
<style>
a { background-color: #FC87D1; }
a { background-color: rgb(252,135,209); }
div.DivClassName
{
background-color: #FC87D1;
}
.BgClassName
{
background-color: #FC87D1;
}
</style>
border-color css
<style>
span { border-color: #FC87D1; }
span { border-color: rgb(252,135,209); }
td.TdClassName
{
border-color: #FC87D1;
}
.TagClassName
{
border-color: #FC87D1;
}
</style>