#FC83EA

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

Shades of Pale Magenta #FC83EA

Tints of Pale Magenta #FC83EA

Color information

#FC83EA (or 0xFC83EA) is unknown color: approx Pale Magenta. HEX triplet: FC, 83 and EA. RGB value is (252,131,234). Sum of RGB (Red+Green+Blue) = 252+131+234=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83EA is #037C15. Grayscale: #B2B2B2. Windows color (decimal): -228374 or 15369212. OLE color: 15369212.

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

Color convert

RGB252131234-
CMYK00.480.070.01
HSL308.93º95.28%75.1%-
HSV(B)308.93º48.02%98.82%-
XYZ63.1142.8782.79-
YUV178.92159.09180.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 131 (51.56% from 255) = 21.23%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=40.84%
G=21.23%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213123400.480.070.01308.9395.2875.1
HexFC83EA030711355f4b
Octal37420335206071465137113
Binary1111110010000011111010100110000111110011010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC83EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC83EA; }

 p { color: rgb(252,131,234); }

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

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

 a { background-color: rgb(252,131,234); }

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

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

 span { border-color: rgb(252,131,234); }

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