#FA86E6

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

Shades of Pale Magenta #FA86E6

Tints of Pale Magenta #FA86E6

Color information

#FA86E6 (or 0xFA86E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and E6. RGB value is (250,134,230). Sum of RGB (Red+Green+Blue) = 250+134+230=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA86E6 is #057919. Grayscale: #B3B3B3. Windows color (decimal): -358682 or 15107834. OLE color: 15107834.

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

Color convert

RGB250134230-
CMYK00.460.080.02
HSL310.34º92.06%75.29%-
HSV(B)310.34º46.4%98.04%-
XYZ62.2343.0979.9-
YUV179.63156.43178.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 134 (52.73% from 255) = 21.82%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=40.72%
G=21.82%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013423000.460.080.02310.3492.0675.29
HexFA86E602E821365c4b
Octal372206346056102466134113
Binary111110101000011011100110010111010001010011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86E6; }

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

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

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

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

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

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

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

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