#FC82A7

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

Shades of Tickle Me Pink #FC82A7

Tints of Tickle Me Pink #FC82A7

Color information

#FC82A7 (or 0xFC82A7) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 82 and A7. RGB value is (252,130,167). Sum of RGB (Red+Green+Blue) = 252+130+167=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC82A7 is #037D58. Grayscale: #AAAAAA. Windows color (decimal): -228697 or 10978044. OLE color: 10978044.

HSL color Cylindrical-coordinate representation of color #FC82A7: hue angle of 341.8º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC82A7 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252130167-
CMYK00.480.340.01
HSL341.8º95.31%74.9%-
HSV(B)341.8º48.41%98.82%-
XYZ55.139.4541.27-
YUV170.7125.92185.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=45.90%
G=23.68%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213016700.480.340.01341.895.3174.9
HexFC82A70302211565f4b
Octal374202247060421526137113
Binary1111110010000010101001110110000100010110101011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82A7; }

 p { color: rgb(252,130,167); }

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

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

 a { background-color: rgb(252,130,167); }

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

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

 span { border-color: rgb(252,130,167); }

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