#FC7CAF

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

Shades of Tickle Me Pink #FC7CAF

Tints of Tickle Me Pink #FC7CAF

Color information

#FC7CAF (or 0xFC7CAF) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7C and AF. RGB value is (252,124,175). Sum of RGB (Red+Green+Blue) = 252+124+175=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7CAF is #038350. Grayscale: #A8A8A8. Windows color (decimal): -230225 or 11500796. OLE color: 11500796.

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

Color convert

RGB252124175-
CMYK00.510.310.01
HSL336.09º95.52%73.73%-
HSV(B)336.09º50.79%98.82%-
XYZ55.0938.2145.03-
YUV168.09131.91187.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=45.74%
G=22.50%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212417500.510.310.01336.0995.5273.73
HexFC7CAF0331F1150604a
Octal374174257063371520140112
Binary11111100111110010101111011001111111110101000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7CAF; }

 p { color: rgb(252,124,175); }

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

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

 a { background-color: rgb(252,124,175); }

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

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

 span { border-color: rgb(252,124,175); }

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