#F3A6FE

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

Shades of Mauve #F3A6FE

Tints of Mauve #F3A6FE

Color information

#F3A6FE (or 0xF3A6FE) is unknown color: approx Mauve. HEX triplet: F3, A6 and FE. RGB value is (243,166,254). Sum of RGB (Red+Green+Blue) = 243+166+254=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 166 (65.23% from 255 or 25.04% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A6FE is #0C5901. Grayscale: #C6C6C6. Windows color (decimal): -809218 or 16688883. OLE color: 16688883.

HSL color Cylindrical-coordinate representation of color #F3A6FE: hue angle of 292.5º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A6FE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243166254-
CMYK0.040.3500.00
HSL292.5º97.78%82.35%-
HSV(B)292.5º34.65%99.61%-
XYZ68.4953.48100.48-
YUV199.05159.01159.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 166 (65.23% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=36.65%
G=25.04%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431662540.040.3500.00292.597.7882.35
HexF3A6FE423001246252
Octal36324637644300444142122
Binary1111001110100110111111101001000110010010010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A6FE; }

 p { color: rgb(243,166,254); }

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

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

 a { background-color: rgb(243,166,254); }

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

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

 span { border-color: rgb(243,166,254); }

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