Html Css Color HEX #FC7FDC Pale Magenta

📋 copy color: '#FC7FDC'

red 252 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #FC7FDC

Tints of Pale Magenta #FC7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.2%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 42.07%
G = 21.2%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7FDC (or 0xFC7FDC) is known color: Pale Magenta. HEX triplet: FC, 7F and DC. RGB value is (252,127,220). Sum of RGB (Red+Green+Blue) = 252+127+220=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDC is #038023. Grayscale: #AEAEAE. Windows color (decimal): -229412 or 14450684. OLE color: 14450684.

HSL color Cylindrical-coordinate representation of color #FC7FDC: hue angle of 315.36º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FDC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 220 -
CMYK 0 0.50 0.13 0.01
HSL 315.36º 0.95% 0.74% -
HSV(B) 315.36º 0.5% 0.99% -
XYZ 60.65 41.04 72.44 -
YUV 174.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 252 127 220 0 0.50 0.13 0.01 315.36 0.95 0.74
Hex FC 7F DC 0 32 D 1 13B 5F 4A
Octal 374 177 334 0 62 15 1 473 137 112
Binary 11111100 1111111 11011100 0 110010 1101 1 100111011 1011111 1001010

Color Harmonies of #FC7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FDC

Black with #FC7FDC

Text Example


Text Example

White with #FC7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FDC; }

 p { color: rgb(252,127,220); }

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

background-color css

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

 a { background-color: rgb(252,127,220); }

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

border-color css

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

 span { border-color: rgb(252,127,220); }

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