#FC80EB

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

Shades of Pale Magenta #FC80EB

Tints of Pale Magenta #FC80EB

Color information

#FC80EB (or 0xFC80EB) is unknown color: approx Pale Magenta. HEX triplet: FC, 80 and EB. RGB value is (252,128,235). Sum of RGB (Red+Green+Blue) = 252+128+235=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80EB is #037F14. Grayscale: #B0B0B0. Windows color (decimal): -229141 or 15433980. OLE color: 15433980.

HSL color Cylindrical-coordinate representation of color #FC80EB: hue angle of 308.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80EB is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252128235-
CMYK00.490.070.01
HSL308.23º95.38%74.51%-
HSV(B)308.23º49.21%98.82%-
XYZ62.8642.1383.42-
YUV177.27160.58181.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 128 (50.39% from 255) = 20.81%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=40.98%
G=20.81%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212823500.490.070.01308.2395.3874.51
HexFC80EB031711345f4b
Octal37420035306171464137113
Binary1111110010000000111010110110001111110011010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC80EB; }

 p { color: rgb(252,128,235); }

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

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

 a { background-color: rgb(252,128,235); }

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

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

 span { border-color: rgb(252,128,235); }

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