Html Css Color HEX #FD82DF Pale Magenta

📋 copy color: '#FD82DF'

red 253 ◦ green 130 ◦ blue 223

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

Shades of Pale Magenta #FD82DF

Tints of Pale Magenta #FD82DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.45%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 41.75%
G = 21.45%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD82DF (or 0xFD82DF) is known color: Pale Magenta. HEX triplet: FD, 82 and DF. RGB value is (253,130,223). Sum of RGB (Red+Green+Blue) = 253+130+223=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD82DF is #027D20. Grayscale: #B1B1B1. Windows color (decimal): -163105 or 14648061. OLE color: 14648061.

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

Color convert

RGB 253 130 223 -
CMYK 0 0.49 0.12 0.01
HSL 314.63º 0.97% 0.75% -
HSV(B) 314.63º 0.49% 0.99% -
XYZ 61.81 42.18 74.7 -
YUV 177.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 253 130 223 0 0.49 0.12 0.01 314.63 0.97 0.75
Hex FD 82 DF 0 31 C 1 13B 61 4B
Octal 375 202 337 0 61 14 1 473 141 113
Binary 11111101 10000010 11011111 0 110001 1100 1 100111011 1100001 1001011

Color Harmonies of #FD82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD82DF

Black with #FD82DF

Text Example


Text Example

White with #FD82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD82DF; }

 p { color: rgb(253,130,223); }

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

background-color css

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

 a { background-color: rgb(253,130,223); }

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

border-color css

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

 span { border-color: rgb(253,130,223); }

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