#FA87ED

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

Shades of Pale Magenta #FA87ED

Tints of Pale Magenta #FA87ED

Color information

#FA87ED (or 0xFA87ED) is unknown color: approx Pale Magenta. HEX triplet: FA, 87 and ED. RGB value is (250,135,237). Sum of RGB (Red+Green+Blue) = 250+135+237=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 135 (53.12% from 255 or 21.70% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA87ED is #057812. Grayscale: #B4B4B4. Windows color (decimal): -358419 or 15566842. OLE color: 15566842.

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

Color convert

RGB250135237-
CMYK00.460.050.02
HSL306.78º92%75.49%-
HSV(B)306.78º46%98.04%-
XYZ63.3743.7785.23-
YUV181.01159.6177.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 135 (53.12% from 255) = 21.70%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=40.19%
G=21.70%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013523700.460.050.02306.789275.49
HexFA87ED02E521335c4b
Octal37220735505652463134113
Binary11111010100001111110110101011101011010011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87ED; }

 p { color: rgb(250,135,237); }

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

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

 a { background-color: rgb(250,135,237); }

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

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

 span { border-color: rgb(250,135,237); }

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