#FA97A9

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

Shades of Mauvelous #FA97A9

Tints of Mauvelous #FA97A9

Color information

#FA97A9 (or 0xFA97A9) is unknown color: approx Mauvelous. HEX triplet: FA, 97 and A9. RGB value is (250,151,169). Sum of RGB (Red+Green+Blue) = 250+151+169=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97A9 is #056856. Grayscale: #B6B6B6. Windows color (decimal): -354391 or 11114490. OLE color: 11114490.

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

Color convert

RGB250151169-
CMYK00.400.320.02
HSL349.09º90.83%78.63%-
HSV(B)349.09º39.6%98.04%-
XYZ57.6545.3243.25-
YUV182.65120.3176.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=43.86%
G=26.49%
B=29.65%

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
Decimal25015116900.400.320.02349.0990.8378.63
HexFA97A902820215d5b4f
Octal372227251050402535133117
Binary11111010100101111010100101010001000001010101110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97A9; }

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

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

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

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

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

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

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

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