Html Css Color HEX #FE89EE Pale Magenta

📋 copy color: '#FE89EE'

red 254 ◦ green 137 ◦ blue 238

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

Shades of Pale Magenta #FE89EE

Tints of Pale Magenta #FE89EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 40.38%
G = 21.78%
B = 37.84%

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

#FE89EE (or 0xFE89EE) is known color: Pale Magenta. HEX triplet: FE, 89 and EE. RGB value is (254,137,238). Sum of RGB (Red+Green+Blue) = 254+137+238=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 137 (53.91% from 255 or 21.78% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89EE is #017611. Grayscale: #B7B7B7. Windows color (decimal): -95762 or 15632894. OLE color: 15632894.

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

Color convert

RGB 254 137 238 -
CMYK 0 0.46 0.06 0.00
HSL 308.21º 0.98% 0.77% -
HSV(B) 308.21º 0.46% 1% -
XYZ 65.25 45.14 86.16 -
YUV 183.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 254 137 238 0 0.46 0.06 0.00 308.21 0.98 0.77
Hex FE 89 EE 0 2E 6 0 134 62 4D
Octal 376 211 356 0 56 6 0 464 142 115
Binary 11111110 10001001 11101110 0 101110 110 0 100110100 1100010 1001101

Color Harmonies of #FE89EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE89EE

Black with #FE89EE

Text Example


Text Example

White with #FE89EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE89EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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