#F3A9FA

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

Shades of Mauve #F3A9FA

Tints of Mauve #F3A9FA

Color information

#F3A9FA (or 0xF3A9FA) is unknown color: approx Mauve. HEX triplet: F3, A9 and FA. RGB value is (243,169,250). Sum of RGB (Red+Green+Blue) = 243+169+250=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A9FA is #0C5605. Grayscale: #C8C8C8. Windows color (decimal): -808454 or 16427507. OLE color: 16427507.

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

Color convert

RGB243169250-
CMYK0.030.3200.02
HSL294.81º89.01%82.16%-
HSV(B)294.81º32.4%98.04%-
XYZ68.4154.3397.32-
YUV200.36156.02158.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 169 (66.41% from 255) = 25.53%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=36.71%
G=25.53%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431692500.030.3200.02294.8189.0182.16
HexF3A9FA320021275952
Octal36325137234002447131122
Binary1111001110101001111110101110000001010010011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A9FA; }

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

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

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

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

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

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

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

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