#F6A3FD

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

Shades of Mauve #F6A3FD

Tints of Mauve #F6A3FD

Color information

#F6A3FD (or 0xF6A3FD) is unknown color: approx Mauve. HEX triplet: F6, A3 and FD. RGB value is (246,163,253). Sum of RGB (Red+Green+Blue) = 246+163+253=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 163 (64.06% from 255 or 24.62% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6A3FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A3FD is #095C02. Grayscale: #C5C5C5. Windows color (decimal): -613379 or 16622582. OLE color: 16622582.

HSL color Cylindrical-coordinate representation of color #F6A3FD: hue angle of 295.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6A3FD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246163253-
CMYK0.030.3600.01
HSL295.33º95.74%81.57%-
HSV(B)295.33º35.57%99.22%-
XYZ68.8352.8899.51-
YUV198.08159162.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 163 (64.06% from 255) = 24.62%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=37.16%
G=24.62%
B=38.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461632530.030.3600.01295.3395.7481.57
HexF6A3FD324011276052
Octal36624337534401447140122
Binary111101101010001111111101111001000110010011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A3FD; }

 p { color: rgb(246,163,253); }

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

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

 a { background-color: rgb(246,163,253); }

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

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

 span { border-color: rgb(246,163,253); }

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