Html Css Color HEX #FE86DC Pale Magenta

📋 copy color: '#FE86DC'

red 254 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #FE86DC

Tints of Pale Magenta #FE86DC

RGB

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

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

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

R = 41.78%
G = 22.04%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE86DC (or 0xFE86DC) is known color: Pale Magenta. HEX triplet: FE, 86 and DC. RGB value is (254,134,220). Sum of RGB (Red+Green+Blue) = 254+134+220=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86DC is #017923. Grayscale: #B3B3B3. Windows color (decimal): -96548 or 14452478. OLE color: 14452478.

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

Color convert

RGB 254 134 220 -
CMYK 0 0.47 0.13 0.00
HSL 317º 0.98% 0.76% -
HSV(B) 317º 0.47% 1% -
XYZ 62.32 43.29 72.78 -
YUV 179.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 254 134 220 0 0.47 0.13 0.00 317 0.98 0.76
Hex FE 86 DC 0 2F D 0 13D 62 4C
Octal 376 206 334 0 57 15 0 475 142 114
Binary 11111110 10000110 11011100 0 101111 1101 0 100111101 1100010 1001100

Color Harmonies of #FE86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86DC

Black with #FE86DC

Text Example


Text Example

White with #FE86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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