Html Css Color HEX #FF82AA Tickle Me Pink

📋 copy color: '#FF82AA'

red 255 ◦ green 130 ◦ blue 170

#FF82AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #FF82AA

Tints of Tickle Me Pink #FF82AA

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.8% from 255) = 30.63%

R = 45.95%
G = 23.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF82AA (or 0xFF82AA) is known color: 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

RGB 255 130 170 -
CMYK 0 0.49 0.33 0
HSL 340.8º 1% 0.75% -
HSV(B) 340.8º 0.49% 1% -
XYZ 56.48 40.13 42.8 -
YUV 171.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 255 130 170 0 0.49 0.33 0 340.8 1 0.75
Hex FF 82 AA 0 31 21 0 155 64 4B
Octal 377 202 252 0 61 41 0 525 144 113
Binary 11111111 10000010 10101010 0 110001 100001 0 101010101 1100100 1001011

Color Harmonies of #FF82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82AA

Black with #FF82AA

Text Example


Text Example

White with #FF82AA

Text Example


Text Example

HTML Codes & Css Web 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>