Html Css Color HEX #FE8EE5 Pale Magenta

📋 copy color: '#FE8EE5'

red 254 ◦ green 142 ◦ blue 229

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

Shades of Pale Magenta #FE8EE5

Tints of Pale Magenta #FE8EE5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.72%

 BLUE value IS 229 (89.84% from 255) = 36.64%

R = 40.64%
G = 22.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE8EE5 (or 0xFE8EE5) is known color: Pale Magenta. HEX triplet: FE, 8E and E5. RGB value is (254,142,229). Sum of RGB (Red+Green+Blue) = 254+142+229=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8EE5 is #01711A. Grayscale: #B9B9B9. Windows color (decimal): -94491 or 15044350. OLE color: 15044350.

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

Color convert

RGB 254 142 229 -
CMYK 0 0.44 0.10 0.00
HSL 313.39º 0.98% 0.78% -
HSV(B) 313.39º 0.44% 1% -
XYZ 64.69 46.07 79.61 -
YUV 185.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 254 142 229 0 0.44 0.10 0.00 313.39 0.98 0.78
Hex FE 8E E5 0 2C A 0 139 62 4E
Octal 376 216 345 0 54 12 0 471 142 116
Binary 11111110 10001110 11100101 0 101100 1010 0 100111001 1100010 1001110

Color Harmonies of #FE8EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EE5

Black with #FE8EE5

Text Example


Text Example

White with #FE8EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EE5; }

 p { color: rgb(254,142,229); }

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

background-color css

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

 a { background-color: rgb(254,142,229); }

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

border-color css

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

 span { border-color: rgb(254,142,229); }

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