#FC8FE5

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

Shades of Pale Magenta #FC8FE5

Tints of Pale Magenta #FC8FE5

Color information

#FC8FE5 (or 0xFC8FE5) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and E5. RGB value is (252,143,229). Sum of RGB (Red+Green+Blue) = 252+143+229=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FE5 is #03701A. Grayscale: #B9B9B9. Windows color (decimal): -225307 or 15044604. OLE color: 15044604.

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

Color convert

RGB252143229-
CMYK00.430.090.01
HSL312.66º94.78%77.45%-
HSV(B)312.66º43.25%98.82%-
XYZ64.114679.63-
YUV185.4152.61175.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 143 (56.25% from 255) = 22.92%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=40.38%
G=22.92%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214322900.430.090.01312.6694.7877.45
HexFC8FE502B911395f4d
Octal374217345053111471137115
Binary11111100100011111110010101010111001110011100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FE5; }

 p { color: rgb(252,143,229); }

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

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

 a { background-color: rgb(252,143,229); }

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

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

 span { border-color: rgb(252,143,229); }

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