#FD86ED

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

Shades of Pale Magenta #FD86ED

Tints of Pale Magenta #FD86ED

Color information

#FD86ED (or 0xFD86ED) is unknown color: approx Pale Magenta. HEX triplet: FD, 86 and ED. RGB value is (253,134,237). Sum of RGB (Red+Green+Blue) = 253+134+237=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 134 (52.73% from 255 or 21.47% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD86ED is #027912. Grayscale: #B5B5B5. Windows color (decimal): -162067 or 15566589. OLE color: 15566589.

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

Color convert

RGB253134237-
CMYK00.470.060.01
HSL308.07º96.75%75.88%-
HSV(B)308.07º47.04%99.22%-
XYZ64.3244.0585.23-
YUV181.32159.42179.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 134 (52.73% from 255) = 21.47%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=40.54%
G=21.47%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313423700.470.060.01308.0796.7575.88
HexFD86ED02F61134614c
Octal37520635505761464141114
Binary1111110110000110111011010101111110110011010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD86ED; }

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

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

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

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

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

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

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

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