#FA86DE

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

Shades of Pale Magenta #FA86DE

Tints of Pale Magenta #FA86DE

Color information

#FA86DE (or 0xFA86DE) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and DE. RGB value is (250,134,222). Sum of RGB (Red+Green+Blue) = 250+134+222=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DE is #057921. Grayscale: #B2B2B2. Windows color (decimal): -358690 or 14583546. OLE color: 14583546.

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

Color convert

RGB250134222-
CMYK00.460.110.02
HSL314.48º92.06%75.29%-
HSV(B)314.48º46.4%98.04%-
XYZ61.1342.6574.12-
YUV178.72152.43178.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 134 (52.73% from 255) = 22.11%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=41.25%
G=22.11%
B=36.63%

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
Decimal25013422200.460.110.02314.4892.0675.29
HexFA86DE02EB213a5c4b
Octal372206336056132472134113
Binary111110101000011011011110010111010111010011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86DE; }

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

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

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

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

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

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

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

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