Shades of Tea Rose #FC86CC
Tints of Tea Rose #FC86CC
RGB
CMYK
RGB Variations
Color information
#FC86CC (or 0xFC86CC) is known color: Tea Rose. HEX triplet: FC, 86 and CC. RGB value is (252,134,204). Sum of RGB (Red+Green+Blue) = 252+134+204=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86CC is #037933. Grayscale: #B1B1B1. Windows color (decimal): -227636 or 13403900. OLE color: 13403900.
HSL color Cylindrical-coordinate representation of color #FC86CC: hue angle of 324.41º 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 #FC86CC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 204 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.01 |
| HSL | 324.41º | 0.95% | 0.76% | - |
| HSV(B) | 324.41º | 0.47% | 0.99% | - |
| XYZ | 59.57 | 42.11 | 62.11 | - |
| YUV | 177.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 204 | 0 | 0.47 | 0.19 | 0.01 | 324.41 | 0.95 | 0.76 |
| Hex | FC | 86 | CC | 0 | 2F | 13 | 1 | 144 | 5F | 4C |
| Octal | 374 | 206 | 314 | 0 | 57 | 23 | 1 | 504 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11001100 | 0 | 101111 | 10011 | 1 | 101000100 | 1011111 | 1001100 |
Color Harmonies of #FC86CC
Complementary color
Monochromatic Colors of #FC86CC
Black with #FC86CC
Text Example
Text Example
White with #FC86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86CC; }
p { color: rgb(252,134,204); }
H1.HeaderClassName
{
color: #FC86CC;
}
.AnyTagClassName
{
color: #FC86CC;
}
</style>
background-color css
<style>
a { background-color: #FC86CC; }
a { background-color: rgb(252,134,204); }
div.DivClassName
{
background-color: #FC86CC;
}
.BgClassName
{
background-color: #FC86CC;
}
</style>
border-color css
<style>
span { border-color: #FC86CC; }
span { border-color: rgb(252,134,204); }
td.TdClassName
{
border-color: #FC86CC;
}
.TagClassName
{
border-color: #FC86CC;
}
</style>