#FD86EC

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

Shades of Pale Magenta #FD86EC

Tints of Pale Magenta #FD86EC

Color information

#FD86EC (or 0xFD86EC) is unknown color: approx Pale Magenta. HEX triplet: FD, 86 and EC. RGB value is (253,134,236). Sum of RGB (Red+Green+Blue) = 253+134+236=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86EC is #027913. Grayscale: #B4B4B4. Windows color (decimal): -162068 or 15501053. OLE color: 15501053.

HSL color Cylindrical-coordinate representation of color #FD86EC: hue angle of 308.57º 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 #FD86EC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253134236-
CMYK00.470.070.01
HSL308.57º96.75%75.88%-
HSV(B)308.57º47.04%99.22%-
XYZ64.1743.9984.47-
YUV181.21158.92179.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 134 (52.73% from 255) = 21.51%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=40.61%
G=21.51%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313423600.470.070.01308.5796.7575.88
HexFD86EC02F71135614c
Octal37520635405771465141114
Binary1111110110000110111011000101111111110011010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD86EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD86EC; }

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

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

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

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

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

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

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

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