#FC7DA2

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

Shades of Tickle Me Pink #FC7DA2

Tints of Tickle Me Pink #FC7DA2

Color information

#FC7DA2 (or 0xFC7DA2) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7D and A2. RGB value is (252,125,162). Sum of RGB (Red+Green+Blue) = 252+125+162=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DA2 is #03825D. Grayscale: #A7A7A7. Windows color (decimal): -229982 or 10649084. OLE color: 10649084.

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

Color convert

RGB252125162-
CMYK00.500.360.01
HSL342.52º95.49%73.92%-
HSV(B)342.52º50.4%98.82%-
XYZ5437.9738.67-
YUV167.19125.08188.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=46.75%
G=23.19%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212516200.500.360.01342.5295.4973.92
HexFC7DA20322411575f4a
Octal374175242062441527137112
Binary111111001111101101000100110010100100110101011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DA2; }

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

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

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

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

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

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

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

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