#FC8BA2

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

Shades of Tickle Me Pink #FC8BA2

Tints of Tickle Me Pink #FC8BA2

Color information

#FC8BA2 (or 0xFC8BA2) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 8B and A2. RGB value is (252,139,162). Sum of RGB (Red+Green+Blue) = 252+139+162=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8BA2 is #03745D. Grayscale: #AFAFAF. Windows color (decimal): -226398 or 10652668. OLE color: 10652668.

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

Color convert

RGB252139162-
CMYK00.450.360.01
HSL347.79º94.96%76.67%-
HSV(B)347.79º44.84%98.82%-
XYZ55.941.7739.3-
YUV175.41120.44182.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 162 (63.67% from 255) = 29.29%
R=45.57%
G=25.14%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213916200.450.360.01347.7994.9676.67
HexFC8BA202D24115c5f4d
Octal374213242055441534137115
Binary1111110010001011101000100101101100100110101110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8BA2; }

 p { color: rgb(252,139,162); }

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

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

 a { background-color: rgb(252,139,162); }

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

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

 span { border-color: rgb(252,139,162); }

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