Html Css Color HEX #FF86EE Pale Magenta

📋 copy color: '#FF86EE'

red 255 ◦ green 134 ◦ blue 238

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

Shades of Pale Magenta #FF86EE

Tints of Pale Magenta #FF86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 40.67%
G = 21.37%
B = 37.96%

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

#FF86EE (or 0xFF86EE) is known color: Pale Magenta. HEX triplet: FF, 86 and EE. RGB value is (255,134,238). Sum of RGB (Red+Green+Blue) = 255+134+238=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 134 (52.73% from 255 or 21.37% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86EE is #007911. Grayscale: #B5B5B5. Windows color (decimal): -30994 or 15632127. OLE color: 15632127.

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

Color convert

RGB 255 134 238 -
CMYK 0 0.47 0.07 0
HSL 308.43º 1% 0.76% -
HSV(B) 308.43º 0.47% 1% -
XYZ 65.2 44.48 86.04 -
YUV 182.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 255 134 238 0 0.47 0.07 0 308.43 1 0.76
Hex FF 86 EE 0 2F 7 0 134 64 4C
Octal 377 206 356 0 57 7 0 464 144 114
Binary 11111111 10000110 11101110 0 101111 111 0 100110100 1100100 1001100

Color Harmonies of #FF86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF86EE

Black with #FF86EE

Text Example


Text Example

White with #FF86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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