#FE85AA

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

Shades of Tickle Me Pink #FE85AA

Tints of Tickle Me Pink #FE85AA

Color information

#FE85AA (or 0xFE85AA) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and AA. RGB value is (254,133,170). Sum of RGB (Red+Green+Blue) = 254+133+170=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AA is #017A55. Grayscale: #ADADAD. Windows color (decimal): -96854 or 11175422. OLE color: 11175422.

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

Color convert

RGB254133170-
CMYK00.480.330.00
HSL341.65º98.37%75.88%-
HSV(B)341.65º47.64%99.61%-
XYZ56.5240.7542.92-
YUV173.4126.09185.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=45.60%
G=23.88%
B=30.52%

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
Decimal25413317000.480.330.00341.6598.3775.88
HexFE85AA030210156624c
Octal376205252060410526142114
Binary1111111010000101101010100110000100001010101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85AA; }

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

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

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

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

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

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

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

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