#FD88EC

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

Shades of Pale Magenta #FD88EC

Tints of Pale Magenta #FD88EC

Color information

#FD88EC (or 0xFD88EC) is unknown color: approx Pale Magenta. HEX triplet: FD, 88 and EC. RGB value is (253,136,236). Sum of RGB (Red+Green+Blue) = 253+136+236=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 136 (53.52% from 255 or 21.76% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD88EC is #027713. Grayscale: #B6B6B6. Windows color (decimal): -161556 or 15501565. OLE color: 15501565.

HSL color Cylindrical-coordinate representation of color #FD88EC: hue angle of 308.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88EC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253136236-
CMYK00.460.070.01
HSL308.72º96.69%76.27%-
HSV(B)308.72º46.25%99.22%-
XYZ64.4544.5584.56-
YUV182.38158.26178.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 136 (53.52% from 255) = 21.76%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=40.48%
G=21.76%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313623600.460.070.01308.7296.6976.27
HexFD88EC02E71135614c
Octal37521035405671465141114
Binary1111110110001000111011000101110111110011010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD88EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD88EC; }

 p { color: rgb(253,136,236); }

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

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

 a { background-color: rgb(253,136,236); }

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

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

 span { border-color: rgb(253,136,236); }

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