#FE80A8

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

Shades of Tickle Me Pink #FE80A8

Tints of Tickle Me Pink #FE80A8

Color information

#FE80A8 (or 0xFE80A8) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 80 and A8. RGB value is (254,128,168). Sum of RGB (Red+Green+Blue) = 254+128+168=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE80A8 is #017F57. Grayscale: #AAAAAA. Windows color (decimal): -98136 or 11043070. OLE color: 11043070.

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

Color convert

RGB254128168-
CMYK00.500.340.00
HSL340.95º98.44%74.9%-
HSV(B)340.95º49.61%99.61%-
XYZ55.6639.3441.7-
YUV170.23126.74187.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 168 (66.02% from 255) = 30.55%
R=46.18%
G=23.27%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412816800.500.340.00340.9598.4474.9
HexFE80A8032220155624b
Octal376200250062420525142113
Binary1111111010000000101010000110010100010010101010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80A8; }

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

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

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

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

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

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

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

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