#FE88D8

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

Shades of Pale Magenta #FE88D8

Tints of Pale Magenta #FE88D8

Color information

#FE88D8 (or 0xFE88D8) is unknown color: approx Pale Magenta. HEX triplet: FE, 88 and D8. RGB value is (254,136,216). Sum of RGB (Red+Green+Blue) = 254+136+216=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D8 is #017727. Grayscale: #B4B4B4. Windows color (decimal): -96040 or 14190846. OLE color: 14190846.

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

Color convert

RGB254136216-
CMYK00.460.150.00
HSL319.32º98.33%76.47%-
HSV(B)319.32º46.46%99.61%-
XYZ62.0743.6470.12-
YUV180.4148.09180.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 136 (53.52% from 255) = 22.44%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=41.91%
G=22.44%
B=35.64%

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
Decimal25413621600.460.150.00319.3298.3376.47
HexFE88D802EF013f624c
Octal376210330056170477142114
Binary11111110100010001101100001011101111010011111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88D8; }

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

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

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

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

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

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

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

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