#FE88DF

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

Shades of Pale Magenta #FE88DF

Tints of Pale Magenta #FE88DF

Color information

#FE88DF (or 0xFE88DF) is unknown color: approx Pale Magenta. HEX triplet: FE, 88 and DF. RGB value is (254,136,223). Sum of RGB (Red+Green+Blue) = 254+136+223=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 136 (53.52% from 255 or 22.19% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88DF is #017720. Grayscale: #B4B4B4. Windows color (decimal): -96033 or 14649598. OLE color: 14649598.

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

Color convert

RGB254136223-
CMYK00.460.120.00
HSL315.76º98.33%76.47%-
HSV(B)315.76º46.46%99.61%-
XYZ6344.0174.99-
YUV181.2151.59179.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 136 (53.52% from 255) = 22.19%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=41.44%
G=22.19%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413622300.460.120.00315.7698.3376.47
HexFE88DF02EC013c624c
Octal376210337056140474142114
Binary11111110100010001101111101011101100010011110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE88DF; }

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

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

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

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

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

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

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

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