#FD90E6

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

Shades of Pale Magenta #FD90E6

Tints of Pale Magenta #FD90E6

Color information

#FD90E6 (or 0xFD90E6) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and E6. RGB value is (253,144,230). Sum of RGB (Red+Green+Blue) = 253+144+230=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 144 (56.64% from 255 or 22.97% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90E6 is #026F19. Grayscale: #BABABA. Windows color (decimal): -159514 or 15110397. OLE color: 15110397.

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

Color convert

RGB253144230-
CMYK00.430.090.01
HSL312.66º96.46%77.84%-
HSV(B)312.66º43.08%99.22%-
XYZ64.7646.5480.43-
YUV186.4152.61175.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 144 (56.64% from 255) = 22.97%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=40.35%
G=22.97%
B=36.68%

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
Decimal25314423000.430.090.01312.6696.4677.84
HexFD90E602B91139604e
Octal375220346053111471140116
Binary11111101100100001110011001010111001110011100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90E6; }

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

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

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

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

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

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

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

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