#FE88D7

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

Shades of Pale Magenta #FE88D7

Tints of Pale Magenta #FE88D7

Color information

#FE88D7 (or 0xFE88D7) is unknown color: approx Pale Magenta. HEX triplet: FE, 88 and D7. RGB value is (254,136,215). Sum of RGB (Red+Green+Blue) = 254+136+215=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D7 is #017728. Grayscale: #B4B4B4. Windows color (decimal): -96041 or 14125310. OLE color: 14125310.

HSL color Cylindrical-coordinate representation of color #FE88D7: hue angle of 319.83º 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 #FE88D7 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254136215-
CMYK00.460.150.00
HSL319.83º98.33%76.47%-
HSV(B)319.83º46.46%99.61%-
XYZ61.9443.5969.44-
YUV180.29147.59180.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 136 (53.52% from 255) = 22.48%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=41.98%
G=22.48%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413621500.460.150.00319.8398.3376.47
HexFE88D702EF0140624c
Octal376210327056170500142114
Binary11111110100010001101011101011101111010100000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88D7; }

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

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

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

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

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

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

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

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