Html Css Color HEX #FC80EE Pale Magenta

📋 copy color: '#FC80EE'

red 252 ◦ green 128 ◦ blue 238

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

Shades of Pale Magenta #FC80EE

Tints of Pale Magenta #FC80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 40.78%
G = 20.71%
B = 38.51%

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

#FC80EE (or 0xFC80EE) is known color: Pale Magenta. HEX triplet: FC, 80 and EE. RGB value is (252,128,238). Sum of RGB (Red+Green+Blue) = 252+128+238=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80EE is #037F11. Grayscale: #B1B1B1. Windows color (decimal): -229138 or 15630588. OLE color: 15630588.

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

Color convert

RGB 252 128 238 -
CMYK 0 0.49 0.06 0.01
HSL 306.77º 0.95% 0.75% -
HSV(B) 306.77º 0.49% 0.99% -
XYZ 63.3 42.31 85.72 -
YUV 177.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 252 128 238 0 0.49 0.06 0.01 306.77 0.95 0.75
Hex FC 80 EE 0 31 6 1 133 5F 4B
Octal 374 200 356 0 61 6 1 463 137 113
Binary 11111100 10000000 11101110 0 110001 110 1 100110011 1011111 1001011

Color Harmonies of #FC80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80EE

Black with #FC80EE

Text Example


Text Example

White with #FC80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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