#FD91E3

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

Shades of Pale Magenta #FD91E3

Tints of Pale Magenta #FD91E3

Color information

#FD91E3 (or 0xFD91E3) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and E3. RGB value is (253,145,227). Sum of RGB (Red+Green+Blue) = 253+145+227=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91E3 is #026E1C. Grayscale: #BABABA. Windows color (decimal): -159261 or 14914045. OLE color: 14914045.

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

Color convert

RGB253145227-
CMYK00.430.100.01
HSL314.44º96.43%78.04%-
HSV(B)314.44º42.69%99.22%-
XYZ64.546.6878.28-
YUV186.64150.78175.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 145 (57.03% from 255) = 23.2%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=40.48%
G=23.2%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314522700.430.100.01314.4496.4378.04
HexFD91E302BA113a604e
Octal375221343053121472140116
Binary11111101100100011110001101010111010110011101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91E3; }

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

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

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

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

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

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

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

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