#FC7BA2

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

Shades of Tickle Me Pink #FC7BA2

Tints of Tickle Me Pink #FC7BA2

Color information

#FC7BA2 (or 0xFC7BA2) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7B and A2. RGB value is (252,123,162). Sum of RGB (Red+Green+Blue) = 252+123+162=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7BA2 is #03845D. Grayscale: #A5A5A5. Windows color (decimal): -230494 or 10648572. OLE color: 10648572.

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

Color convert

RGB252123162-
CMYK00.510.360.01
HSL341.86º95.56%73.53%-
HSV(B)341.86º51.19%98.82%-
XYZ53.7537.4738.58-
YUV166.02125.74189.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 162 (63.67% from 255) = 30.17%
R=46.93%
G=22.91%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212316200.510.360.01341.8695.5673.53
HexFC7BA2033241156604a
Octal374173242063441526140112
Binary111111001111011101000100110011100100110101011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BA2; }

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

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

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

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

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

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

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

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