#FA98A9

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

Shades of Mauvelous #FA98A9

Tints of Mauvelous #FA98A9

Color information

#FA98A9 (or 0xFA98A9) is unknown color: approx Mauvelous. HEX triplet: FA, 98 and A9. RGB value is (250,152,169). Sum of RGB (Red+Green+Blue) = 250+152+169=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A9 is #056756. Grayscale: #B7B7B7. Windows color (decimal): -354135 or 11114746. OLE color: 11114746.

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

Color convert

RGB250152169-
CMYK00.390.320.02
HSL349.59º90.74%78.82%-
HSV(B)349.59º39.2%98.04%-
XYZ57.8145.6543.3-
YUV183.24119.97175.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=43.78%
G=26.62%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015216900.390.320.02349.5990.7478.82
HexFA98A902720215e5b4f
Octal372230251047402536133117
Binary11111010100110001010100101001111000001010101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98A9; }

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

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

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

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

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

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

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

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