Html Css Color HEX #FD80DF Pale Magenta

📋 copy color: '#FD80DF'

red 253 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #FD80DF

Tints of Pale Magenta #FD80DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.19%

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

R = 41.89%
G = 21.19%
B = 36.92%

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

#FD80DF (or 0xFD80DF) is known color: Pale Magenta. HEX triplet: FD, 80 and DF. RGB value is (253,128,223). Sum of RGB (Red+Green+Blue) = 253+128+223=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80DF is #027F20. Grayscale: #AFAFAF. Windows color (decimal): -163617 or 14647549. OLE color: 14647549.

HSL color Cylindrical-coordinate representation of color #FD80DF: hue angle of 314.4º 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 #FD80DF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 128 223 -
CMYK 0 0.49 0.12 0.01
HSL 314.4º 0.97% 0.75% -
HSV(B) 314.4º 0.49% 0.99% -
XYZ 61.55 41.65 74.61 -
YUV 176.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 253 128 223 0 0.49 0.12 0.01 314.4 0.97 0.75
Hex FD 80 DF 0 31 C 1 13A 61 4B
Octal 375 200 337 0 61 14 1 472 141 113
Binary 11111101 10000000 11011111 0 110001 1100 1 100111010 1100001 1001011

Color Harmonies of #FD80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80DF

Black with #FD80DF

Text Example


Text Example

White with #FD80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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