#FE85AD

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

Shades of Tickle Me Pink #FE85AD

Tints of Tickle Me Pink #FE85AD

Color information

#FE85AD (or 0xFE85AD) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and AD. RGB value is (254,133,173). Sum of RGB (Red+Green+Blue) = 254+133+173=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AD is #017A52. Grayscale: #ADADAD. Windows color (decimal): -96851 or 11372030. OLE color: 11372030.

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

Color convert

RGB254133173-
CMYK00.480.320.00
HSL340.17º98.37%75.88%-
HSV(B)340.17º47.64%99.61%-
XYZ56.840.8644.43-
YUV173.74127.59185.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=45.36%
G=23.75%
B=30.89%

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
Decimal25413317300.480.320.00340.1798.3775.88
HexFE85AD030200154624c
Octal376205255060400524142114
Binary1111111010000101101011010110000100000010101010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85AD; }

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

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

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

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

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

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

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

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