#FA8EDE

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

Shades of Pale Magenta #FA8EDE

Tints of Pale Magenta #FA8EDE

Color information

#FA8EDE (or 0xFA8EDE) is unknown color: approx Pale Magenta. HEX triplet: FA, 8E and DE. RGB value is (250,142,222). Sum of RGB (Red+Green+Blue) = 250+142+222=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDE is #057121. Grayscale: #B7B7B7. Windows color (decimal): -356642 or 14585594. OLE color: 14585594.

HSL color Cylindrical-coordinate representation of color #FA8EDE: hue angle of 315.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EDE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250142222-
CMYK00.430.110.02
HSL315.56º91.53%76.86%-
HSV(B)315.56º43.2%98.04%-
XYZ62.2844.9474.5-
YUV183.41149.78175.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 142 (55.86% from 255) = 23.13%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=40.72%
G=23.13%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014222200.430.110.02315.5691.5376.86
HexFA8EDE02BB213c5c4d
Octal372216336053132474134115
Binary111110101000111011011110010101110111010011110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EDE; }

 p { color: rgb(250,142,222); }

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

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

 a { background-color: rgb(250,142,222); }

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

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

 span { border-color: rgb(250,142,222); }

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