#FC81A1

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

Shades of Tickle Me Pink #FC81A1

Tints of Tickle Me Pink #FC81A1

Color information

#FC81A1 (or 0xFC81A1) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 81 and A1. RGB value is (252,129,161). Sum of RGB (Red+Green+Blue) = 252+129+161=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC81A1 is #037E5E. Grayscale: #A9A9A9. Windows color (decimal): -228959 or 10584572. OLE color: 10584572.

HSL color Cylindrical-coordinate representation of color #FC81A1: hue angle of 344.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81A1 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB252129161-
CMYK00.490.360.01
HSL344.39º95.35%74.71%-
HSV(B)344.39º48.81%98.82%-
XYZ54.4338.9738.37-
YUV169.42123.25186.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=46.49%
G=23.80%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212916100.490.360.01344.3995.3574.71
HexFC81A10312411585f4b
Octal374201241061441530137113
Binary1111110010000001101000010110001100100110101100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81A1; }

 p { color: rgb(252,129,161); }

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

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

 a { background-color: rgb(252,129,161); }

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

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

 span { border-color: rgb(252,129,161); }

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