#FE8DE2

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

Shades of Pale Magenta #FE8DE2

Tints of Pale Magenta #FE8DE2

Color information

#FE8DE2 (or 0xFE8DE2) is unknown color: approx Pale Magenta. HEX triplet: FE, 8D and E2. RGB value is (254,141,226). Sum of RGB (Red+Green+Blue) = 254+141+226=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DE2 is #01721D. Grayscale: #B8B8B8. Windows color (decimal): -94750 or 14847486. OLE color: 14847486.

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

Color convert

RGB254141226-
CMYK00.440.110.00
HSL314.87º98.26%77.45%-
HSV(B)314.87º44.49%99.61%-
XYZ64.1345.6177.38-
YUV184.48151.44177.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 141 (55.47% from 255) = 22.71%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=40.90%
G=22.71%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414122600.440.110.00314.8798.2677.45
HexFE8DE202CB013b624d
Octal376215342054130473142115
Binary11111110100011011110001001011001011010011101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8DE2; }

 p { color: rgb(254,141,226); }

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

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

 a { background-color: rgb(254,141,226); }

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

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

 span { border-color: rgb(254,141,226); }

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