#FD83E5

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

Shades of Pale Magenta #FD83E5

Tints of Pale Magenta #FD83E5

Color information

#FD83E5 (or 0xFD83E5) is unknown color: approx Pale Magenta. HEX triplet: FD, 83 and E5. RGB value is (253,131,229). Sum of RGB (Red+Green+Blue) = 253+131+229=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83E5 is #027C1A. Grayscale: #B2B2B2. Windows color (decimal): -162843 or 15041533. OLE color: 15041533.

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

Color convert

RGB253131229-
CMYK00.480.090.01
HSL311.8º96.83%75.29%-
HSV(B)311.8º48.22%99.22%-
XYZ62.7742.7779.08-
YUV178.65156.42181.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 131 (51.56% from 255) = 21.37%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=41.27%
G=21.37%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313122900.480.090.01311.896.8375.29
HexFD83E503091138614b
Octal375203345060111470141113
Binary11111101100000111110010101100001001110011100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83E5; }

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

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

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

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

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

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

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

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