Html Css Color HEX #FC80EF Pale Magenta

📋 copy color: '#FC80EF'

red 252 ◦ green 128 ◦ blue 239

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

Shades of Pale Magenta #FC80EF

Tints of Pale Magenta #FC80EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.68%

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 40.71%
G = 20.68%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC80EF (or 0xFC80EF) is known color: Pale Magenta. HEX triplet: FC, 80 and EF. RGB value is (252,128,239). Sum of RGB (Red+Green+Blue) = 252+128+239=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80EF is #037F10. Grayscale: #B1B1B1. Windows color (decimal): -229137 or 15696124. OLE color: 15696124.

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

Color convert

RGB 252 128 239 -
CMYK 0 0.49 0.05 0.01
HSL 306.29º 0.95% 0.75% -
HSV(B) 306.29º 0.49% 0.99% -
XYZ 63.44 42.37 86.49 -
YUV 177.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 252 128 239 0 0.49 0.05 0.01 306.29 0.95 0.75
Hex FC 80 EF 0 31 5 1 132 5F 4B
Octal 374 200 357 0 61 5 1 462 137 113
Binary 11111100 10000000 11101111 0 110001 101 1 100110010 1011111 1001011

Color Harmonies of #FC80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80EF

Black with #FC80EF

Text Example


Text Example

White with #FC80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80EF; }

 p { color: rgb(252,128,239); }

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

background-color css

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

 a { background-color: rgb(252,128,239); }

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

border-color css

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

 span { border-color: rgb(252,128,239); }

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