Html Css Color HEX #FC80EA Pale Magenta

📋 copy color: '#FC80EA'

red 252 ◦ green 128 ◦ blue 234

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

Shades of Pale Magenta #FC80EA

Tints of Pale Magenta #FC80EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 41.04%
G = 20.85%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC80EA (or 0xFC80EA) is known color: Pale Magenta. HEX triplet: FC, 80 and EA. RGB value is (252,128,234). Sum of RGB (Red+Green+Blue) = 252+128+234=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80EA is #037F15. Grayscale: #B0B0B0. Windows color (decimal): -229142 or 15368444. OLE color: 15368444.

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

Color convert

RGB 252 128 234 -
CMYK 0 0.49 0.07 0.01
HSL 308.71º 0.95% 0.75% -
HSV(B) 308.71º 0.49% 0.99% -
XYZ 62.72 42.07 82.66 -
YUV 177.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 252 128 234 0 0.49 0.07 0.01 308.71 0.95 0.75
Hex FC 80 EA 0 31 7 1 135 5F 4B
Octal 374 200 352 0 61 7 1 465 137 113
Binary 11111100 10000000 11101010 0 110001 111 1 100110101 1011111 1001011

Color Harmonies of #FC80EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80EA

Black with #FC80EA

Text Example


Text Example

White with #FC80EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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