Html Css Color HEX #FC7ADC Pale Magenta

📋 copy color: '#FC7ADC'

red 252 ◦ green 122 ◦ blue 220

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

Shades of Pale Magenta #FC7ADC

Tints of Pale Magenta #FC7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.54%

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

R = 42.42%
G = 20.54%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7ADC (or 0xFC7ADC) is known color: Pale Magenta. HEX triplet: FC, 7A and DC. RGB value is (252,122,220). Sum of RGB (Red+Green+Blue) = 252+122+220=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ADC is #038523. Grayscale: #ABABAB. Windows color (decimal): -230692 or 14449404. OLE color: 14449404.

HSL color Cylindrical-coordinate representation of color #FC7ADC: hue angle of 314.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7ADC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 122 220 -
CMYK 0 0.52 0.13 0.01
HSL 314.77º 0.96% 0.73% -
HSV(B) 314.77º 0.52% 0.99% -
XYZ 60.02 39.78 72.23 -
YUV 172.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 252 122 220 0 0.52 0.13 0.01 314.77 0.96 0.73
Hex FC 7A DC 0 34 D 1 13B 60 49
Octal 374 172 334 0 64 15 1 473 140 111
Binary 11111100 1111010 11011100 0 110100 1101 1 100111011 1100000 1001001

Color Harmonies of #FC7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ADC

Black with #FC7ADC

Text Example


Text Example

White with #FC7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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