Html Css Color HEX #FE91EE Pale Magenta

📋 copy color: '#FE91EE'

red 254 ◦ green 145 ◦ blue 238

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

Shades of Pale Magenta #FE91EE

Tints of Pale Magenta #FE91EE

RGB

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

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

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

R = 39.87%
G = 22.76%
B = 37.36%

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

#FE91EE (or 0xFE91EE) is known color: Pale Magenta. HEX triplet: FE, 91 and EE. RGB value is (254,145,238). Sum of RGB (Red+Green+Blue) = 254+145+238=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91EE is #016E11. Grayscale: #BBBBBB. Windows color (decimal): -93714 or 15634942. OLE color: 15634942.

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

Color convert

RGB 254 145 238 -
CMYK 0 0.43 0.06 0.00
HSL 308.81º 0.98% 0.78% -
HSV(B) 308.81º 0.43% 1% -
XYZ 66.43 47.49 86.56 -
YUV 188.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 254 145 238 0 0.43 0.06 0.00 308.81 0.98 0.78
Hex FE 91 EE 0 2B 6 0 135 62 4E
Octal 376 221 356 0 53 6 0 465 142 116
Binary 11111110 10010001 11101110 0 101011 110 0 100110101 1100010 1001110

Color Harmonies of #FE91EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91EE

Black with #FE91EE

Text Example


Text Example

White with #FE91EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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