Html Css Color HEX #FE86DF Pale Magenta

📋 copy color: '#FE86DF'

red 254 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #FE86DF

Tints of Pale Magenta #FE86DF

RGB

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

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

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

R = 41.57%
G = 21.93%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE86DF (or 0xFE86DF) is known color: Pale Magenta. HEX triplet: FE, 86 and DF. RGB value is (254,134,223). Sum of RGB (Red+Green+Blue) = 254+134+223=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86DF is #017920. Grayscale: #B3B3B3. Windows color (decimal): -96545 or 14649086. OLE color: 14649086.

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

Color convert

RGB 254 134 223 -
CMYK 0 0.47 0.12 0.00
HSL 315.5º 0.98% 0.76% -
HSV(B) 315.5º 0.47% 1% -
XYZ 62.72 43.45 74.89 -
YUV 180.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 254 134 223 0 0.47 0.12 0.00 315.5 0.98 0.76
Hex FE 86 DF 0 2F C 0 13C 62 4C
Octal 376 206 337 0 57 14 0 474 142 114
Binary 11111110 10000110 11011111 0 101111 1100 0 100111100 1100010 1001100

Color Harmonies of #FE86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86DF

Black with #FE86DF

Text Example


Text Example

White with #FE86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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