#FE97AC

Color #FE97AC Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #FE97AC

Tints of Mauvelous #FE97AC

Color information

#FE97AC (or 0xFE97AC) is unknown color: approx Mauvelous. HEX triplet: FE, 97 and AC. RGB value is (254,151,172). Sum of RGB (Red+Green+Blue) = 254+151+172=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97AC is #016853. Grayscale: #B8B8B8. Windows color (decimal): -92244 or 11311102. OLE color: 11311102.

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

Color convert

RGB254151172-
CMYK00.410.320.00
HSL347.77º98.1%79.41%-
HSV(B)347.77º40.55%99.61%-
XYZ59.3946.1844.81-
YUV184.19121.12177.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=44.02%
G=26.17%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415117200.410.320.00347.7798.179.41
HexFE97AC02920015c624f
Octal376227254051400534142117
Binary1111111010010111101011000101001100000010101110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97AC; }

 p { color: rgb(254,151,172); }

 H1.HeaderClassName
 {
   color: #FE97AC;
 }
 .AnyTagClassName
 {
   color: #FE97AC;
 }
</style>
background-color css

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

 a { background-color: rgb(254,151,172); }

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

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

 span { border-color: rgb(254,151,172); }

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