#FC7FDE

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

Shades of Pale Magenta #FC7FDE

Tints of Pale Magenta #FC7FDE

Color information

#FC7FDE (or 0xFC7FDE) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and DE. RGB value is (252,127,222). Sum of RGB (Red+Green+Blue) = 252+127+222=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDE is #038021. Grayscale: #AEAEAE. Windows color (decimal): -229410 or 14581756. OLE color: 14581756.

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

Color convert

RGB252127222-
CMYK00.500.120.01
HSL314.4º95.42%74.31%-
HSV(B)314.4º49.6%98.82%-
XYZ60.9241.1573.84-
YUV175.2154.41182.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 127 (50% from 255) = 21.13%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=41.93%
G=21.13%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212722200.500.120.01314.495.4274.31
HexFC7FDE032C113a5f4a
Octal374177336062141472137112
Binary1111110011111111101111001100101100110011101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FDE; }

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

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

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

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

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

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

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

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