Html Css Color HEX #FE8EA9 Mauvelous

📋 copy color: '#FE8EA9'

red 254 ◦ green 142 ◦ blue 169

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

Shades of Mauvelous #FE8EA9

Tints of Mauvelous #FE8EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 44.96%
G = 25.13%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE8EA9 (or 0xFE8EA9) is known color: Mauvelous. HEX triplet: FE, 8E and A9. RGB value is (254,142,169). Sum of RGB (Red+Green+Blue) = 254+142+169=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8EA9 is #017156. Grayscale: #B2B2B2. Windows color (decimal): -94551 or 11112190. OLE color: 11112190.

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

Color convert

RGB 254 142 169 -
CMYK 0 0.44 0.33 0.00
HSL 345.54º 0.98% 0.78% -
HSV(B) 345.54º 0.44% 1% -
XYZ 57.71 43.28 42.85 -
YUV 178.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 254 142 169 0 0.44 0.33 0.00 345.54 0.98 0.78
Hex FE 8E A9 0 2C 21 0 15A 62 4E
Octal 376 216 251 0 54 41 0 532 142 116
Binary 11111110 10001110 10101001 0 101100 100001 0 101011010 1100010 1001110

Color Harmonies of #FE8EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8EA9

Black with #FE8EA9

Text Example


Text Example

White with #FE8EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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