#ff8edc

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

Shades of Pale Magenta #FF8EDC

Tints of Pale Magenta #FF8EDC

Color information

#FF8EDC (or 0xFF8EDC) is unknown color: approx Pale Magenta. HEX triplet: FF, 8E and DC. RGB value is (255,142,220). Sum of RGB (Red+Green+Blue) = 255+142+220=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDC is #007123. Grayscale: #B8B8B8. Windows color (decimal): -28964 or 14454527. OLE color: 14454527.

HSL color Cylindrical-coordinate representation of color #FF8EDC: hue angle of 318.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EDC is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255142220-
CMYK00.440.140
HSL318.58º100%77.84%-
HSV(B)318.58º44.31%100%-
XYZ63.8345.7773.18-
YUV184.68147.94178.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 142 (55.86% from 255) = 23.01%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=41.33%
G=23.01%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514222000.440.140318.5810077.84
HexFF8EDC02CE013f644e
Octal377216334054160477144116
Binary11111111100011101101110001011001110010011111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8edc; }

 p { color: rgb(255,142,220); }

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

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

 a { background-color: rgb(255,142,220); }

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

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

 span { border-color: rgb(255,142,220); }

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