#FC86A3

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

Shades of Tickle Me Pink #FC86A3

Tints of Tickle Me Pink #FC86A3

Color information

#FC86A3 (or 0xFC86A3) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 86 and A3. RGB value is (252,134,163). Sum of RGB (Red+Green+Blue) = 252+134+163=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC86A3 is #03795C. Grayscale: #ACACAC. Windows color (decimal): -227677 or 10716924. OLE color: 10716924.

HSL color Cylindrical-coordinate representation of color #FC86A3: hue angle of 345.25º 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 #FC86A3 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252134163-
CMYK00.470.350.01
HSL345.25º95.16%75.69%-
HSV(B)345.25º46.83%98.82%-
XYZ55.2840.3939.53-
YUV172.59122.59184.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=45.90%
G=24.41%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213416300.470.350.01345.2595.1675.69
HexFC86A302F2311595f4c
Octal374206243057431531137114
Binary1111110010000110101000110101111100011110101100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86A3; }

 p { color: rgb(252,134,163); }

 H1.HeaderClassName
 {
   color: #FC86A3;
 }
 .AnyTagClassName
 {
   color: #FC86A3;
 }
</style>
background-color css

<style>
 a { background-color: #FC86A3; }

 a { background-color: rgb(252,134,163); }

 div.DivClassName
 {
   background-color: #FC86A3;
 }
 .BgClassName
 {
   background-color: #FC86A3;
 }
</style>
border-color css

<style>
 span { border-color: #FC86A3; }

 span { border-color: rgb(252,134,163); }

 td.TdClassName
 {
   border-color: #FC86A3;
 }
 .TagClassName
 {
   border-color: #FC86A3;
 }
</style>