#FA97AC

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

Shades of Mauvelous #FA97AC

Tints of Mauvelous #FA97AC

Color information

#FA97AC (or 0xFA97AC) is unknown color: approx Mauvelous. HEX triplet: FA, 97 and AC. RGB value is (250,151,172). Sum of RGB (Red+Green+Blue) = 250+151+172=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97AC is #056853. Grayscale: #B7B7B7. Windows color (decimal): -354388 or 11311098. OLE color: 11311098.

HSL color Cylindrical-coordinate representation of color #FA97AC: hue angle of 347.27º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA97AC is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250151172-
CMYK00.400.310.02
HSL347.27º90.83%78.63%-
HSV(B)347.27º39.6%98.04%-
XYZ57.9445.4444.75-
YUV183121.8175.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=43.63%
G=26.35%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015117200.400.310.02347.2790.8378.63
HexFA97AC0281F215b5b4f
Octal372227254050372533133117
Binary1111101010010111101011000101000111111010101101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97AC; }

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

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

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

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

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

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

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

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