#FA8EE1

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

Shades of Pale Magenta #FA8EE1

Tints of Pale Magenta #FA8EE1

Color information

#FA8EE1 (or 0xFA8EE1) is unknown color: approx Pale Magenta. HEX triplet: FA, 8E and E1. RGB value is (250,142,225). Sum of RGB (Red+Green+Blue) = 250+142+225=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE1 is #05711E. Grayscale: #B7B7B7. Windows color (decimal): -356639 or 14782202. OLE color: 14782202.

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

Color convert

RGB250142225-
CMYK00.430.100.02
HSL313.89º91.53%76.86%-
HSV(B)313.89º43.2%98.04%-
XYZ62.6945.1176.64-
YUV183.75151.28175.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 142 (55.86% from 255) = 23.01%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=40.52%
G=23.01%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014222500.430.100.02313.8991.5376.86
HexFA8EE102BA213a5c4d
Octal372216341053122472134115
Binary111110101000111011100001010101110101010011101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EE1; }

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

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

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

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

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

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

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

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