#FA8FA9

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

Shades of Mauvelous #FA8FA9

Tints of Mauvelous #FA8FA9

Color information

#FA8FA9 (or 0xFA8FA9) is unknown color: approx Mauvelous. HEX triplet: FA, 8F and A9. RGB value is (250,143,169). Sum of RGB (Red+Green+Blue) = 250+143+169=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FA9 is #057056. Grayscale: #B1B1B1. Windows color (decimal): -356439 or 11112442. OLE color: 11112442.

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

Color convert

RGB250143169-
CMYK00.430.320.02
HSL345.42º91.45%77.06%-
HSV(B)345.42º42.8%98.04%-
XYZ56.4142.8342.83-
YUV177.96122.95179.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=44.48%
G=25.44%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014316900.430.320.02345.4291.4577.06
HexFA8FA902B2021595b4d
Octal372217251053402531133115
Binary11111010100011111010100101010111000001010101100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FA9; }

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

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

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

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

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

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

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

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