#FC7CEF

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

Shades of Pale Magenta #FC7CEF

Tints of Pale Magenta #FC7CEF

Color information

#FC7CEF (or 0xFC7CEF) is unknown color: approx Pale Magenta. HEX triplet: FC, 7C and EF. RGB value is (252,124,239). Sum of RGB (Red+Green+Blue) = 252+124+239=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CEF is #038310. Grayscale: #AFAFAF. Windows color (decimal): -230161 or 15695100. OLE color: 15695100.

HSL color Cylindrical-coordinate representation of color #FC7CEF: hue angle of 306.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CEF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252124239-
CMYK00.510.050.01
HSL306.09º95.52%73.73%-
HSV(B)306.09º50.79%98.82%-
XYZ62.9341.3486.32-
YUV175.38163.91182.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=40.98%
G=20.16%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212423900.510.050.01306.0995.5273.73
HexFC7CEF03351132604a
Octal37417435706351462140112
Binary111111001111100111011110110011101110011001011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7CEF; }

 p { color: rgb(252,124,239); }

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

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

 a { background-color: rgb(252,124,239); }

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

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

 span { border-color: rgb(252,124,239); }

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