#FE82A0

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

Shades of Tickle Me Pink #FE82A0

Tints of Tickle Me Pink #FE82A0

Color information

#FE82A0 (or 0xFE82A0) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 82 and A0. RGB value is (254,130,160). Sum of RGB (Red+Green+Blue) = 254+130+160=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE82A0 is #017D5F. Grayscale: #AAAAAA. Windows color (decimal): -97632 or 10519294. OLE color: 10519294.

HSL color Cylindrical-coordinate representation of color #FE82A0: hue angle of 345.48º 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 #FE82A0 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254130160-
CMYK00.490.370.00
HSL345.48º98.41%75.29%-
HSV(B)345.48º48.82%99.61%-
XYZ55.239.5737.99-
YUV170.5122.08187.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=46.69%
G=23.90%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413016000.490.370.00345.4898.4175.29
HexFE82A0031250159624b
Octal376202240061450531142113
Binary1111111010000010101000000110001100101010101100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82A0; }

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

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

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

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

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

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

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

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