#FC81E5

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

Shades of Pale Magenta #FC81E5

Tints of Pale Magenta #FC81E5

Color information

#FC81E5 (or 0xFC81E5) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and E5. RGB value is (252,129,229). Sum of RGB (Red+Green+Blue) = 252+129+229=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81E5 is #037E1A. Grayscale: #B0B0B0. Windows color (decimal): -228891 or 15041020. OLE color: 15041020.

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

Color convert

RGB252129229-
CMYK00.490.090.01
HSL311.22º95.35%74.71%-
HSV(B)311.22º48.81%98.82%-
XYZ62.1442.0578.97-
YUV177.18157.25181.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 129 (50.78% from 255) = 21.15%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=41.31%
G=21.15%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212922900.490.090.01311.2295.3574.71
HexFC81E5031911375f4b
Octal374201345061111467137113
Binary11111100100000011110010101100011001110011011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81E5; }

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

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

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

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

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

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

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

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