#FD90E2

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

Shades of Pale Magenta #FD90E2

Tints of Pale Magenta #FD90E2

Color information

#FD90E2 (or 0xFD90E2) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and E2. RGB value is (253,144,226). Sum of RGB (Red+Green+Blue) = 253+144+226=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90E2 is #026F1D. Grayscale: #B9B9B9. Windows color (decimal): -159518 or 14848253. OLE color: 14848253.

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

Color convert

RGB253144226-
CMYK00.430.110.01
HSL314.86º96.46%77.84%-
HSV(B)314.86º43.08%99.22%-
XYZ64.2146.3277.51-
YUV185.94150.61175.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 144 (56.64% from 255) = 23.11%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=40.61%
G=23.11%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314422600.430.110.01314.8696.4677.84
HexFD90E202BB113b604e
Octal375220342053131473140116
Binary11111101100100001110001001010111011110011101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90E2; }

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

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

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

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

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

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

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

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