Html Css Color HEX #FE8EF1 Pale Magenta

📋 copy color: '#FE8EF1'

red 254 ◦ green 142 ◦ blue 241

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

Shades of Pale Magenta #FE8EF1

Tints of Pale Magenta #FE8EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.83%

R = 39.87%
G = 22.29%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE8EF1 (or 0xFE8EF1) is known color: Pale Magenta. HEX triplet: FE, 8E and F1. RGB value is (254,142,241). Sum of RGB (Red+Green+Blue) = 254+142+241=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 142 (55.86% from 255 or 22.29% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EF1 is #01710E. Grayscale: #BABABA. Windows color (decimal): -94479 or 15830782. OLE color: 15830782.

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

Color convert

RGB 254 142 241 -
CMYK 0 0.44 0.05 0.00
HSL 306.96º 0.98% 0.78% -
HSV(B) 306.96º 0.44% 1% -
XYZ 66.42 46.77 88.75 -
YUV 186.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 254 142 241 0 0.44 0.05 0.00 306.96 0.98 0.78
Hex FE 8E F1 0 2C 5 0 133 62 4E
Octal 376 216 361 0 54 5 0 463 142 116
Binary 11111110 10001110 11110001 0 101100 101 0 100110011 1100010 1001110

Color Harmonies of #FE8EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EF1

Black with #FE8EF1

Text Example


Text Example

White with #FE8EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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