Html Css Color HEX #FC7CDF Pale Magenta

📋 copy color: '#FC7CDF'

red 252 ◦ green 124 ◦ blue 223

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

Shades of Pale Magenta #FC7CDF

Tints of Pale Magenta #FC7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.7%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 42.07%
G = 20.7%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC7CDF (or 0xFC7CDF) is known color: Pale Magenta. HEX triplet: FC, 7C and DF. RGB value is (252,124,223). Sum of RGB (Red+Green+Blue) = 252+124+223=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CDF is #038320. Grayscale: #ADADAD. Windows color (decimal): -230177 or 14646524. OLE color: 14646524.

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

Color convert

RGB 252 124 223 -
CMYK 0 0.51 0.12 0.01
HSL 313.59º 0.96% 0.74% -
HSV(B) 313.59º 0.51% 0.99% -
XYZ 60.67 40.44 74.42 -
YUV 173.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 252 124 223 0 0.51 0.12 0.01 313.59 0.96 0.74
Hex FC 7C DF 0 33 C 1 13A 60 4A
Octal 374 174 337 0 63 14 1 472 140 112
Binary 11111100 1111100 11011111 0 110011 1100 1 100111010 1100000 1001010

Color Harmonies of #FC7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CDF

Black with #FC7CDF

Text Example


Text Example

White with #FC7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CDF; }

 p { color: rgb(252,124,223); }

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

background-color css

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

 a { background-color: rgb(252,124,223); }

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

border-color css

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

 span { border-color: rgb(252,124,223); }

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