#FC81EB

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

Shades of Pale Magenta #FC81EB

Tints of Pale Magenta #FC81EB

Color information

#FC81EB (or 0xFC81EB) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and EB. RGB value is (252,129,235). Sum of RGB (Red+Green+Blue) = 252+129+235=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81EB is #037E14. Grayscale: #B1B1B1. Windows color (decimal): -228885 or 15434236. OLE color: 15434236.

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

Color convert

RGB252129235-
CMYK00.490.070.01
HSL308.29º95.35%74.71%-
HSV(B)308.29º48.81%98.82%-
XYZ62.9942.3983.46-
YUV177.86160.25180.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 129 (50.78% from 255) = 20.94%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=40.91%
G=20.94%
B=38.15%

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
Decimal25212923500.490.070.01308.2995.3574.71
HexFC81EB031711345f4b
Octal37420135306171464137113
Binary1111110010000001111010110110001111110011010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81EB; }

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

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

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

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

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

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

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

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