#FD83EC

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

Shades of Pale Magenta #FD83EC

Tints of Pale Magenta #FD83EC

Color information

#FD83EC (or 0xFD83EC) is unknown color: approx Pale Magenta. HEX triplet: FD, 83 and EC. RGB value is (253,131,236). Sum of RGB (Red+Green+Blue) = 253+131+236=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83EC is #027C13. Grayscale: #B3B3B3. Windows color (decimal): -162836 or 15500285. OLE color: 15500285.

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

Color convert

RGB253131236-
CMYK00.480.070.01
HSL308.36º96.83%75.29%-
HSV(B)308.36º48.22%99.22%-
XYZ63.7643.1784.33-
YUV179.45159.92180.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 131 (51.56% from 255) = 21.13%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=40.81%
G=21.13%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313123600.480.070.01308.3696.8375.29
HexFD83EC03071134614b
Octal37520335406071464141113
Binary1111110110000011111011000110000111110011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83EC; }

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

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

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

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

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

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

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

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