Html Css Color HEX #FD83DC Pale Magenta

📋 copy color: '#FD83DC'

red 253 ◦ green 131 ◦ blue 220

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

Shades of Pale Magenta #FD83DC

Tints of Pale Magenta #FD83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.69%

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

R = 41.89%
G = 21.69%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD83DC (or 0xFD83DC) is known color: Pale Magenta. HEX triplet: FD, 83 and DC. RGB value is (253,131,220). Sum of RGB (Red+Green+Blue) = 253+131+220=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83DC is #027C23. Grayscale: #B1B1B1. Windows color (decimal): -162852 or 14451709. OLE color: 14451709.

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

Color convert

RGB 253 131 220 -
CMYK 0 0.48 0.13 0.01
HSL 316.23º 0.97% 0.75% -
HSV(B) 316.23º 0.48% 0.99% -
XYZ 61.54 42.28 72.63 -
YUV 177.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 253 131 220 0 0.48 0.13 0.01 316.23 0.97 0.75
Hex FD 83 DC 0 30 D 1 13C 61 4B
Octal 375 203 334 0 60 15 1 474 141 113
Binary 11111101 10000011 11011100 0 110000 1101 1 100111100 1100001 1001011

Color Harmonies of #FD83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD83DC

Black with #FD83DC

Text Example


Text Example

White with #FD83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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