Html Css Color HEX #FF86ED Pale Magenta

📋 copy color: '#FF86ED'

red 255 ◦ green 134 ◦ blue 237

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

Shades of Pale Magenta #FF86ED

Tints of Pale Magenta #FF86ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 40.73%
G = 21.41%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF86ED (or 0xFF86ED) is known color: Pale Magenta. HEX triplet: FF, 86 and ED. RGB value is (255,134,237). Sum of RGB (Red+Green+Blue) = 255+134+237=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86ED is #007912. Grayscale: #B5B5B5. Windows color (decimal): -30995 or 15566591. OLE color: 15566591.

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

Color convert

RGB 255 134 237 -
CMYK 0 0.47 0.07 0
HSL 308.93º 1% 0.76% -
HSV(B) 308.93º 0.47% 1% -
XYZ 65.05 44.42 85.27 -
YUV 181.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 255 134 237 0 0.47 0.07 0 308.93 1 0.76
Hex FF 86 ED 0 2F 7 0 135 64 4C
Octal 377 206 355 0 57 7 0 465 144 114
Binary 11111111 10000110 11101101 0 101111 111 0 100110101 1100100 1001100

Color Harmonies of #FF86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86ED

Black with #FF86ED

Text Example


Text Example

White with #FF86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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