#FE85AF

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

Shades of Tickle Me Pink #FE85AF

Tints of Tickle Me Pink #FE85AF

Color information

#FE85AF (or 0xFE85AF) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 85 and AF. RGB value is (254,133,175). Sum of RGB (Red+Green+Blue) = 254+133+175=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85AF is #017A50. Grayscale: #ADADAD. Windows color (decimal): -96849 or 11503102. OLE color: 11503102.

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

Color convert

RGB254133175-
CMYK00.480.310.00
HSL339.17º98.37%75.88%-
HSV(B)339.17º47.64%99.61%-
XYZ5740.9445.46-
YUV173.97128.59185.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=45.20%
G=23.67%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413317500.480.310.00339.1798.3775.88
HexFE85AF0301F0153624c
Octal376205257060370523142114
Binary111111101000010110101111011000011111010101001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85AF; }

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

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

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

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

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

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

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

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