#FD90EC

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

Shades of Pale Magenta #FD90EC

Tints of Pale Magenta #FD90EC

Color information

#FD90EC (or 0xFD90EC) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and EC. RGB value is (253,144,236). Sum of RGB (Red+Green+Blue) = 253+144+236=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90EC is #026F13. Grayscale: #BABABA. Windows color (decimal): -159508 or 15503613. OLE color: 15503613.

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

Color convert

RGB253144236-
CMYK00.430.070.01
HSL309.36º96.46%77.84%-
HSV(B)309.36º43.08%99.22%-
XYZ65.6246.8984.95-
YUV187.08155.61175.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 144 (56.64% from 255) = 22.75%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=39.97%
G=22.75%
B=37.28%

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
Decimal25314423600.430.070.01309.3696.4677.84
HexFD90EC02B71135604e
Octal37522035405371465140116
Binary1111110110010000111011000101011111110011010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90EC; }

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

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

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

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

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

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

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

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