Html Css Color HEX #FC80D5 Pale Magenta

📋 copy color: '#FC80D5'

red 252 ◦ green 128 ◦ blue 213

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

Shades of Pale Magenta #FC80D5

Tints of Pale Magenta #FC80D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 42.5%
G = 21.59%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC80D5 (or 0xFC80D5) is known color: Pale Magenta. HEX triplet: FC, 80 and D5. RGB value is (252,128,213). Sum of RGB (Red+Green+Blue) = 252+128+213=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80D5 is #037F2A. Grayscale: #AEAEAE. Windows color (decimal): -229163 or 13992188. OLE color: 13992188.

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

Color convert

RGB 252 128 213 -
CMYK 0 0.49 0.15 0.01
HSL 318.87º 0.95% 0.75% -
HSV(B) 318.87º 0.49% 0.99% -
XYZ 59.87 40.94 67.7 -
YUV 174.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 252 128 213 0 0.49 0.15 0.01 318.87 0.95 0.75
Hex FC 80 D5 0 31 F 1 13F 5F 4B
Octal 374 200 325 0 61 17 1 477 137 113
Binary 11111100 10000000 11010101 0 110001 1111 1 100111111 1011111 1001011

Color Harmonies of #FC80D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80D5

Black with #FC80D5

Text Example


Text Example

White with #FC80D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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