#FA8FA6

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

Shades of Mauvelous #FA8FA6

Tints of Mauvelous #FA8FA6

Color information

#FA8FA6 (or 0xFA8FA6) is unknown color: approx Mauvelous. HEX triplet: FA, 8F and A6. RGB value is (250,143,166). Sum of RGB (Red+Green+Blue) = 250+143+166=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FA6 is #057059. Grayscale: #B1B1B1. Windows color (decimal): -356442 or 10915834. OLE color: 10915834.

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

Color convert

RGB250143166-
CMYK00.430.340.02
HSL347.1º91.45%77.06%-
HSV(B)347.1º42.8%98.04%-
XYZ56.1342.7241.36-
YUV177.61121.45179.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=44.72%
G=25.58%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014316600.430.340.02347.191.4577.06
HexFA8FA602B22215b5b4d
Octal372217246053422533133115
Binary11111010100011111010011001010111000101010101101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FA6; }

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

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

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

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

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

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

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

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