#FD84E4

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

Shades of Pale Magenta #FD84E4

Tints of Pale Magenta #FD84E4

Color information

#FD84E4 (or 0xFD84E4) is unknown color: approx Pale Magenta. HEX triplet: FD, 84 and E4. RGB value is (253,132,228). Sum of RGB (Red+Green+Blue) = 253+132+228=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84E4 is #027B1B. Grayscale: #B2B2B2. Windows color (decimal): -162588 or 14976253. OLE color: 14976253.

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

Color convert

RGB253132228-
CMYK00.480.100.01
HSL312.4º96.8%75.49%-
HSV(B)312.4º47.83%99.22%-
XYZ62.7642.9978.39-
YUV179.12155.59180.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 132 (51.95% from 255) = 21.53%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=41.27%
G=21.53%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313222800.480.100.01312.496.875.49
HexFD84E4030A1138614b
Octal375204344060121470141113
Binary11111101100001001110010001100001010110011100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84E4; }

 p { color: rgb(253,132,228); }

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

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

 a { background-color: rgb(253,132,228); }

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

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

 span { border-color: rgb(253,132,228); }

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