Html Css Color HEX #FD6EDC Pale Magenta

📋 copy color: '#FD6EDC'

red 253 ◦ green 110 ◦ blue 220

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

Shades of Pale Magenta #FD6EDC

Tints of Pale Magenta #FD6EDC

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

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

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

R = 43.4%
G = 18.87%
B = 37.74%

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

#FD6EDC (or 0xFD6EDC) is known color: Pale Magenta. HEX triplet: FD, 6E and DC. RGB value is (253,110,220). Sum of RGB (Red+Green+Blue) = 253+110+220=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EDC is #029123. Grayscale: #A4A4A4. Windows color (decimal): -168228 or 14446333. OLE color: 14446333.

HSL color Cylindrical-coordinate representation of color #FD6EDC: hue angle of 313.85º degrees, saturation: 0.97, 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 #FD6EDC is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 110 220 -
CMYK 0 0.57 0.13 0.01
HSL 313.85º 0.97% 0.71% -
HSV(B) 313.85º 0.57% 0.99% -
XYZ 59 37.2 71.78 -
YUV 165.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 253 110 220 0 0.57 0.13 0.01 313.85 0.97 0.71
Hex FD 6E DC 0 39 D 1 13A 61 47
Octal 375 156 334 0 71 15 1 472 141 107
Binary 11111101 1101110 11011100 0 111001 1101 1 100111010 1100001 1000111

Color Harmonies of #FD6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EDC

Black with #FD6EDC

Text Example


Text Example

White with #FD6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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