Html Css Color HEX #FE91EF Pale Magenta

📋 copy color: '#FE91EF'

red 254 ◦ green 145 ◦ blue 239

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

Shades of Pale Magenta #FE91EF

Tints of Pale Magenta #FE91EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.73%

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

R = 39.81%
G = 22.73%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE91EF (or 0xFE91EF) is known color: Pale Magenta. HEX triplet: FE, 91 and EF. RGB value is (254,145,239). Sum of RGB (Red+Green+Blue) = 254+145+239=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 145 (57.03% from 255 or 22.73% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91EF is #016E10. Grayscale: #BCBCBC. Windows color (decimal): -93713 or 15700478. OLE color: 15700478.

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

Color convert

RGB 254 145 239 -
CMYK 0 0.43 0.06 0.00
HSL 308.26º 0.98% 0.78% -
HSV(B) 308.26º 0.43% 1% -
XYZ 66.58 47.55 87.33 -
YUV 188.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 254 145 239 0 0.43 0.06 0.00 308.26 0.98 0.78
Hex FE 91 EF 0 2B 6 0 134 62 4E
Octal 376 221 357 0 53 6 0 464 142 116
Binary 11111110 10010001 11101111 0 101011 110 0 100110100 1100010 1001110

Color Harmonies of #FE91EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91EF

Black with #FE91EF

Text Example


Text Example

White with #FE91EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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