#FE81A2

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

Shades of Tickle Me Pink #FE81A2

Tints of Tickle Me Pink #FE81A2

Color information

#FE81A2 (or 0xFE81A2) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 81 and A2. RGB value is (254,129,162). Sum of RGB (Red+Green+Blue) = 254+129+162=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE81A2 is #017E5D. Grayscale: #AAAAAA. Windows color (decimal): -97886 or 10650110. OLE color: 10650110.

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

Color convert

RGB254129162-
CMYK00.490.360.00
HSL344.16º98.43%75.1%-
HSV(B)344.16º49.21%99.61%-
XYZ55.2439.3838.87-
YUV170.14123.41187.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=46.61%
G=23.67%
B=29.72%

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
Decimal25412916200.490.360.00344.1698.4375.1
HexFE81A2031240158624b
Octal376201242061440530142113
Binary1111111010000001101000100110001100100010101100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81A2; }

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

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

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

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

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

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

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

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