#FA87DC

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

Shades of Pale Magenta #FA87DC

Tints of Pale Magenta #FA87DC

Color information

#FA87DC (or 0xFA87DC) is unknown color: approx Pale Magenta. HEX triplet: FA, 87 and DC. RGB value is (250,135,220). Sum of RGB (Red+Green+Blue) = 250+135+220=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DC is #057823. Grayscale: #B2B2B2. Windows color (decimal): -358436 or 14452730. OLE color: 14452730.

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

Color convert

RGB250135220-
CMYK00.460.120.02
HSL315.65º92%75.49%-
HSV(B)315.65º46%98.04%-
XYZ61.0142.8272.76-
YUV179.08151.1178.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 135 (53.12% from 255) = 22.31%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=41.32%
G=22.31%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013522000.460.120.02315.659275.49
HexFA87DC02EC213c5c4b
Octal372207334056142474134113
Binary111110101000011111011100010111011001010011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87DC; }

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

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

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

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

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

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

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

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