Html Css Color HEX #FC80DD Pale Magenta

📋 copy color: '#FC80DD'

red 252 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #FC80DD

Tints of Pale Magenta #FC80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 41.93%
G = 21.3%
B = 36.77%

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

#FC80DD (or 0xFC80DD) is known color: Pale Magenta. HEX triplet: FC, 80 and DD. RGB value is (252,128,221). Sum of RGB (Red+Green+Blue) = 252+128+221=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80DD is #037F22. Grayscale: #AFAFAF. Windows color (decimal): -229155 or 14516476. OLE color: 14516476.

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

Color convert

RGB 252 128 221 -
CMYK 0 0.49 0.12 0.01
HSL 315º 0.95% 0.75% -
HSV(B) 315º 0.49% 0.99% -
XYZ 60.92 41.35 73.18 -
YUV 175.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 252 128 221 0 0.49 0.12 0.01 315 0.95 0.75
Hex FC 80 DD 0 31 C 1 13B 5F 4B
Octal 374 200 335 0 61 14 1 473 137 113
Binary 11111100 10000000 11011101 0 110001 1100 1 100111011 1011111 1001011

Color Harmonies of #FC80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80DD

Black with #FC80DD

Text Example


Text Example

White with #FC80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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