Shades of Tea Rose #FC86D2
Tints of Tea Rose #FC86D2
RGB
CMYK
RGB Variations
Color information
#FC86D2 (or 0xFC86D2) is known color: Tea Rose. HEX triplet: FC, 86 and D2. RGB value is (252,134,210). Sum of RGB (Red+Green+Blue) = 252+134+210=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D2 is #03792D. Grayscale: #B1B1B1. Windows color (decimal): -227630 or 13797116. OLE color: 13797116.
HSL color Cylindrical-coordinate representation of color #FC86D2: hue angle of 321.36º 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 #FC86D2 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 210 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.01 |
| HSL | 321.36º | 0.95% | 0.76% | - |
| HSV(B) | 321.36º | 0.47% | 0.99% | - |
| XYZ | 60.3 | 42.4 | 65.98 | - |
| YUV | 177.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 210 | 0 | 0.47 | 0.17 | 0.01 | 321.36 | 0.95 | 0.76 |
| Hex | FC | 86 | D2 | 0 | 2F | 11 | 1 | 141 | 5F | 4C |
| Octal | 374 | 206 | 322 | 0 | 57 | 21 | 1 | 501 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11010010 | 0 | 101111 | 10001 | 1 | 101000001 | 1011111 | 1001100 |
Color Harmonies of #FC86D2
Complementary color
Monochromatic Colors of #FC86D2
Black with #FC86D2
Text Example
Text Example
White with #FC86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86D2; }
p { color: rgb(252,134,210); }
H1.HeaderClassName
{
color: #FC86D2;
}
.AnyTagClassName
{
color: #FC86D2;
}
</style>
background-color css
<style>
a { background-color: #FC86D2; }
a { background-color: rgb(252,134,210); }
div.DivClassName
{
background-color: #FC86D2;
}
.BgClassName
{
background-color: #FC86D2;
}
</style>
border-color css
<style>
span { border-color: #FC86D2; }
span { border-color: rgb(252,134,210); }
td.TdClassName
{
border-color: #FC86D2;
}
.TagClassName
{
border-color: #FC86D2;
}
</style>