Html Css Color HEX #FE89DB Pale Magenta

📋 copy color: '#FE89DB'

red 254 ◦ green 137 ◦ blue 219

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

Shades of Pale Magenta #FE89DB

Tints of Pale Magenta #FE89DB

RGB

 RED value IS 254 (99.61% from 255) = 41.64%

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

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 41.64%
G = 22.46%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE89DB (or 0xFE89DB) is known color: Pale Magenta. HEX triplet: FE, 89 and DB. RGB value is (254,137,219). Sum of RGB (Red+Green+Blue) = 254+137+219=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89DB is #017624. Grayscale: #B5B5B5. Windows color (decimal): -95781 or 14387710. OLE color: 14387710.

HSL color Cylindrical-coordinate representation of color #FE89DB: hue angle of 317.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89DB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 137 219 -
CMYK 0 0.46 0.14 0.00
HSL 317.95º 0.98% 0.77% -
HSV(B) 317.95º 0.46% 1% -
XYZ 62.6 44.08 72.23 -
YUV 181.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 254 137 219 0 0.46 0.14 0.00 317.95 0.98 0.77
Hex FE 89 DB 0 2E E 0 13E 62 4D
Octal 376 211 333 0 56 16 0 476 142 115
Binary 11111110 10001001 11011011 0 101110 1110 0 100111110 1100010 1001101

Color Harmonies of #FE89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89DB

Black with #FE89DB

Text Example


Text Example

White with #FE89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89DB; }

 p { color: rgb(254,137,219); }

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

background-color css

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

 a { background-color: rgb(254,137,219); }

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

border-color css

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

 span { border-color: rgb(254,137,219); }

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