#FE81A0

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

Shades of Tickle Me Pink #FE81A0

Tints of Tickle Me Pink #FE81A0

Color information

#FE81A0 (or 0xFE81A0) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 81 and A0. RGB value is (254,129,160). Sum of RGB (Red+Green+Blue) = 254+129+160=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE81A0 is #017E5F. Grayscale: #A9A9A9. Windows color (decimal): -97888 or 10519038. OLE color: 10519038.

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

Color convert

RGB254129160-
CMYK00.490.370.00
HSL345.12º98.43%75.1%-
HSV(B)345.12º49.21%99.61%-
XYZ55.0739.3137.94-
YUV169.91122.41187.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=46.78%
G=23.76%
B=29.47%

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
Decimal25412916000.490.370.00345.1298.4375.1
HexFE81A0031250159624b
Octal376201240061450531142113
Binary1111111010000001101000000110001100101010101100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81A0; }

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

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

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

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

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

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

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

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