#FD83E6

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

Shades of Pale Magenta #FD83E6

Tints of Pale Magenta #FD83E6

Color information

#FD83E6 (or 0xFD83E6) is unknown color: approx Pale Magenta. HEX triplet: FD, 83 and E6. RGB value is (253,131,230). Sum of RGB (Red+Green+Blue) = 253+131+230=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 131 (51.56% from 255 or 21.34% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83E6 is #027C19. Grayscale: #B2B2B2. Windows color (decimal): -162842 or 15107069. OLE color: 15107069.

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

Color convert

RGB253131230-
CMYK00.480.090.01
HSL311.31º96.83%75.29%-
HSV(B)311.31º48.22%99.22%-
XYZ62.9142.8379.81-
YUV178.76156.92180.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 131 (51.56% from 255) = 21.34%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=41.21%
G=21.34%
B=37.46%

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
Decimal25313123000.480.090.01311.3196.8375.29
HexFD83E603091137614b
Octal375203346060111467141113
Binary11111101100000111110011001100001001110011011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83E6; }

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

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

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

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

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

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

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

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