Html Css Color HEX #FC80D8 Pale Magenta

📋 copy color: '#FC80D8'

red 252 ◦ green 128 ◦ blue 216

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

Shades of Pale Magenta #FC80D8

Tints of Pale Magenta #FC80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 42.28%
G = 21.48%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC80D8 (or 0xFC80D8) is known color: Pale Magenta. HEX triplet: FC, 80 and D8. RGB value is (252,128,216). Sum of RGB (Red+Green+Blue) = 252+128+216=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80D8 is #037F27. Grayscale: #AEAEAE. Windows color (decimal): -229160 or 14188796. OLE color: 14188796.

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

Color convert

RGB 252 128 216 -
CMYK 0 0.49 0.14 0.01
HSL 317.42º 0.95% 0.75% -
HSV(B) 317.42º 0.49% 0.99% -
XYZ 60.26 41.09 69.72 -
YUV 175.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 252 128 216 0 0.49 0.14 0.01 317.42 0.95 0.75
Hex FC 80 D8 0 31 E 1 13D 5F 4B
Octal 374 200 330 0 61 16 1 475 137 113
Binary 11111100 10000000 11011000 0 110001 1110 1 100111101 1011111 1001011

Color Harmonies of #FC80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80D8

Black with #FC80D8

Text Example


Text Example

White with #FC80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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