#FD83E1

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

Shades of Pale Magenta #FD83E1

Tints of Pale Magenta #FD83E1

Color information

#FD83E1 (or 0xFD83E1) is unknown color: approx Pale Magenta. HEX triplet: FD, 83 and E1. RGB value is (253,131,225). Sum of RGB (Red+Green+Blue) = 253+131+225=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83E1 is #027C1E. Grayscale: #B1B1B1. Windows color (decimal): -162847 or 14779389. OLE color: 14779389.

HSL color Cylindrical-coordinate representation of color #FD83E1: hue angle of 313.77º 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 #FD83E1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253131225-
CMYK00.480.110.01
HSL313.77º96.83%75.29%-
HSV(B)313.77º48.22%99.22%-
XYZ62.2142.5576.17-
YUV178.19154.42181.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 131 (51.56% from 255) = 21.51%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=41.54%
G=21.51%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313122500.480.110.01313.7796.8375.29
HexFD83E1030B113a614b
Octal375203341060131472141113
Binary11111101100000111110000101100001011110011101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83E1; }

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

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

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

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

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

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

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

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