Html Css Color HEX #FC6EDC Pale Magenta

📋 copy color: '#FC6EDC'

red 252 ◦ green 110 ◦ blue 220

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

Shades of Pale Magenta #FC6EDC

Tints of Pale Magenta #FC6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.9%

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

R = 43.3%
G = 18.9%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC6EDC (or 0xFC6EDC) is known color: Pale Magenta. HEX triplet: FC, 6E and DC. RGB value is (252,110,220). Sum of RGB (Red+Green+Blue) = 252+110+220=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EDC is #039123. Grayscale: #A4A4A4. Windows color (decimal): -233764 or 14446332. OLE color: 14446332.

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

Color convert

RGB 252 110 220 -
CMYK 0 0.56 0.13 0.01
HSL 313.52º 0.96% 0.71% -
HSV(B) 313.52º 0.56% 0.99% -
XYZ 58.64 37.01 71.76 -
YUV 165 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 252 110 220 0 0.56 0.13 0.01 313.52 0.96 0.71
Hex FC 6E DC 0 38 D 1 13A 60 47
Octal 374 156 334 0 70 15 1 472 140 107
Binary 11111100 1101110 11011100 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EDC

Black with #FC6EDC

Text Example


Text Example

White with #FC6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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