Shades of Tickle Me Pink #FC86A1
Tints of Tickle Me Pink #FC86A1
RGB
CMYK
RGB Variations
Color information
#FC86A1 (or 0xFC86A1) is known color: Tickle Me Pink. HEX triplet: FC, 86 and A1. RGB value is (252,134,161). Sum of RGB (Red+Green+Blue) = 252+134+161=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC86A1 is #03795E. Grayscale: #ACACAC. Windows color (decimal): -227679 or 10585852. OLE color: 10585852.
HSL color Cylindrical-coordinate representation of color #FC86A1: hue angle of 346.27º 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 #FC86A1 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 161 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.01 |
| HSL | 346.27º | 0.95% | 0.76% | - |
| HSV(B) | 346.27º | 0.47% | 0.99% | - |
| XYZ | 55.1 | 40.32 | 38.6 | - |
| YUV | 172.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 161 | 0 | 0.47 | 0.36 | 0.01 | 346.27 | 0.95 | 0.76 |
| Hex | FC | 86 | A1 | 0 | 2F | 24 | 1 | 15A | 5F | 4C |
| Octal | 374 | 206 | 241 | 0 | 57 | 44 | 1 | 532 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10100001 | 0 | 101111 | 100100 | 1 | 101011010 | 1011111 | 1001100 |
Color Harmonies of #FC86A1
Complementary color
Monochromatic Colors of #FC86A1
Black with #FC86A1
Text Example
Text Example
White with #FC86A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86A1; }
p { color: rgb(252,134,161); }
H1.HeaderClassName
{
color: #FC86A1;
}
.AnyTagClassName
{
color: #FC86A1;
}
</style>
background-color css
<style>
a { background-color: #FC86A1; }
a { background-color: rgb(252,134,161); }
div.DivClassName
{
background-color: #FC86A1;
}
.BgClassName
{
background-color: #FC86A1;
}
</style>
border-color css
<style>
span { border-color: #FC86A1; }
span { border-color: rgb(252,134,161); }
td.TdClassName
{
border-color: #FC86A1;
}
.TagClassName
{
border-color: #FC86A1;
}
</style>