#FC7FD9

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

Shades of Pale Magenta #FC7FD9

Tints of Pale Magenta #FC7FD9

Color information

#FC7FD9 (or 0xFC7FD9) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and D9. RGB value is (252,127,217). Sum of RGB (Red+Green+Blue) = 252+127+217=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FD9 is #038026. Grayscale: #AEAEAE. Windows color (decimal): -229415 or 14254076. OLE color: 14254076.

HSL color Cylindrical-coordinate representation of color #FC7FD9: hue angle of 316.8º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FD9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252127217-
CMYK00.500.140.01
HSL316.8º95.42%74.31%-
HSV(B)316.8º49.6%98.82%-
XYZ60.2640.8870.36-
YUV174.64151.91183.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 127 (50% from 255) = 21.31%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=42.28%
G=21.31%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212721700.500.140.01316.895.4274.31
HexFC7FD9032E113d5f4a
Octal374177331062161475137112
Binary1111110011111111101100101100101110110011110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FD9; }

 p { color: rgb(252,127,217); }

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

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

 a { background-color: rgb(252,127,217); }

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

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

 span { border-color: rgb(252,127,217); }

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