#FA86DD

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

Shades of Pale Magenta #FA86DD

Tints of Pale Magenta #FA86DD

Color information

#FA86DD (or 0xFA86DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 86 and DD. RGB value is (250,134,221). Sum of RGB (Red+Green+Blue) = 250+134+221=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86DD is #057922. Grayscale: #B2B2B2. Windows color (decimal): -358691 or 14518010. OLE color: 14518010.

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

Color convert

RGB250134221-
CMYK00.460.120.02
HSL315º92.06%75.29%-
HSV(B)315º46.4%98.04%-
XYZ6142.5973.41-
YUV178.6151.93178.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 134 (52.73% from 255) = 22.15%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=41.32%
G=22.15%
B=36.53%

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
Decimal25013422100.460.120.0231592.0675.29
HexFA86DD02EC213b5c4b
Octal372206335056142473134113
Binary111110101000011011011101010111011001010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86DD; }

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

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

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

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

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

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

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

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