#FA87DE

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

Shades of Pale Magenta #FA87DE

Tints of Pale Magenta #FA87DE

Color information

#FA87DE (or 0xFA87DE) is unknown color: approx Pale Magenta. HEX triplet: FA, 87 and DE. RGB value is (250,135,222). Sum of RGB (Red+Green+Blue) = 250+135+222=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DE is #057821. Grayscale: #B3B3B3. Windows color (decimal): -358434 or 14583802. OLE color: 14583802.

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

Color convert

RGB250135222-
CMYK00.460.110.02
HSL314.61º92%75.49%-
HSV(B)314.61º46%98.04%-
XYZ61.2742.9374.16-
YUV179.3152.1178.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 135 (53.12% from 255) = 22.24%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=41.19%
G=22.24%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013522200.460.110.02314.619275.49
HexFA87DE02EB213b5c4b
Octal372207336056132473134113
Binary111110101000011111011110010111010111010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87DE; }

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

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

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

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

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

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

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

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