#FE81DE

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

Shades of Pale Magenta #FE81DE

Tints of Pale Magenta #FE81DE

Color information

#FE81DE (or 0xFE81DE) is unknown color: approx Pale Magenta. HEX triplet: FE, 81 and DE. RGB value is (254,129,222). Sum of RGB (Red+Green+Blue) = 254+129+222=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81DE is #017E21. Grayscale: #B0B0B0. Windows color (decimal): -97826 or 14582270. OLE color: 14582270.

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

Color convert

RGB254129222-
CMYK00.490.130.00
HSL315.36º98.43%75.1%-
HSV(B)315.36º49.21%99.61%-
XYZ61.9142.0573.96-
YUV176.98153.41182.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 129 (50.78% from 255) = 21.32%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=41.98%
G=21.32%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412922200.490.130.00315.3698.4375.1
HexFE81DE031D013b624b
Octal376201336061150473142113
Binary11111110100000011101111001100011101010011101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE81DE; }

 p { color: rgb(254,129,222); }

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

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

 a { background-color: rgb(254,129,222); }

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

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

 span { border-color: rgb(254,129,222); }

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