Shades of Tea Rose #FC86D3
Tints of Tea Rose #FC86D3
RGB
CMYK
RGB Variations
Color information
#FC86D3 (or 0xFC86D3) is known color: Tea Rose. HEX triplet: FC, 86 and D3. RGB value is (252,134,211). Sum of RGB (Red+Green+Blue) = 252+134+211=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D3 is #03792C. Grayscale: #B1B1B1. Windows color (decimal): -227629 or 13862652. OLE color: 13862652.
HSL color Cylindrical-coordinate representation of color #FC86D3: hue angle of 320.85º 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 #FC86D3 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 211 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.01 |
| HSL | 320.85º | 0.95% | 0.76% | - |
| HSV(B) | 320.85º | 0.47% | 0.99% | - |
| XYZ | 60.43 | 42.45 | 66.64 | - |
| YUV | 178.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 211 | 0 | 0.47 | 0.16 | 0.01 | 320.85 | 0.95 | 0.76 |
| Hex | FC | 86 | D3 | 0 | 2F | 10 | 1 | 141 | 5F | 4C |
| Octal | 374 | 206 | 323 | 0 | 57 | 20 | 1 | 501 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11010011 | 0 | 101111 | 10000 | 1 | 101000001 | 1011111 | 1001100 |
Color Harmonies of #FC86D3
Complementary color
Monochromatic Colors of #FC86D3
Black with #FC86D3
Text Example
Text Example
White with #FC86D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86D3; }
p { color: rgb(252,134,211); }
H1.HeaderClassName
{
color: #FC86D3;
}
.AnyTagClassName
{
color: #FC86D3;
}
</style>
background-color css
<style>
a { background-color: #FC86D3; }
a { background-color: rgb(252,134,211); }
div.DivClassName
{
background-color: #FC86D3;
}
.BgClassName
{
background-color: #FC86D3;
}
</style>
border-color css
<style>
span { border-color: #FC86D3; }
span { border-color: rgb(252,134,211); }
td.TdClassName
{
border-color: #FC86D3;
}
.TagClassName
{
border-color: #FC86D3;
}
</style>