Html Css Color HEX #FC81EC Pale Magenta

📋 copy color: '#FC81EC'

red 252 ◦ green 129 ◦ blue 236

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

Shades of Pale Magenta #FC81EC

Tints of Pale Magenta #FC81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.91%

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

R = 40.84%
G = 20.91%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC81EC (or 0xFC81EC) is known color: Pale Magenta. HEX triplet: FC, 81 and EC. RGB value is (252,129,236). Sum of RGB (Red+Green+Blue) = 252+129+236=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81EC is #037E13. Grayscale: #B1B1B1. Windows color (decimal): -228884 or 15499772. OLE color: 15499772.

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

Color convert

RGB 252 129 236 -
CMYK 0 0.49 0.06 0.01
HSL 307.8º 0.95% 0.75% -
HSV(B) 307.8º 0.49% 0.99% -
XYZ 63.14 42.45 84.22 -
YUV 177.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 252 129 236 0 0.49 0.06 0.01 307.8 0.95 0.75
Hex FC 81 EC 0 31 6 1 134 5F 4B
Octal 374 201 354 0 61 6 1 464 137 113
Binary 11111100 10000001 11101100 0 110001 110 1 100110100 1011111 1001011

Color Harmonies of #FC81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81EC

Black with #FC81EC

Text Example


Text Example

White with #FC81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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