#FB82A5

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

Shades of Tickle Me Pink #FB82A5

Tints of Tickle Me Pink #FB82A5

Color information

#FB82A5 (or 0xFB82A5) is unknown color: approx Tickle Me Pink. HEX triplet: FB, 82 and A5. RGB value is (251,130,165). Sum of RGB (Red+Green+Blue) = 251+130+165=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB82A5 is #047D5A. Grayscale: #AAAAAA. Windows color (decimal): -294235 or 10846971. OLE color: 10846971.

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

Color convert

RGB251130165-
CMYK00.480.340.02
HSL342.64º93.8%74.71%-
HSV(B)342.64º48.21%98.43%-
XYZ54.5639.1940.29-
YUV170.17125.09185.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=45.97%
G=23.81%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113016500.480.340.02342.6493.874.71
HexFB82A50302221575e4b
Octal373202245060422527136113
Binary11111011100000101010010101100001000101010101011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82A5; }

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

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

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

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

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

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

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

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