#FC7DA0

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

Shades of Tickle Me Pink #FC7DA0

Tints of Tickle Me Pink #FC7DA0

Color information

#FC7DA0 (or 0xFC7DA0) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7D and A0. RGB value is (252,125,160). Sum of RGB (Red+Green+Blue) = 252+125+160=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DA0 is #03825F. Grayscale: #A6A6A6. Windows color (decimal): -229984 or 10518012. OLE color: 10518012.

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

Color convert

RGB252125160-
CMYK00.500.370.01
HSL343.46º95.49%73.92%-
HSV(B)343.46º50.4%98.82%-
XYZ53.8237.937.74-
YUV166.96124.08188.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=46.93%
G=23.28%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212516000.500.370.01343.4695.4973.92
HexFC7DA00322511575f4a
Octal374175240062451527137112
Binary111111001111101101000000110010100101110101011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DA0; }

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

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

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

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

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

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

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

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