Html Css Color HEX #FD89E2 Pale Magenta

📋 copy color: '#FD89E2'

red 253 ◦ green 137 ◦ blue 226

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

Shades of Pale Magenta #FD89E2

Tints of Pale Magenta #FD89E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.69%

R = 41.07%
G = 22.24%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD89E2 (or 0xFD89E2) is known color: Pale Magenta. HEX triplet: FD, 89 and E2. RGB value is (253,137,226). Sum of RGB (Red+Green+Blue) = 253+137+226=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89E2 is #02761D. Grayscale: #B5B5B5. Windows color (decimal): -161310 or 14846461. OLE color: 14846461.

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

Color convert

RGB 253 137 226 -
CMYK 0 0.46 0.11 0.01
HSL 313.97º 0.97% 0.76% -
HSV(B) 313.97º 0.46% 0.99% -
XYZ 63.18 44.26 77.17 -
YUV 181.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 253 137 226 0 0.46 0.11 0.01 313.97 0.97 0.76
Hex FD 89 E2 0 2E B 1 13A 61 4C
Octal 375 211 342 0 56 13 1 472 141 114
Binary 11111101 10001001 11100010 0 101110 1011 1 100111010 1100001 1001100

Color Harmonies of #FD89E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD89E2

Black with #FD89E2

Text Example


Text Example

White with #FD89E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD89E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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