#FE85A9

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

Shades of Tickle Me Pink #FE85A9

Tints of Tickle Me Pink #FE85A9

Color information

#FE85A9 (or 0xFE85A9) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and A9. RGB value is (254,133,169). Sum of RGB (Red+Green+Blue) = 254+133+169=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85A9 is #017A56. Grayscale: #ADADAD. Windows color (decimal): -96855 or 11109886. OLE color: 11109886.

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

Color convert

RGB254133169-
CMYK00.480.330.00
HSL342.15º98.37%75.88%-
HSV(B)342.15º47.64%99.61%-
XYZ56.4240.7142.42-
YUV173.28125.59185.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 169 (66.41% from 255) = 30.40%
R=45.68%
G=23.92%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413316900.480.330.00342.1598.3775.88
HexFE85A9030210156624c
Octal376205251060410526142114
Binary1111111010000101101010010110000100001010101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85A9; }

 p { color: rgb(254,133,169); }

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

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

 a { background-color: rgb(254,133,169); }

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

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

 span { border-color: rgb(254,133,169); }

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