Html Css Color HEX #FC7BDC Pale Magenta

📋 copy color: '#FC7BDC'

red 252 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #FC7BDC

Tints of Pale Magenta #FC7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.67%

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

R = 42.35%
G = 20.67%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7BDC (or 0xFC7BDC) is known color: Pale Magenta. HEX triplet: FC, 7B and DC. RGB value is (252,123,220). Sum of RGB (Red+Green+Blue) = 252+123+220=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BDC is #038423. Grayscale: #ACACAC. Windows color (decimal): -230436 or 14449660. OLE color: 14449660.

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

Color convert

RGB 252 123 220 -
CMYK 0 0.51 0.13 0.01
HSL 314.88º 0.96% 0.74% -
HSV(B) 314.88º 0.51% 0.99% -
XYZ 60.15 40.03 72.27 -
YUV 172.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 252 123 220 0 0.51 0.13 0.01 314.88 0.96 0.74
Hex FC 7B DC 0 33 D 1 13B 60 4A
Octal 374 173 334 0 63 15 1 473 140 112
Binary 11111100 1111011 11011100 0 110011 1101 1 100111011 1100000 1001010

Color Harmonies of #FC7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BDC

Black with #FC7BDC

Text Example


Text Example

White with #FC7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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