#F6ACFF

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

Shades of Mauve #F6ACFF

Tints of Mauve #F6ACFF

Color information

#F6ACFF (or 0xF6ACFF) is unknown color: approx Mauve. HEX triplet: F6, AC and FF. RGB value is (246,172,255). Sum of RGB (Red+Green+Blue) = 246+172+255=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 172 (67.58% from 255 or 25.56% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACFF is #095300. Grayscale: #CBCBCB. Windows color (decimal): -611073 or 16755958. OLE color: 16755958.

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

Color convert

RGB246172255-
CMYK0.040.3300
HSL293.49º100%83.73%-
HSV(B)293.49º32.55%100%-
XYZ70.8156.32101.75-
YUV203.59157.02158.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 172 (67.58% from 255) = 25.56%
BLUE value IS 255 (100% from 255) = 37.89%
R=36.55%
G=25.56%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461722550.040.3300293.4910083.73
HexF6ACFF421001256454
Octal36625437744100445144124
Binary1111011010101100111111111001000010010010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACFF; }

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

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

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

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

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

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

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

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