Html Css Color HEX #FC80DF Pale Magenta

📋 copy color: '#FC80DF'

red 252 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #FC80DF

Tints of Pale Magenta #FC80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 41.79%
G = 21.23%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC80DF (or 0xFC80DF) is known color: Pale Magenta. HEX triplet: FC, 80 and DF. RGB value is (252,128,223). Sum of RGB (Red+Green+Blue) = 252+128+223=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80DF is #037F20. Grayscale: #AFAFAF. Windows color (decimal): -229153 or 14647548. OLE color: 14647548.

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

Color convert

RGB 252 128 223 -
CMYK 0 0.49 0.12 0.01
HSL 314.03º 0.95% 0.75% -
HSV(B) 314.03º 0.49% 0.99% -
XYZ 61.18 41.46 74.59 -
YUV 175.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 252 128 223 0 0.49 0.12 0.01 314.03 0.95 0.75
Hex FC 80 DF 0 31 C 1 13A 5F 4B
Octal 374 200 337 0 61 14 1 472 137 113
Binary 11111100 10000000 11011111 0 110001 1100 1 100111010 1011111 1001011

Color Harmonies of #FC80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80DF

Black with #FC80DF

Text Example


Text Example

White with #FC80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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