#FD84EB

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

Shades of Pale Magenta #FD84EB

Tints of Pale Magenta #FD84EB

Color information

#FD84EB (or 0xFD84EB) is unknown color: approx Pale Magenta. HEX triplet: FD, 84 and EB. RGB value is (253,132,235). Sum of RGB (Red+Green+Blue) = 253+132+235=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD84EB is #027B14. Grayscale: #B3B3B3. Windows color (decimal): -162581 or 15435005. OLE color: 15435005.

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

Color convert

RGB253132235-
CMYK00.480.070.01
HSL308.93º96.8%75.49%-
HSV(B)308.93º47.83%99.22%-
XYZ63.7543.3883.61-
YUV179.92159.09180.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 132 (51.95% from 255) = 21.29%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=40.81%
G=21.29%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313223500.480.070.01308.9396.875.49
HexFD84EB03071135614b
Octal37520435306071465141113
Binary1111110110000100111010110110000111110011010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84EB; }

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

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

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

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

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

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

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

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