Html Css Color HEX #FF86DF Pale Magenta

📋 copy color: '#FF86DF'

red 255 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #FF86DF

Tints of Pale Magenta #FF86DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 41.67%
G = 21.9%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF86DF (or 0xFF86DF) is known color: Pale Magenta. HEX triplet: FF, 86 and DF. RGB value is (255,134,223). Sum of RGB (Red+Green+Blue) = 255+134+223=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86DF is #007920. Grayscale: #B4B4B4. Windows color (decimal): -31009 or 14649087. OLE color: 14649087.

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

Color convert

RGB 255 134 223 -
CMYK 0 0.47 0.13 0
HSL 315.87º 1% 0.76% -
HSV(B) 315.87º 0.47% 1% -
XYZ 63.08 43.64 74.91 -
YUV 180.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 255 134 223 0 0.47 0.13 0 315.87 1 0.76
Hex FF 86 DF 0 2F D 0 13C 64 4C
Octal 377 206 337 0 57 15 0 474 144 114
Binary 11111111 10000110 11011111 0 101111 1101 0 100111100 1100100 1001100

Color Harmonies of #FF86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86DF

Black with #FF86DF

Text Example


Text Example

White with #FF86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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