#FF8DE6

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

Shades of Pale Magenta #FF8DE6

Tints of Pale Magenta #FF8DE6

Color information

#FF8DE6 (or 0xFF8DE6) is unknown color: approx Pale Magenta. HEX triplet: FF, 8D and E6. RGB value is (255,141,230). Sum of RGB (Red+Green+Blue) = 255+141+230=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 141 (55.47% from 255 or 22.52% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DE6 is #007219. Grayscale: #B8B8B8. Windows color (decimal): -29210 or 15109631. OLE color: 15109631.

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

Color convert

RGB255141230-
CMYK00.450.100
HSL313.16º100%77.65%-
HSV(B)313.16º44.71%100%-
XYZ65.0546.0280.32-
YUV185.23153.27177.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 141 (55.47% from 255) = 22.52%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=40.73%
G=22.52%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514123000.450.100313.1610077.65
HexFF8DE602DA0139644e
Octal377215346055120471144116
Binary11111111100011011110011001011011010010011100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DE6; }

 p { color: rgb(255,141,230); }

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

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

 a { background-color: rgb(255,141,230); }

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

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

 span { border-color: rgb(255,141,230); }

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