Html Css Color HEX #FE8EA2 Mauvelous

📋 copy color: '#FE8EA2'

red 254 ◦ green 142 ◦ blue 162

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

Shades of Mauvelous #FE8EA2

Tints of Mauvelous #FE8EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 45.52%
G = 25.45%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE8EA2 (or 0xFE8EA2) is known color: Mauvelous. HEX triplet: FE, 8E and A2. RGB value is (254,142,162). Sum of RGB (Red+Green+Blue) = 254+142+162=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8EA2 is #01715D. Grayscale: #B1B1B1. Windows color (decimal): -94558 or 10653438. OLE color: 10653438.

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

Color convert

RGB 254 142 162 -
CMYK 0 0.44 0.36 0.00
HSL 349.29º 0.98% 0.78% -
HSV(B) 349.29º 0.44% 1% -
XYZ 57.07 43.03 39.48 -
YUV 177.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 254 142 162 0 0.44 0.36 0.00 349.29 0.98 0.78
Hex FE 8E A2 0 2C 24 0 15D 62 4E
Octal 376 216 242 0 54 44 0 535 142 116
Binary 11111110 10001110 10100010 0 101100 100100 0 101011101 1100010 1001110

Color Harmonies of #FE8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EA2

Black with #FE8EA2

Text Example


Text Example

White with #FE8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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