#FF82AA

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

Shades of Tickle Me Pink #FF82AA

Tints of Tickle Me Pink #FF82AA

Color information

#FF82AA (or 0xFF82AA) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and AA. RGB value is (255,130,170). Sum of RGB (Red+Green+Blue) = 255+130+170=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82AA is #007D55. Grayscale: #ABABAB. Windows color (decimal): -32086 or 11174655. OLE color: 11174655.

HSL color Cylindrical-coordinate representation of color #FF82AA: hue angle of 340.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82AA is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255130170-
CMYK00.490.330
HSL340.8º100%75.49%-
HSV(B)340.8º49.02%100%-
XYZ56.4840.1342.8-
YUV171.94126.91187.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=45.95%
G=23.42%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513017000.490.330340.810075.49
HexFF82AA031210155644b
Octal377202252061410525144113
Binary1111111110000010101010100110001100001010101010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82AA; }

 p { color: rgb(255,130,170); }

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

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

 a { background-color: rgb(255,130,170); }

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

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

 span { border-color: rgb(255,130,170); }

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