#FF86D6

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

Shades of Pale Magenta #FF86D6

Tints of Pale Magenta #FF86D6

Color information

#FF86D6 (or 0xFF86D6) is unknown color: approx Pale Magenta. HEX triplet: FF, 86 and D6. RGB value is (255,134,214). Sum of RGB (Red+Green+Blue) = 255+134+214=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86D6 is #007929. Grayscale: #B3B3B3. Windows color (decimal): -31018 or 14059263. OLE color: 14059263.

HSL color Cylindrical-coordinate representation of color #FF86D6: hue angle of 320.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86D6 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255134214-
CMYK00.470.160
HSL320.33º100%76.27%-
HSV(B)320.33º47.45%100%-
XYZ61.943.1768.69-
YUV179.3147.59182-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=42.29%
G=22.22%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513421400.470.160320.3310076.27
HexFF86D602F100140644c
Octal377206326057200500144114
Binary111111111000011011010110010111110000010100000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF86D6; }

 p { color: rgb(255,134,214); }

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

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

 a { background-color: rgb(255,134,214); }

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

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

 span { border-color: rgb(255,134,214); }

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