Shades of Tea Rose #FC86D0
Tints of Tea Rose #FC86D0
RGB
CMYK
RGB Variations
Color information
#FC86D0 (or 0xFC86D0) is known color: Tea Rose. HEX triplet: FC, 86 and D0. RGB value is (252,134,208). Sum of RGB (Red+Green+Blue) = 252+134+208=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D0 is #03792F. Grayscale: #B1B1B1. Windows color (decimal): -227632 or 13666044. OLE color: 13666044.
HSL color Cylindrical-coordinate representation of color #FC86D0: hue angle of 322.37º 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 #FC86D0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 208 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.01 |
| HSL | 322.37º | 0.95% | 0.76% | - |
| HSV(B) | 322.37º | 0.47% | 0.99% | - |
| XYZ | 60.06 | 42.3 | 64.67 | - |
| YUV | 177.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 208 | 0 | 0.47 | 0.17 | 0.01 | 322.37 | 0.95 | 0.76 |
| Hex | FC | 86 | D0 | 0 | 2F | 11 | 1 | 142 | 5F | 4C |
| Octal | 374 | 206 | 320 | 0 | 57 | 21 | 1 | 502 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11010000 | 0 | 101111 | 10001 | 1 | 101000010 | 1011111 | 1001100 |
Color Harmonies of #FC86D0
Complementary color
Monochromatic Colors of #FC86D0
Black with #FC86D0
Text Example
Text Example
White with #FC86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86D0; }
p { color: rgb(252,134,208); }
H1.HeaderClassName
{
color: #FC86D0;
}
.AnyTagClassName
{
color: #FC86D0;
}
</style>
background-color css
<style>
a { background-color: #FC86D0; }
a { background-color: rgb(252,134,208); }
div.DivClassName
{
background-color: #FC86D0;
}
.BgClassName
{
background-color: #FC86D0;
}
</style>
border-color css
<style>
span { border-color: #FC86D0; }
span { border-color: rgb(252,134,208); }
td.TdClassName
{
border-color: #FC86D0;
}
.TagClassName
{
border-color: #FC86D0;
}
</style>