Shades of Tea Rose #FC86CF
Tints of Tea Rose #FC86CF
RGB
CMYK
RGB Variations
Color information
#FC86CF (or 0xFC86CF) is known color: Tea Rose. HEX triplet: FC, 86 and CF. RGB value is (252,134,207). Sum of RGB (Red+Green+Blue) = 252+134+207=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86CF is #037930. Grayscale: #B1B1B1. Windows color (decimal): -227633 or 13600508. OLE color: 13600508.
HSL color Cylindrical-coordinate representation of color #FC86CF: hue angle of 322.88º 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 #FC86CF is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 207 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.01 |
| HSL | 322.88º | 0.95% | 0.76% | - |
| HSV(B) | 322.88º | 0.47% | 0.99% | - |
| XYZ | 59.93 | 42.25 | 64.03 | - |
| YUV | 177.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 207 | 0 | 0.47 | 0.18 | 0.01 | 322.88 | 0.95 | 0.76 |
| Hex | FC | 86 | CF | 0 | 2F | 12 | 1 | 143 | 5F | 4C |
| Octal | 374 | 206 | 317 | 0 | 57 | 22 | 1 | 503 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11001111 | 0 | 101111 | 10010 | 1 | 101000011 | 1011111 | 1001100 |
Color Harmonies of #FC86CF
Complementary color
Monochromatic Colors of #FC86CF
Black with #FC86CF
Text Example
Text Example
White with #FC86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86CF; }
p { color: rgb(252,134,207); }
H1.HeaderClassName
{
color: #FC86CF;
}
.AnyTagClassName
{
color: #FC86CF;
}
</style>
background-color css
<style>
a { background-color: #FC86CF; }
a { background-color: rgb(252,134,207); }
div.DivClassName
{
background-color: #FC86CF;
}
.BgClassName
{
background-color: #FC86CF;
}
</style>
border-color css
<style>
span { border-color: #FC86CF; }
span { border-color: rgb(252,134,207); }
td.TdClassName
{
border-color: #FC86CF;
}
.TagClassName
{
border-color: #FC86CF;
}
</style>