Html Css Color HEX #FC6DDC Pale Magenta

📋 copy color: '#FC6DDC'

red 252 ◦ green 109 ◦ blue 220

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

Shades of Pale Magenta #FC6DDC

Tints of Pale Magenta #FC6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.76%

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

R = 43.37%
G = 18.76%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6DDC (or 0xFC6DDC) is known color: Pale Magenta. HEX triplet: FC, 6D and DC. RGB value is (252,109,220). Sum of RGB (Red+Green+Blue) = 252+109+220=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DDC is #039223. Grayscale: #A4A4A4. Windows color (decimal): -234020 or 14446076. OLE color: 14446076.

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

Color convert

RGB 252 109 220 -
CMYK 0 0.57 0.13 0.01
HSL 313.43º 0.96% 0.71% -
HSV(B) 313.43º 0.57% 0.99% -
XYZ 58.53 36.8 71.73 -
YUV 164.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 252 109 220 0 0.57 0.13 0.01 313.43 0.96 0.71
Hex FC 6D DC 0 39 D 1 139 60 47
Octal 374 155 334 0 71 15 1 471 140 107
Binary 11111100 1101101 11011100 0 111001 1101 1 100111001 1100000 1000111

Color Harmonies of #FC6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DDC

Black with #FC6DDC

Text Example


Text Example

White with #FC6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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