#FA97AB

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

Shades of Mauvelous #FA97AB

Tints of Mauvelous #FA97AB

Color information

#FA97AB (or 0xFA97AB) is unknown color: approx Mauvelous. HEX triplet: FA, 97 and AB. RGB value is (250,151,171). Sum of RGB (Red+Green+Blue) = 250+151+171=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97AB is #056854. Grayscale: #B6B6B6. Windows color (decimal): -354389 or 11245562. OLE color: 11245562.

HSL color Cylindrical-coordinate representation of color #FA97AB: hue angle of 347.88º 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 #FA97AB is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250151171-
CMYK00.400.320.02
HSL347.88º90.83%78.63%-
HSV(B)347.88º39.6%98.04%-
XYZ57.8445.444.24-
YUV182.88121.3175.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=43.71%
G=26.40%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015117100.400.320.02347.8890.8378.63
HexFA97AB02820215c5b4f
Octal372227253050402534133117
Binary11111010100101111010101101010001000001010101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97AB; }

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

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

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

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

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

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

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

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