Html Css Color HEX #FD6FDC Pale Magenta

📋 copy color: '#FD6FDC'

red 253 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #FD6FDC

Tints of Pale Magenta #FD6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

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

R = 43.32%
G = 19.01%
B = 37.67%

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

#FD6FDC (or 0xFD6FDC) is known color: Pale Magenta. HEX triplet: FD, 6F and DC. RGB value is (253,111,220). Sum of RGB (Red+Green+Blue) = 253+111+220=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FDC is #029023. Grayscale: #A5A5A5. Windows color (decimal): -167972 or 14446589. OLE color: 14446589.

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

Color convert

RGB 253 111 220 -
CMYK 0 0.56 0.13 0.01
HSL 313.94º 0.97% 0.71% -
HSV(B) 313.94º 0.56% 0.99% -
XYZ 59.11 37.42 71.82 -
YUV 165.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 253 111 220 0 0.56 0.13 0.01 313.94 0.97 0.71
Hex FD 6F DC 0 38 D 1 13A 61 47
Octal 375 157 334 0 70 15 1 472 141 107
Binary 11111101 1101111 11011100 0 111000 1101 1 100111010 1100001 1000111

Color Harmonies of #FD6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6FDC

Black with #FD6FDC

Text Example


Text Example

White with #FD6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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