#FD91E5

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

Shades of Pale Magenta #FD91E5

Tints of Pale Magenta #FD91E5

Color information

#FD91E5 (or 0xFD91E5) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and E5. RGB value is (253,145,229). Sum of RGB (Red+Green+Blue) = 253+145+229=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 145 (57.03% from 255 or 23.13% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91E5 is #026E1A. Grayscale: #BABABA. Windows color (decimal): -159259 or 15045117. OLE color: 15045117.

HSL color Cylindrical-coordinate representation of color #FD91E5: hue angle of 313.33º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD91E5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253145229-
CMYK00.430.090.01
HSL313.33º96.43%78.04%-
HSV(B)313.33º42.69%99.22%-
XYZ64.7846.7979.75-
YUV186.87151.78175.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 145 (57.03% from 255) = 23.13%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=40.35%
G=23.13%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314522900.430.090.01313.3396.4378.04
HexFD91E502B91139604e
Octal375221345053111471140116
Binary11111101100100011110010101010111001110011100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91E5; }

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

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

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

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

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

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

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

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