#FD91E6

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

Shades of Pale Magenta #FD91E6

Tints of Pale Magenta #FD91E6

Color information

#FD91E6 (or 0xFD91E6) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and E6. RGB value is (253,145,230). Sum of RGB (Red+Green+Blue) = 253+145+230=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91E6 is #026E19. Grayscale: #BABABA. Windows color (decimal): -159258 or 15110653. OLE color: 15110653.

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

Color convert

RGB253145230-
CMYK00.430.090.01
HSL312.78º96.43%78.04%-
HSV(B)312.78º42.69%99.22%-
XYZ64.9246.8580.48-
YUV186.98152.28175.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 145 (57.03% from 255) = 23.09%
BLUE value IS 230 (90.23% from 255) = 36.62%
R=40.29%
G=23.09%
B=36.62%

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
Decimal25314523000.430.090.01312.7896.4378.04
HexFD91E602B91139604e
Octal375221346053111471140116
Binary11111101100100011110011001010111001110011100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91E6; }

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

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

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

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

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

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

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

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