#FD82E2

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

Shades of Pale Magenta #FD82E2

Tints of Pale Magenta #FD82E2

Color information

#FD82E2 (or 0xFD82E2) is unknown color: approx Pale Magenta. HEX triplet: FD, 82 and E2. RGB value is (253,130,226). Sum of RGB (Red+Green+Blue) = 253+130+226=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82E2 is #027D1D. Grayscale: #B1B1B1. Windows color (decimal): -163102 or 14844669. OLE color: 14844669.

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

Color convert

RGB253130226-
CMYK00.490.110.01
HSL313.17º96.85%75.1%-
HSV(B)313.17º48.62%99.22%-
XYZ62.2242.3476.84-
YUV177.72155.25181.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=41.54%
G=21.35%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313022600.490.110.01313.1796.8575.1
HexFD82E2031B1139614b
Octal375202342061131471141113
Binary11111101100000101110001001100011011110011100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD82E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD82E2; }

 p { color: rgb(253,130,226); }

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

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

 a { background-color: rgb(253,130,226); }

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

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

 span { border-color: rgb(253,130,226); }

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