#FB82B1

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

Shades of Tickle Me Pink #FB82B1

Tints of Tickle Me Pink #FB82B1

Color information

#FB82B1 (or 0xFB82B1) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 82 and B1. RGB value is (251,130,177). Sum of RGB (Red+Green+Blue) = 251+130+177=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB82B1 is #047D4E. Grayscale: #ABABAB. Windows color (decimal): -294223 or 11633403. OLE color: 11633403.

HSL color Cylindrical-coordinate representation of color #FB82B1: hue angle of 336.69º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82B1 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251130177-
CMYK00.480.290.02
HSL336.69º93.8%74.71%-
HSV(B)336.69º48.21%98.43%-
XYZ55.739.6546.31-
YUV171.54131.09184.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.98%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=44.98%
G=23.30%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113017700.480.290.02336.6993.874.71
HexFB82B10301D21515e4b
Octal373202261060352521136113
Binary1111101110000010101100010110000111011010101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82B1; }

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

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

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

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

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

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

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

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