#FD93EC

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

Shades of Pale Magenta #FD93EC

Tints of Pale Magenta #FD93EC

Color information

#FD93EC (or 0xFD93EC) is unknown color: approx Pale Magenta. HEX triplet: FD, 93 and EC. RGB value is (253,147,236). Sum of RGB (Red+Green+Blue) = 253+147+236=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93EC is #026C13. Grayscale: #BCBCBC. Windows color (decimal): -158740 or 15504381. OLE color: 15504381.

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

Color convert

RGB253147236-
CMYK00.420.070.01
HSL309.62º96.36%78.43%-
HSV(B)309.62º41.9%99.22%-
XYZ66.0847.8185.1-
YUV188.84154.62173.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 147 (57.81% from 255) = 23.11%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=39.78%
G=23.11%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314723600.420.070.01309.6296.3678.43
HexFD93EC02A71136604e
Octal37522335405271466140116
Binary1111110110010011111011000101010111110011011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93EC; }

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

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

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

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

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

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

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

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