Html Css Color HEX #FF86DC Pale Magenta

📋 copy color: '#FF86DC'

red 255 ◦ green 134 ◦ blue 220

#FF86DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF86DC

Tints of Pale Magenta #FF86DC

RGB

 RED value IS 255 (100% from 255) = 41.87%

 GREEN value IS 134 (52.73% from 255) = 22%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 41.87%
G = 22%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF86DC (or 0xFF86DC) is known color: Pale Magenta. HEX triplet: FF, 86 and DC. RGB value is (255,134,220). Sum of RGB (Red+Green+Blue) = 255+134+220=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86DC is #007923. Grayscale: #B3B3B3. Windows color (decimal): -31012 or 14452479. OLE color: 14452479.

HSL color Cylindrical-coordinate representation of color #FF86DC: hue angle of 317.36º 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 #FF86DC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 134 220 -
CMYK 0 0.47 0.14 0
HSL 317.36º 1% 0.76% -
HSV(B) 317.36º 0.47% 1% -
XYZ 62.68 43.48 72.8 -
YUV 179.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 255 134 220 0 0.47 0.14 0 317.36 1 0.76
Hex FF 86 DC 0 2F E 0 13D 64 4C
Octal 377 206 334 0 57 16 0 475 144 114
Binary 11111111 10000110 11011100 0 101111 1110 0 100111101 1100100 1001100

Color Harmonies of #FF86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86DC

Black with #FF86DC

Text Example


Text Example

White with #FF86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86DC; }

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

 H1.HeaderClassName
 {
   color: #FF86DC;
 }
 .AnyTagClassName
 {
   color: #FF86DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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