#FE82A2

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

Shades of Tickle Me Pink #FE82A2

Tints of Tickle Me Pink #FE82A2

Color information

#FE82A2 (or 0xFE82A2) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 82 and A2. RGB value is (254,130,162). Sum of RGB (Red+Green+Blue) = 254+130+162=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE82A2 is #017D5D. Grayscale: #AAAAAA. Windows color (decimal): -97630 or 10650366. OLE color: 10650366.

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

Color convert

RGB254130162-
CMYK00.490.360.00
HSL344.52º98.41%75.29%-
HSV(B)344.52º48.82%99.61%-
XYZ55.3839.6438.92-
YUV170.72123.08187.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 162 (63.67% from 255) = 29.67%
R=46.52%
G=23.81%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413016200.490.360.00344.5298.4175.29
HexFE82A2031240159624b
Octal376202242061440531142113
Binary1111111010000010101000100110001100100010101100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82A2; }

 p { color: rgb(254,130,162); }

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

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

 a { background-color: rgb(254,130,162); }

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

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

 span { border-color: rgb(254,130,162); }

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