#FC7EDE

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

Shades of Pale Magenta #FC7EDE

Tints of Pale Magenta #FC7EDE

Color information

#FC7EDE (or 0xFC7EDE) is unknown color: approx Pale Magenta. HEX triplet: FC, 7E and DE. RGB value is (252,126,222). Sum of RGB (Red+Green+Blue) = 252+126+222=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDE is #038121. Grayscale: #AEAEAE. Windows color (decimal): -229666 or 14581500. OLE color: 14581500.

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

Color convert

RGB252126222-
CMYK00.50.120.01
HSL314.29º95.45%74.12%-
HSV(B)314.29º50%98.82%-
XYZ60.7940.8973.8-
YUV174.62154.74183.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 126 (49.61% from 255) = 21%
BLUE value IS 222 (87.11% from 255) = 37%
R=42%
G=21%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212622200.50.120.01314.2995.4574.12
HexFC7EDE032C113a5f4a
Octal374176336062141472137112
Binary1111110011111101101111001100101100110011101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7EDE; }

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

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

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

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

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

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

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

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