#FC7FD5

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

Shades of Pale Magenta #FC7FD5

Tints of Pale Magenta #FC7FD5

Color information

#FC7FD5 (or 0xFC7FD5) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and D5. RGB value is (252,127,213). Sum of RGB (Red+Green+Blue) = 252+127+213=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FD5 is #03802A. Grayscale: #ADADAD. Windows color (decimal): -229419 or 13991932. OLE color: 13991932.

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

Color convert

RGB252127213-
CMYK00.500.150.01
HSL318.72º95.42%74.31%-
HSV(B)318.72º49.6%98.82%-
XYZ59.7440.6867.65-
YUV174.18149.91183.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 127 (50% from 255) = 21.45%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=42.57%
G=21.45%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212721300.500.150.01318.7295.4274.31
HexFC7FD5032F113f5f4a
Octal374177325062171477137112
Binary1111110011111111101010101100101111110011111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FD5; }

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

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

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

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

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

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

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

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