Html Css Color HEX #FE8EF6 Pale Magenta

📋 copy color: '#FE8EF6'

red 254 ◦ green 142 ◦ blue 246

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

Shades of Pale Magenta #FE8EF6

Tints of Pale Magenta #FE8EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 39.56%
G = 22.12%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE8EF6 (or 0xFE8EF6) is known color: Pale Magenta. HEX triplet: FE, 8E and F6. RGB value is (254,142,246). Sum of RGB (Red+Green+Blue) = 254+142+246=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 142 (55.86% from 255 or 22.12% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EF6 is #017109. Grayscale: #BBBBBB. Windows color (decimal): -94474 or 16158462. OLE color: 16158462.

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

Color convert

RGB 254 142 246 -
CMYK 0 0.44 0.03 0.00
HSL 304.29º 0.98% 0.78% -
HSV(B) 304.29º 0.44% 1% -
XYZ 67.18 47.07 92.73 -
YUV 187.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 254 142 246 0 0.44 0.03 0.00 304.29 0.98 0.78
Hex FE 8E F6 0 2C 3 0 130 62 4E
Octal 376 216 366 0 54 3 0 460 142 116
Binary 11111110 10001110 11110110 0 101100 11 0 100110000 1100010 1001110

Color Harmonies of #FE8EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EF6

Black with #FE8EF6

Text Example


Text Example

White with #FE8EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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