#FD91EE

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

Shades of Pale Magenta #FD91EE

Tints of Pale Magenta #FD91EE

Color information

#FD91EE (or 0xFD91EE) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and EE. RGB value is (253,145,238). Sum of RGB (Red+Green+Blue) = 253+145+238=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91EE is #026E11. Grayscale: #BBBBBB. Windows color (decimal): -159250 or 15634941. OLE color: 15634941.

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

Color convert

RGB253145238-
CMYK00.430.060.01
HSL308.33º96.43%78.04%-
HSV(B)308.33º42.69%99.22%-
XYZ66.0747.3186.54-
YUV187.89156.28174.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 145 (57.03% from 255) = 22.80%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=39.78%
G=22.80%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314523800.430.060.01308.3396.4378.04
HexFD91EE02B61134604e
Octal37522135605361464140116
Binary1111110110010001111011100101011110110011010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91EE; }

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

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

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

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

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

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

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

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