#FC8EE1

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

Shades of Pale Magenta #FC8EE1

Tints of Pale Magenta #FC8EE1

Color information

#FC8EE1 (or 0xFC8EE1) is unknown color: approx Pale Magenta. HEX triplet: FC, 8E and E1. RGB value is (252,142,225). Sum of RGB (Red+Green+Blue) = 252+142+225=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EE1 is #03711E. Grayscale: #B8B8B8. Windows color (decimal): -225567 or 14782204. OLE color: 14782204.

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

Color convert

RGB252142225-
CMYK00.440.110.01
HSL314.73º94.83%77.25%-
HSV(B)314.73º43.65%98.82%-
XYZ63.4145.4876.67-
YUV184.35150.94176.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 142 (55.86% from 255) = 22.94%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=40.71%
G=22.94%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214222500.440.110.01314.7394.8377.25
HexFC8EE102CB113b5f4d
Octal374216341054131473137115
Binary11111100100011101110000101011001011110011101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8EE1; }

 p { color: rgb(252,142,225); }

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

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

 a { background-color: rgb(252,142,225); }

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

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

 span { border-color: rgb(252,142,225); }

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