Shades of Tea Rose #FC86C9
Tints of Tea Rose #FC86C9
RGB
CMYK
RGB Variations
Color information
#FC86C9 (or 0xFC86C9) is known color: Tea Rose. HEX triplet: FC, 86 and C9. RGB value is (252,134,201). Sum of RGB (Red+Green+Blue) = 252+134+201=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86C9 is #037936. Grayscale: #B0B0B0. Windows color (decimal): -227639 or 13207292. OLE color: 13207292.
HSL color Cylindrical-coordinate representation of color #FC86C9: hue angle of 325.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86C9 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 201 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.01 |
| HSL | 325.93º | 0.95% | 0.76% | - |
| HSV(B) | 325.93º | 0.47% | 0.99% | - |
| XYZ | 59.21 | 41.96 | 60.24 | - |
| YUV | 176.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 201 | 0 | 0.47 | 0.20 | 0.01 | 325.93 | 0.95 | 0.76 |
| Hex | FC | 86 | C9 | 0 | 2F | 14 | 1 | 146 | 5F | 4C |
| Octal | 374 | 206 | 311 | 0 | 57 | 24 | 1 | 506 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11001001 | 0 | 101111 | 10100 | 1 | 101000110 | 1011111 | 1001100 |
Color Harmonies of #FC86C9
Complementary color
Monochromatic Colors of #FC86C9
Black with #FC86C9
Text Example
Text Example
White with #FC86C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86C9; }
p { color: rgb(252,134,201); }
H1.HeaderClassName
{
color: #FC86C9;
}
.AnyTagClassName
{
color: #FC86C9;
}
</style>
background-color css
<style>
a { background-color: #FC86C9; }
a { background-color: rgb(252,134,201); }
div.DivClassName
{
background-color: #FC86C9;
}
.BgClassName
{
background-color: #FC86C9;
}
</style>
border-color css
<style>
span { border-color: #FC86C9; }
span { border-color: rgb(252,134,201); }
td.TdClassName
{
border-color: #FC86C9;
}
.TagClassName
{
border-color: #FC86C9;
}
</style>