Shades of Tickle Me Pink #FC8CA1
Tints of Tickle Me Pink #FC8CA1
RGB
CMYK
RGB Variations
Color information
#FC8CA1 (or 0xFC8CA1) is known color: Tickle Me Pink. HEX triplet: FC, 8C and A1. RGB value is (252,140,161). Sum of RGB (Red+Green+Blue) = 252+140+161=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CA1 is #03735E. Grayscale: #AFAFAF. Windows color (decimal): -226143 or 10587388. OLE color: 10587388.
HSL color Cylindrical-coordinate representation of color #FC8CA1: hue angle of 348.75º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CA1 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 161 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.01 |
| HSL | 348.75º | 0.95% | 0.77% | - |
| HSV(B) | 348.75º | 0.44% | 0.99% | - |
| XYZ | 55.96 | 42.02 | 38.88 | - |
| YUV | 175.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 161 | 0 | 0.44 | 0.36 | 0.01 | 348.75 | 0.95 | 0.77 |
| Hex | FC | 8C | A1 | 0 | 2C | 24 | 1 | 15D | 5F | 4D |
| Octal | 374 | 214 | 241 | 0 | 54 | 44 | 1 | 535 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10100001 | 0 | 101100 | 100100 | 1 | 101011101 | 1011111 | 1001101 |
Color Harmonies of #FC8CA1
Complementary color
Monochromatic Colors of #FC8CA1
Black with #FC8CA1
Text Example
Text Example
White with #FC8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CA1; }
p { color: rgb(252,140,161); }
H1.HeaderClassName
{
color: #FC8CA1;
}
.AnyTagClassName
{
color: #FC8CA1;
}
</style>
background-color css
<style>
a { background-color: #FC8CA1; }
a { background-color: rgb(252,140,161); }
div.DivClassName
{
background-color: #FC8CA1;
}
.BgClassName
{
background-color: #FC8CA1;
}
</style>
border-color css
<style>
span { border-color: #FC8CA1; }
span { border-color: rgb(252,140,161); }
td.TdClassName
{
border-color: #FC8CA1;
}
.TagClassName
{
border-color: #FC8CA1;
}
</style>