#FE80AA

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

Shades of Tickle Me Pink #FE80AA

Tints of Tickle Me Pink #FE80AA

Color information

#FE80AA (or 0xFE80AA) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 80 and AA. RGB value is (254,128,170). Sum of RGB (Red+Green+Blue) = 254+128+170=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80AA is #017F55. Grayscale: #AAAAAA. Windows color (decimal): -98134 or 11174142. OLE color: 11174142.

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

Color convert

RGB254128170-
CMYK00.500.330.00
HSL340º98.44%74.9%-
HSV(B)340º49.61%99.61%-
XYZ55.8539.4142.69-
YUV170.46127.74187.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=46.01%
G=23.19%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412817000.500.330.0034098.4474.9
HexFE80AA032210154624b
Octal376200252062410524142113
Binary1111111010000000101010100110010100001010101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80AA; }

 p { color: rgb(254,128,170); }

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

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

 a { background-color: rgb(254,128,170); }

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

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

 span { border-color: rgb(254,128,170); }

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