#FA8EDA

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

Shades of Pale Magenta #FA8EDA

Tints of Pale Magenta #FA8EDA

Color information

#FA8EDA (or 0xFA8EDA) is unknown color: approx Pale Magenta. HEX triplet: FA, 8E and DA. RGB value is (250,142,218). Sum of RGB (Red+Green+Blue) = 250+142+218=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDA is #057125. Grayscale: #B6B6B6. Windows color (decimal): -356646 or 14323450. OLE color: 14323450.

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

Color convert

RGB250142218-
CMYK00.430.130.02
HSL317.78º91.53%76.86%-
HSV(B)317.78º43.2%98.04%-
XYZ61.7544.7371.71-
YUV182.96147.78175.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 142 (55.86% from 255) = 23.28%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=40.98%
G=23.28%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014221800.430.130.02317.7891.5376.86
HexFA8EDA02BD213e5c4d
Octal372216332053152476134115
Binary111110101000111011011010010101111011010011111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EDA; }

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

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

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

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

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

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

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

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