#FC81E4

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

Shades of Pale Magenta #FC81E4

Tints of Pale Magenta #FC81E4

Color information

#FC81E4 (or 0xFC81E4) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and E4. RGB value is (252,129,228). Sum of RGB (Red+Green+Blue) = 252+129+228=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81E4 is #037E1B. Grayscale: #B0B0B0. Windows color (decimal): -228892 or 14975484. OLE color: 14975484.

HSL color Cylindrical-coordinate representation of color #FC81E4: hue angle of 311.71º 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 #FC81E4 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252129228-
CMYK00.490.100.01
HSL311.71º95.35%74.71%-
HSV(B)311.71º48.81%98.82%-
XYZ624278.24-
YUV177.06156.75181.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 129 (50.78% from 255) = 21.18%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=41.38%
G=21.18%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212922800.490.100.01311.7195.3574.71
HexFC81E4031A11385f4b
Octal374201344061121470137113
Binary11111100100000011110010001100011010110011100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81E4; }

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

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

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

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

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

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

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

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