#FE8CA5

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

Shades of Tickle Me Pink #FE8CA5

Tints of Tickle Me Pink #FE8CA5

Color information

#FE8CA5 (or 0xFE8CA5) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 8C and A5. RGB value is (254,140,165). Sum of RGB (Red+Green+Blue) = 254+140+165=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8CA5 is #01735A. Grayscale: #B0B0B0. Windows color (decimal): -95067 or 10849534. OLE color: 10849534.

HSL color Cylindrical-coordinate representation of color #FE8CA5: hue angle of 346.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CA5 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254140165-
CMYK00.450.350.00
HSL346.84º98.28%77.25%-
HSV(B)346.84º44.88%99.61%-
XYZ57.0442.5440.8-
YUV176.94121.27182.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=45.44%
G=25.04%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414016500.450.350.00346.8498.2877.25
HexFE8CA502D23015b624d
Octal376214245055430533142115
Binary1111111010001100101001010101101100011010101101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CA5; }

 p { color: rgb(254,140,165); }

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

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

 a { background-color: rgb(254,140,165); }

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

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

 span { border-color: rgb(254,140,165); }

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