#FC81DC

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

Shades of Pale Magenta #FC81DC

Tints of Pale Magenta #FC81DC

Color information

#FC81DC (or 0xFC81DC) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and DC. RGB value is (252,129,220). Sum of RGB (Red+Green+Blue) = 252+129+220=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81DC is #037E23. Grayscale: #AFAFAF. Windows color (decimal): -228900 or 14451196. OLE color: 14451196.

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

Color convert

RGB252129220-
CMYK00.490.130.01
HSL315.61º95.35%74.71%-
HSV(B)315.61º48.81%98.82%-
XYZ60.9141.5672.52-
YUV176.15152.75182.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=41.93%
G=21.46%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212922000.490.130.01315.6195.3574.71
HexFC81DC031D113c5f4b
Octal374201334061151474137113
Binary11111100100000011101110001100011101110011110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81DC; }

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

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

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

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

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

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

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

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