Html Css Color HEX #FC83EC Pale Magenta

📋 copy color: '#FC83EC'

red 252 ◦ green 131 ◦ blue 236

#FC83EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FC83EC

Tints of Pale Magenta #FC83EC

RGB

 RED value IS 252 (98.83% from 255) = 40.71%

 GREEN value IS 131 (51.56% from 255) = 21.16%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 40.71%
G = 21.16%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC83EC (or 0xFC83EC) is known color: Pale Magenta. HEX triplet: FC, 83 and EC. RGB value is (252,131,236). Sum of RGB (Red+Green+Blue) = 252+131+236=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 131 (51.56% from 255 or 21.16% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83EC is #037C13. Grayscale: #B2B2B2. Windows color (decimal): -228372 or 15500284. OLE color: 15500284.

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

Color convert

RGB 252 131 236 -
CMYK 0 0.48 0.06 0.01
HSL 307.93º 0.95% 0.75% -
HSV(B) 307.93º 0.48% 0.99% -
XYZ 63.4 42.98 84.31 -
YUV 179.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 252 131 236 0 0.48 0.06 0.01 307.93 0.95 0.75
Hex FC 83 EC 0 30 6 1 134 5F 4B
Octal 374 203 354 0 60 6 1 464 137 113
Binary 11111100 10000011 11101100 0 110000 110 1 100110100 1011111 1001011

Color Harmonies of #FC83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83EC

Black with #FC83EC

Text Example


Text Example

White with #FC83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83EC; }

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

 H1.HeaderClassName
 {
   color: #FC83EC;
 }
 .AnyTagClassName
 {
   color: #FC83EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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