#FA86E2

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

Shades of Pale Magenta #FA86E2

Tints of Pale Magenta #FA86E2

Color information

#FA86E2 (or 0xFA86E2) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and E2. RGB value is (250,134,226). Sum of RGB (Red+Green+Blue) = 250+134+226=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86E2 is #05791D. Grayscale: #B2B2B2. Windows color (decimal): -358686 or 14845690. OLE color: 14845690.

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

Color convert

RGB250134226-
CMYK00.460.100.02
HSL312.41º92.06%75.29%-
HSV(B)312.41º46.4%98.04%-
XYZ61.6842.8776.97-
YUV179.17154.43178.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 134 (52.73% from 255) = 21.97%
BLUE value IS 226 (88.67% from 255) = 37.05%
R=40.98%
G=21.97%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013422600.460.100.02312.4192.0675.29
HexFA86E202EA21385c4b
Octal372206342056122470134113
Binary111110101000011011100010010111010101010011100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86E2; }

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

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

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

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

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

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

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

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