#FA8EE4

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

Shades of Pale Magenta #FA8EE4

Tints of Pale Magenta #FA8EE4

Color information

#FA8EE4 (or 0xFA8EE4) is unknown color: approx Pale Magenta. HEX triplet: FA, 8E and E4. RGB value is (250,142,228). Sum of RGB (Red+Green+Blue) = 250+142+228=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE4 is #05711B. Grayscale: #B7B7B7. Windows color (decimal): -356636 or 14978810. OLE color: 14978810.

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

Color convert

RGB250142228-
CMYK00.430.090.02
HSL312.22º91.53%76.86%-
HSV(B)312.22º43.2%98.04%-
XYZ63.145.2778.81-
YUV184.1152.78175.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 142 (55.86% from 255) = 22.90%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=40.32%
G=22.90%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014222800.430.090.02312.2291.5376.86
HexFA8EE402B921385c4d
Octal372216344053112470134115
Binary111110101000111011100100010101110011010011100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EE4; }

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

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

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

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

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

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

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

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