#fc6ca0

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

Shades of Tickle Me Pink #FC6CA0

Tints of Tickle Me Pink #FC6CA0

Color information

#FC6CA0 (or 0xFC6CA0) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 6C and A0. RGB value is (252,108,160). Sum of RGB (Red+Green+Blue) = 252+108+160=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CA0 is #03935F. Grayscale: #9C9C9C. Windows color (decimal): -234336 or 10513660. OLE color: 10513660.

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

Color convert

RGB252108160-
CMYK00.570.370.01
HSL338.33º96%70.59%-
HSV(B)338.33º57.14%98.82%-
XYZ51.8533.9637.08-
YUV156.98129.71195.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 108 (42.58% from 255) = 20.77%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=48.46%
G=20.77%
B=30.77%

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
Decimal25210816000.570.370.01338.339670.59
HexFC6CA00392511526047
Octal374154240071451522140107
Binary111111001101100101000000111001100101110101001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc6ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc6ca0; }

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

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

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

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

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

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

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

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