Html Css Color HEX #FE86EE Pale Magenta

📋 copy color: '#FE86EE'

red 254 ◦ green 134 ◦ blue 238

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

Shades of Pale Magenta #FE86EE

Tints of Pale Magenta #FE86EE

RGB

 RED value IS 254 (99.61% from 255) = 40.58%

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

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

R = 40.58%
G = 21.41%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE86EE (or 0xFE86EE) is known color: Pale Magenta. HEX triplet: FE, 86 and EE. RGB value is (254,134,238). Sum of RGB (Red+Green+Blue) = 254+134+238=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE86EE is #017911. Grayscale: #B5B5B5. Windows color (decimal): -96530 or 15632126. OLE color: 15632126.

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

Color convert

RGB 254 134 238 -
CMYK 0 0.47 0.06 0.00
HSL 308º 0.98% 0.76% -
HSV(B) 308º 0.47% 1% -
XYZ 64.83 44.29 86.02 -
YUV 181.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 254 134 238 0 0.47 0.06 0.00 308 0.98 0.76
Hex FE 86 EE 0 2F 6 0 134 62 4C
Octal 376 206 356 0 57 6 0 464 142 114
Binary 11111110 10000110 11101110 0 101111 110 0 100110100 1100010 1001100

Color Harmonies of #FE86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86EE

Black with #FE86EE

Text Example


Text Example

White with #FE86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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