#FC82B1

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

Shades of Tickle Me Pink #FC82B1

Tints of Tickle Me Pink #FC82B1

Color information

#FC82B1 (or 0xFC82B1) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 82 and B1. RGB value is (252,130,177). Sum of RGB (Red+Green+Blue) = 252+130+177=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC82B1 is #037D4E. Grayscale: #ABABAB. Windows color (decimal): -228687 or 11633404. OLE color: 11633404.

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

Color convert

RGB252130177-
CMYK00.480.300.01
HSL336.89º95.31%74.9%-
HSV(B)336.89º48.41%98.82%-
XYZ56.0639.8446.33-
YUV171.84130.92185.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=45.08%
G=23.26%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213017700.480.300.01336.8995.3174.9
HexFC82B10301E11515f4b
Octal374202261060361521137113
Binary111111001000001010110001011000011110110101000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82B1; }

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

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

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

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

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

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

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

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