#FC8CA1

Color #FC8CA1 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FC8CA1

Tints of Tickle Me Pink #FC8CA1

Color information

#FC8CA1 (or 0xFC8CA1) is unknown color: approx 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

RGB252140161-
CMYK00.440.360.01
HSL348.75º94.92%76.86%-
HSV(B)348.75º44.44%98.82%-
XYZ55.9642.0238.88-
YUV175.88119.61182.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=45.57%
G=25.32%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214016100.440.360.01348.7594.9276.86
HexFC8CA102C24115d5f4d
Octal374214241054441535137115
Binary1111110010001100101000010101100100100110101110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>