Html Css Color HEX #FC80E9 Pale Magenta

📋 copy color: '#FC80E9'

red 252 ◦ green 128 ◦ blue 233

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

Shades of Pale Magenta #FC80E9

Tints of Pale Magenta #FC80E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 41.11%
G = 20.88%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC80E9 (or 0xFC80E9) is known color: Pale Magenta. HEX triplet: FC, 80 and E9. RGB value is (252,128,233). Sum of RGB (Red+Green+Blue) = 252+128+233=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80E9 is #037F16. Grayscale: #B0B0B0. Windows color (decimal): -229143 or 15302908. OLE color: 15302908.

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

Color convert

RGB 252 128 233 -
CMYK 0 0.49 0.08 0.01
HSL 309.19º 0.95% 0.75% -
HSV(B) 309.19º 0.49% 0.99% -
XYZ 62.57 42.02 81.9 -
YUV 177.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 252 128 233 0 0.49 0.08 0.01 309.19 0.95 0.75
Hex FC 80 E9 0 31 8 1 135 5F 4B
Octal 374 200 351 0 61 10 1 465 137 113
Binary 11111100 10000000 11101001 0 110001 1000 1 100110101 1011111 1001011

Color Harmonies of #FC80E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80E9

Black with #FC80E9

Text Example


Text Example

White with #FC80E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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