#FD86E5

Color #FD86E5 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD86E5

Tints of Pale Magenta #FD86E5

Color information

#FD86E5 (or 0xFD86E5) is unknown color: approx Pale Magenta. HEX triplet: FD, 86 and E5. RGB value is (253,134,229). Sum of RGB (Red+Green+Blue) = 253+134+229=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86E5 is #02791A. Grayscale: #B4B4B4. Windows color (decimal): -162075 or 15042301. OLE color: 15042301.

HSL color Cylindrical-coordinate representation of color #FD86E5: hue angle of 312.1º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD86E5 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253134229-
CMYK00.470.090.01
HSL312.1º96.75%75.88%-
HSV(B)312.1º47.04%99.22%-
XYZ63.1843.5979.21-
YUV180.41155.42179.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=41.07%
G=21.75%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313422900.470.090.01312.196.7575.88
HexFD86E502F91138614c
Octal375206345057111470141114
Binary11111101100001101110010101011111001110011100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD86E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD86E5; }

 p { color: rgb(253,134,229); }

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

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

 a { background-color: rgb(253,134,229); }

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

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

 span { border-color: rgb(253,134,229); }

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