#FE86D5

Color #FE86D5 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FE86D5

Tints of Pale Magenta #FE86D5

Color information

#FE86D5 (or 0xFE86D5) is unknown color: approx Pale Magenta. HEX triplet: FE, 86 and D5. RGB value is (254,134,213). Sum of RGB (Red+Green+Blue) = 254+134+213=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86D5 is #01792A. Grayscale: #B2B2B2. Windows color (decimal): -96555 or 13993726. OLE color: 13993726.

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

Color convert

RGB254134213-
CMYK00.470.160.00
HSL320.5º98.36%76.08%-
HSV(B)320.5º47.24%99.61%-
XYZ61.4142.9368-
YUV178.89147.26181.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 134 (52.73% from 255) = 22.30%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=42.26%
G=22.30%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413421300.470.160.00320.598.3676.08
HexFE86D502F100140624c
Octal376206325057200500142114
Binary111111101000011011010101010111110000010100000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE86D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE86D5; }

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

 H1.HeaderClassName
 {
   color: #FE86D5;
 }
 .AnyTagClassName
 {
   color: #FE86D5;
 }
</style>
background-color css

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

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

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

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

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

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