Html Css Color HEX #FD7FDC Pale Magenta

📋 copy color: '#FD7FDC'

red 253 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #FD7FDC

Tints of Pale Magenta #FD7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.17%

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

R = 42.17%
G = 21.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD7FDC (or 0xFD7FDC) is known color: Pale Magenta. HEX triplet: FD, 7F and DC. RGB value is (253,127,220). Sum of RGB (Red+Green+Blue) = 253+127+220=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FDC is #028023. Grayscale: #AFAFAF. Windows color (decimal): -163876 or 14450685. OLE color: 14450685.

HSL color Cylindrical-coordinate representation of color #FD7FDC: hue angle of 315.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FDC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 220 -
CMYK 0 0.50 0.13 0.01
HSL 315.71º 0.97% 0.75% -
HSV(B) 315.71º 0.5% 0.99% -
XYZ 61.02 41.23 72.45 -
YUV 175.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 253 127 220 0 0.50 0.13 0.01 315.71 0.97 0.75
Hex FD 7F DC 0 32 D 1 13C 61 4B
Octal 375 177 334 0 62 15 1 474 141 113
Binary 11111101 1111111 11011100 0 110010 1101 1 100111100 1100001 1001011

Color Harmonies of #FD7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7FDC

Black with #FD7FDC

Text Example


Text Example

White with #FD7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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