#FC6DA0

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

Shades of Tickle Me Pink #FC6DA0

Tints of Tickle Me Pink #FC6DA0

Color information

#FC6DA0 (or 0xFC6DA0) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 6D and A0. RGB value is (252,109,160). Sum of RGB (Red+Green+Blue) = 252+109+160=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6DA0 is #03925F. Grayscale: #9D9D9D. Windows color (decimal): -234080 or 10513916. OLE color: 10513916.

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

Color convert

RGB252109160-
CMYK00.570.370.01
HSL338.6º95.97%70.78%-
HSV(B)338.6º56.75%98.82%-
XYZ51.9634.1737.11-
YUV157.57129.38195.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=48.37%
G=20.92%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210916000.570.370.01338.695.9770.78
HexFC6DA00392511536047
Octal374155240071451523140107
Binary111111001101101101000000111001100101110101001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6DA0; }

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

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

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

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

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

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

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

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