#FC86E4

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

Shades of Pale Magenta #FC86E4

Tints of Pale Magenta #FC86E4

Color information

#FC86E4 (or 0xFC86E4) is unknown color: approx Pale Magenta. HEX triplet: FC, 86 and E4. RGB value is (252,134,228). Sum of RGB (Red+Green+Blue) = 252+134+228=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86E4 is #03791B. Grayscale: #B3B3B3. Windows color (decimal): -227612 or 14976764. OLE color: 14976764.

HSL color Cylindrical-coordinate representation of color #FC86E4: hue angle of 312.2º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86E4 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252134228-
CMYK00.470.100.01
HSL312.2º95.16%75.69%-
HSV(B)312.2º46.83%98.82%-
XYZ62.6743.3578.46-
YUV180155.09179.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 134 (52.73% from 255) = 21.82%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=41.04%
G=21.82%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213422800.470.100.01312.295.1675.69
HexFC86E402FA11385f4c
Octal374206344057121470137114
Binary11111100100001101110010001011111010110011100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86E4; }

 p { color: rgb(252,134,228); }

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

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

 a { background-color: rgb(252,134,228); }

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

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

 span { border-color: rgb(252,134,228); }

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