#FC83E6

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

Shades of Pale Magenta #FC83E6

Tints of Pale Magenta #FC83E6

Color information

#FC83E6 (or 0xFC83E6) is unknown color: approx Pale Magenta. HEX triplet: FC, 83 and E6. RGB value is (252,131,230). Sum of RGB (Red+Green+Blue) = 252+131+230=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83E6 is #037C19. Grayscale: #B2B2B2. Windows color (decimal): -228378 or 15107068. OLE color: 15107068.

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

Color convert

RGB252131230-
CMYK00.480.090.01
HSL310.91º95.28%75.1%-
HSV(B)310.91º48.02%98.82%-
XYZ62.5442.6479.8-
YUV178.46157.09180.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 131 (51.56% from 255) = 21.37%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=41.11%
G=21.37%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213123000.480.090.01310.9195.2875.1
HexFC83E6030911375f4b
Octal374203346060111467137113
Binary11111100100000111110011001100001001110011011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC83E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC83E6; }

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

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

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

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

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

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

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

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