Html Css Color HEX #FD89DC Pale Magenta

📋 copy color: '#FD89DC'

red 253 ◦ green 137 ◦ blue 220

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

Shades of Pale Magenta #FD89DC

Tints of Pale Magenta #FD89DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.46%

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

R = 41.48%
G = 22.46%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD89DC (or 0xFD89DC) is known color: Pale Magenta. HEX triplet: FD, 89 and DC. RGB value is (253,137,220). Sum of RGB (Red+Green+Blue) = 253+137+220=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89DC is #027623. Grayscale: #B4B4B4. Windows color (decimal): -161316 or 14453245. OLE color: 14453245.

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

Color convert

RGB 253 137 220 -
CMYK 0 0.46 0.13 0.01
HSL 317.07º 0.97% 0.76% -
HSV(B) 317.07º 0.46% 0.99% -
XYZ 62.37 43.94 72.9 -
YUV 181.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 253 137 220 0 0.46 0.13 0.01 317.07 0.97 0.76
Hex FD 89 DC 0 2E D 1 13D 61 4C
Octal 375 211 334 0 56 15 1 475 141 114
Binary 11111101 10001001 11011100 0 101110 1101 1 100111101 1100001 1001100

Color Harmonies of #FD89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD89DC

Black with #FD89DC

Text Example


Text Example

White with #FD89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD89DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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