#FD90EE

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

Shades of Pale Magenta #FD90EE

Tints of Pale Magenta #FD90EE

Color information

#FD90EE (or 0xFD90EE) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and EE. RGB value is (253,144,238). Sum of RGB (Red+Green+Blue) = 253+144+238=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90EE is #026F11. Grayscale: #BBBBBB. Windows color (decimal): -159506 or 15634685. OLE color: 15634685.

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

Color convert

RGB253144238-
CMYK00.430.060.01
HSL308.26º96.46%77.84%-
HSV(B)308.26º43.08%99.22%-
XYZ65.914786.49-
YUV187.31156.61174.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 144 (56.64% from 255) = 22.68%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=39.84%
G=22.68%
B=37.48%

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
Decimal25314423800.430.060.01308.2696.4677.84
HexFD90EE02B61134604e
Octal37522035605361464140116
Binary1111110110010000111011100101011110110011010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90EE; }

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

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

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

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

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

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

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

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