#FD90E4

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

Shades of Pale Magenta #FD90E4

Tints of Pale Magenta #FD90E4

Color information

#FD90E4 (or 0xFD90E4) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and E4. RGB value is (253,144,228). Sum of RGB (Red+Green+Blue) = 253+144+228=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90E4 is #026F1B. Grayscale: #B9B9B9. Windows color (decimal): -159516 or 14979325. OLE color: 14979325.

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

Color convert

RGB253144228-
CMYK00.430.100.01
HSL313.76º96.46%77.84%-
HSV(B)313.76º43.08%99.22%-
XYZ64.4846.4378.96-
YUV186.17151.61175.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 144 (56.64% from 255) = 23.04%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=40.48%
G=23.04%
B=36.48%

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
Decimal25314422800.430.100.01313.7696.4677.84
HexFD90E402BA113a604e
Octal375220344053121472140116
Binary11111101100100001110010001010111010110011101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90E4; }

 p { color: rgb(253,144,228); }

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

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

 a { background-color: rgb(253,144,228); }

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

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

 span { border-color: rgb(253,144,228); }

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