Shades of Tea Rose #FC86CA
Tints of Tea Rose #FC86CA
RGB
CMYK
RGB Variations
Color information
#FC86CA (or 0xFC86CA) is known color: Tea Rose. HEX triplet: FC, 86 and CA. RGB value is (252,134,202). Sum of RGB (Red+Green+Blue) = 252+134+202=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86CA is #037935. Grayscale: #B0B0B0. Windows color (decimal): -227638 or 13272828. OLE color: 13272828.
HSL color Cylindrical-coordinate representation of color #FC86CA: hue angle of 325.42º 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 #FC86CA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 202 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.01 |
| HSL | 325.42º | 0.95% | 0.76% | - |
| HSV(B) | 325.42º | 0.47% | 0.99% | - |
| XYZ | 59.33 | 42.01 | 60.86 | - |
| YUV | 177.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 202 | 0 | 0.47 | 0.20 | 0.01 | 325.42 | 0.95 | 0.76 |
| Hex | FC | 86 | CA | 0 | 2F | 14 | 1 | 145 | 5F | 4C |
| Octal | 374 | 206 | 312 | 0 | 57 | 24 | 1 | 505 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11001010 | 0 | 101111 | 10100 | 1 | 101000101 | 1011111 | 1001100 |
Color Harmonies of #FC86CA
Complementary color
Monochromatic Colors of #FC86CA
Black with #FC86CA
Text Example
Text Example
White with #FC86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86CA; }
p { color: rgb(252,134,202); }
H1.HeaderClassName
{
color: #FC86CA;
}
.AnyTagClassName
{
color: #FC86CA;
}
</style>
background-color css
<style>
a { background-color: #FC86CA; }
a { background-color: rgb(252,134,202); }
div.DivClassName
{
background-color: #FC86CA;
}
.BgClassName
{
background-color: #FC86CA;
}
</style>
border-color css
<style>
span { border-color: #FC86CA; }
span { border-color: rgb(252,134,202); }
td.TdClassName
{
border-color: #FC86CA;
}
.TagClassName
{
border-color: #FC86CA;
}
</style>