#FF8EDD

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

Shades of Pale Magenta #FF8EDD

Tints of Pale Magenta #FF8EDD

Color information

#FF8EDD (or 0xFF8EDD) is unknown color: approx Pale Magenta. HEX triplet: FF, 8E and DD. RGB value is (255,142,221). Sum of RGB (Red+Green+Blue) = 255+142+221=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDD is #007122. Grayscale: #B8B8B8. Windows color (decimal): -28963 or 14520063. OLE color: 14520063.

HSL color Cylindrical-coordinate representation of color #FF8EDD: hue angle of 318.05º 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 #FF8EDD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255142221-
CMYK00.440.130
HSL318.05º100%77.84%-
HSV(B)318.05º44.31%100%-
XYZ63.9645.8373.88-
YUV184.79148.44178.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=41.26%
G=22.98%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514222100.440.130318.0510077.84
HexFF8EDD02CD013e644e
Octal377216335054150476144116
Binary11111111100011101101110101011001101010011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EDD; }

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

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

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

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

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

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

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

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