#FA87DD

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

Shades of Pale Magenta #FA87DD

Tints of Pale Magenta #FA87DD

Color information

#FA87DD (or 0xFA87DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 87 and DD. RGB value is (250,135,221). Sum of RGB (Red+Green+Blue) = 250+135+221=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DD is #057822. Grayscale: #B2B2B2. Windows color (decimal): -358435 or 14518266. OLE color: 14518266.

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

Color convert

RGB250135221-
CMYK00.460.120.02
HSL315.13º92%75.49%-
HSV(B)315.13º46%98.04%-
XYZ61.1442.8773.46-
YUV179.19151.6178.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 135 (53.12% from 255) = 22.28%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=41.25%
G=22.28%
B=36.47%

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
Decimal25013522100.460.120.02315.139275.49
HexFA87DD02EC213b5c4b
Octal372207335056142473134113
Binary111110101000011111011101010111011001010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87DD; }

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

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

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

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

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

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

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

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