#FC7EEE

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

Shades of Pale Magenta #FC7EEE

Tints of Pale Magenta #FC7EEE

Color information

#FC7EEE (or 0xFC7EEE) is unknown color: approx Pale Magenta. HEX triplet: FC, 7E and EE. RGB value is (252,126,238). Sum of RGB (Red+Green+Blue) = 252+126+238=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7EEE is #038111. Grayscale: #B0B0B0. Windows color (decimal): -229650 or 15630076. OLE color: 15630076.

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

Color convert

RGB252126238-
CMYK00.50.060.01
HSL306.67º95.45%74.12%-
HSV(B)306.67º50%98.82%-
XYZ63.0441.7985.63-
YUV176.44162.74181.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 126 (49.61% from 255) = 20.45%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=40.91%
G=20.45%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212623800.50.060.01306.6795.4574.12
HexFC7EEE032611335f4a
Octal37417635606261463137112
Binary111111001111110111011100110010110110011001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7EEE; }

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

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

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

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

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

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

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

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