#FE88E5

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

Shades of Pale Magenta #FE88E5

Tints of Pale Magenta #FE88E5

Color information

#FE88E5 (or 0xFE88E5) is unknown color: approx Pale Magenta. HEX triplet: FE, 88 and E5. RGB value is (254,136,229). Sum of RGB (Red+Green+Blue) = 254+136+229=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 136 (53.52% from 255 or 21.97% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88E5 is #01771A. Grayscale: #B5B5B5. Windows color (decimal): -96027 or 15042814. OLE color: 15042814.

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

Color convert

RGB254136229-
CMYK00.460.100.00
HSL312.71º98.33%76.47%-
HSV(B)312.71º46.46%99.61%-
XYZ63.8244.3479.32-
YUV181.88154.59179.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 136 (53.52% from 255) = 21.97%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=41.03%
G=21.97%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413622900.460.100.00312.7198.3376.47
HexFE88E502EA0139624c
Octal376210345056120471142114
Binary11111110100010001110010101011101010010011100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88E5; }

 p { color: rgb(254,136,229); }

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

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

 a { background-color: rgb(254,136,229); }

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

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

 span { border-color: rgb(254,136,229); }

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