#FD91E9

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

Shades of Pale Magenta #FD91E9

Tints of Pale Magenta #FD91E9

Color information

#FD91E9 (or 0xFD91E9) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and E9. RGB value is (253,145,233). Sum of RGB (Red+Green+Blue) = 253+145+233=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91E9 is #026E16. Grayscale: #BBBBBB. Windows color (decimal): -159255 or 15307261. OLE color: 15307261.

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

Color convert

RGB253145233-
CMYK00.430.080.01
HSL311.11º96.43%78.04%-
HSV(B)311.11º42.69%99.22%-
XYZ65.3447.0282.72-
YUV187.32153.78174.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 145 (57.03% from 255) = 22.98%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=40.10%
G=22.98%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314523300.430.080.01311.1196.4378.04
HexFD91E902B81137604e
Octal375221351053101467140116
Binary11111101100100011110100101010111000110011011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91E9; }

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

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

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

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

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

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

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

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