#FC7DAF

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

Shades of Tickle Me Pink #FC7DAF

Tints of Tickle Me Pink #FC7DAF

Color information

#FC7DAF (or 0xFC7DAF) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7D and AF. RGB value is (252,125,175). Sum of RGB (Red+Green+Blue) = 252+125+175=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7DAF is #038250. Grayscale: #A8A8A8. Windows color (decimal): -229969 or 11501052. OLE color: 11501052.

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

Color convert

RGB252125175-
CMYK00.500.310.01
HSL336.38º95.49%73.92%-
HSV(B)336.38º50.4%98.82%-
XYZ55.2238.4645.07-
YUV168.67131.58187.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=45.65%
G=22.64%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212517500.500.310.01336.3895.4973.92
HexFC7DAF0321F11505f4a
Octal374175257062371520137112
Binary11111100111110110101111011001011111110101000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7DAF; }

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

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

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

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

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

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

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

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