#FD90EB

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

Shades of Pale Magenta #FD90EB

Tints of Pale Magenta #FD90EB

Color information

#FD90EB (or 0xFD90EB) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and EB. RGB value is (253,144,235). Sum of RGB (Red+Green+Blue) = 253+144+235=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90EB is #026F14. Grayscale: #BABABA. Windows color (decimal): -159509 or 15438077. OLE color: 15438077.

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

Color convert

RGB253144235-
CMYK00.430.070.01
HSL309.91º96.46%77.84%-
HSV(B)309.91º43.08%99.22%-
XYZ65.4846.8384.18-
YUV186.96155.11175.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 144 (56.64% from 255) = 22.78%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=40.03%
G=22.78%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314423500.430.070.01309.9196.4677.84
HexFD90EB02B71136604e
Octal37522035305371466140116
Binary1111110110010000111010110101011111110011011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90EB; }

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

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

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

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

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

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

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

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