#F6AAFF

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

Shades of Mauve #F6AAFF

Tints of Mauve #F6AAFF

Color information

#F6AAFF (or 0xF6AAFF) is unknown color: approx Mauve. HEX triplet: F6, AA and FF. RGB value is (246,170,255). Sum of RGB (Red+Green+Blue) = 246+170+255=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAFF is #095500. Grayscale: #CACACA. Windows color (decimal): -611585 or 16755446. OLE color: 16755446.

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

Color convert

RGB246170255-
CMYK0.040.3300
HSL293.65º100%83.33%-
HSV(B)293.65º33.33%100%-
XYZ70.4355.56101.62-
YUV202.41157.68159.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 170 (66.80% from 255) = 25.34%
BLUE value IS 255 (100% from 255) = 38.00%
R=36.66%
G=25.34%
B=38.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461702550.040.3300293.6510083.33
HexF6AAFF421001266453
Octal36625237744100446144123
Binary1111011010101010111111111001000010010010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAFF; }

 p { color: rgb(246,170,255); }

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

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

 a { background-color: rgb(246,170,255); }

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

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

 span { border-color: rgb(246,170,255); }

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