Html Css Color HEX #FE89DE Pale Magenta

📋 copy color: '#FE89DE'

red 254 ◦ green 137 ◦ blue 222

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

Shades of Pale Magenta #FE89DE

Tints of Pale Magenta #FE89DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 41.44%
G = 22.35%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE89DE (or 0xFE89DE) is known color: Pale Magenta. HEX triplet: FE, 89 and DE. RGB value is (254,137,222). Sum of RGB (Red+Green+Blue) = 254+137+222=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89DE is #017621. Grayscale: #B5B5B5. Windows color (decimal): -95778 or 14584318. OLE color: 14584318.

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

Color convert

RGB 254 137 222 -
CMYK 0 0.46 0.13 0.00
HSL 316.41º 0.98% 0.77% -
HSV(B) 316.41º 0.46% 1% -
XYZ 63 44.24 74.33 -
YUV 181.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 254 137 222 0 0.46 0.13 0.00 316.41 0.98 0.77
Hex FE 89 DE 0 2E D 0 13C 62 4D
Octal 376 211 336 0 56 15 0 474 142 115
Binary 11111110 10001001 11011110 0 101110 1101 0 100111100 1100010 1001101

Color Harmonies of #FE89DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89DE

Black with #FE89DE

Text Example


Text Example

White with #FE89DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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