Html Css Color HEX #FE89EF Pale Magenta

📋 copy color: '#FE89EF'

red 254 ◦ green 137 ◦ blue 239

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

Shades of Pale Magenta #FE89EF

Tints of Pale Magenta #FE89EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 40.32%
G = 21.75%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE89EF (or 0xFE89EF) is known color: Pale Magenta. HEX triplet: FE, 89 and EF. RGB value is (254,137,239). Sum of RGB (Red+Green+Blue) = 254+137+239=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 137 (53.91% from 255 or 21.75% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89EF is #017610. Grayscale: #B7B7B7. Windows color (decimal): -95761 or 15698430. OLE color: 15698430.

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

Color convert

RGB 254 137 239 -
CMYK 0 0.46 0.06 0.00
HSL 307.69º 0.98% 0.77% -
HSV(B) 307.69º 0.46% 1% -
XYZ 65.4 45.19 86.94 -
YUV 183.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 254 137 239 0 0.46 0.06 0.00 307.69 0.98 0.77
Hex FE 89 EF 0 2E 6 0 134 62 4D
Octal 376 211 357 0 56 6 0 464 142 115
Binary 11111110 10001001 11101111 0 101110 110 0 100110100 1100010 1001101

Color Harmonies of #FE89EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89EF

Black with #FE89EF

Text Example


Text Example

White with #FE89EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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