#FE85AC

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

Shades of Tickle Me Pink #FE85AC

Tints of Tickle Me Pink #FE85AC

Color information

#FE85AC (or 0xFE85AC) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and AC. RGB value is (254,133,172). Sum of RGB (Red+Green+Blue) = 254+133+172=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AC is #017A53. Grayscale: #ADADAD. Windows color (decimal): -96852 or 11306494. OLE color: 11306494.

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

Color convert

RGB254133172-
CMYK00.480.320.00
HSL340.66º98.37%75.88%-
HSV(B)340.66º47.64%99.61%-
XYZ56.7140.8243.92-
YUV173.62127.09185.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=45.44%
G=23.79%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413317200.480.320.00340.6698.3775.88
HexFE85AC030200155624c
Octal376205254060400525142114
Binary1111111010000101101011000110000100000010101010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85AC; }

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

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

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

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

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

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

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

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