#FC83E8

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

Shades of Pale Magenta #FC83E8

Tints of Pale Magenta #FC83E8

Color information

#FC83E8 (or 0xFC83E8) is unknown color: approx Pale Magenta. HEX triplet: FC, 83 and E8. RGB value is (252,131,232). Sum of RGB (Red+Green+Blue) = 252+131+232=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 131 (51.56% from 255 or 21.30% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83E8 is #037C17. Grayscale: #B2B2B2. Windows color (decimal): -228376 or 15238140. OLE color: 15238140.

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

Color convert

RGB252131232-
CMYK00.480.080.01
HSL309.92º95.28%75.1%-
HSV(B)309.92º48.02%98.82%-
XYZ62.8342.7581.29-
YUV178.69158.09180.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 131 (51.56% from 255) = 21.30%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=40.98%
G=21.30%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213123200.480.080.01309.9295.2875.1
HexFC83E8030811365f4b
Octal374203350060101466137113
Binary11111100100000111110100001100001000110011011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC83E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC83E8; }

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

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

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

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

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

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

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

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