#FC6FDC

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

Shades of Pale Magenta #FC6FDC

Tints of Pale Magenta #FC6FDC

Color information

#FC6FDC (or 0xFC6FDC) is unknown color: approx Pale Magenta. HEX triplet: FC, 6F and DC. RGB value is (252,111,220). Sum of RGB (Red+Green+Blue) = 252+111+220=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FDC is #039023. Grayscale: #A5A5A5. Windows color (decimal): -233508 or 14446588. OLE color: 14446588.

HSL color Cylindrical-coordinate representation of color #FC6FDC: hue angle of 313.62º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6FDC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252111220-
CMYK00.560.130.01
HSL313.62º95.92%71.18%-
HSV(B)313.62º55.95%98.82%-
XYZ58.7537.2371.8-
YUV165.58158.71189.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 111 (43.75% from 255) = 19.04%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=43.22%
G=19.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211122000.560.130.01313.6295.9271.18
HexFC6FDC038D113a6047
Octal374157334070151472140107
Binary1111110011011111101110001110001101110011101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6FDC; }

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

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

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

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

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

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

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

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