#FA86DC

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

Shades of Pale Magenta #FA86DC

Tints of Pale Magenta #FA86DC

Color information

#FA86DC (or 0xFA86DC) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and DC. RGB value is (250,134,220). Sum of RGB (Red+Green+Blue) = 250+134+220=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DC is #057923. Grayscale: #B2B2B2. Windows color (decimal): -358692 or 14452474. OLE color: 14452474.

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

Color convert

RGB250134220-
CMYK00.460.120.02
HSL315.52º92.06%75.29%-
HSV(B)315.52º46.4%98.04%-
XYZ60.8742.5472.71-
YUV178.49151.43179.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 134 (52.73% from 255) = 22.19%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=41.39%
G=22.19%
B=36.42%

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
Decimal25013422000.460.120.02315.5292.0675.29
HexFA86DC02EC213c5c4b
Octal372206334056142474134113
Binary111110101000011011011100010111011001010011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86DC; }

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

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

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

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

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

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

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

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