#FC7EE7

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

Shades of Pale Magenta #FC7EE7

Tints of Pale Magenta #FC7EE7

Color information

#FC7EE7 (or 0xFC7EE7) is unknown color: approx Pale Magenta. HEX triplet: FC, 7E and E7. RGB value is (252,126,231). Sum of RGB (Red+Green+Blue) = 252+126+231=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 126 (49.61% from 255 or 20.69% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7EE7 is #038118. Grayscale: #AFAFAF. Windows color (decimal): -229657 or 15171324. OLE color: 15171324.

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

Color convert

RGB252126231-
CMYK00.50.080.01
HSL310º95.45%74.12%-
HSV(B)310º50%98.82%-
XYZ62.0341.3980.32-
YUV175.64159.24182.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 126 (49.61% from 255) = 20.69%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212623100.50.080.0131095.4574.12
HexFC7EE7032811365f4a
Octal374176347062101466137112
Binary1111110011111101110011101100101000110011011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7EE7; }

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

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

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

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

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

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

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

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