Html Css Color HEX #FC80DA Pale Magenta

📋 copy color: '#FC80DA'

red 252 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #FC80DA

Tints of Pale Magenta #FC80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 42.14%
G = 21.4%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC80DA (or 0xFC80DA) is known color: Pale Magenta. HEX triplet: FC, 80 and DA. RGB value is (252,128,218). Sum of RGB (Red+Green+Blue) = 252+128+218=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80DA is #037F25. Grayscale: #AFAFAF. Windows color (decimal): -229158 or 14319868. OLE color: 14319868.

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

Color convert

RGB 252 128 218 -
CMYK 0 0.49 0.13 0.01
HSL 316.45º 0.95% 0.75% -
HSV(B) 316.45º 0.49% 0.99% -
XYZ 60.52 41.2 71.09 -
YUV 175.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 252 128 218 0 0.49 0.13 0.01 316.45 0.95 0.75
Hex FC 80 DA 0 31 D 1 13C 5F 4B
Octal 374 200 332 0 61 15 1 474 137 113
Binary 11111100 10000000 11011010 0 110001 1101 1 100111100 1011111 1001011

Color Harmonies of #FC80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80DA

Black with #FC80DA

Text Example


Text Example

White with #FC80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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