#FC81ED

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

Shades of Pale Magenta #FC81ED

Tints of Pale Magenta #FC81ED

Color information

#FC81ED (or 0xFC81ED) is unknown color: approx Pale Magenta. HEX triplet: FC, 81 and ED. RGB value is (252,129,237). Sum of RGB (Red+Green+Blue) = 252+129+237=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81ED is #037E12. Grayscale: #B1B1B1. Windows color (decimal): -228883 or 15565308. OLE color: 15565308.

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

Color convert

RGB252129237-
CMYK00.490.060.01
HSL307.32º95.35%74.71%-
HSV(B)307.32º48.81%98.82%-
XYZ63.2842.5184.99-
YUV178.09161.25180.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 129 (50.78% from 255) = 20.87%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=40.78%
G=20.87%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212923700.490.060.01307.3295.3574.71
HexFC81ED031611335f4b
Octal37420135506161463137113
Binary1111110010000001111011010110001110110011001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC81ED; }

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

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

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

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

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

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

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

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