#F6ACFB

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

Shades of Mauve #F6ACFB

Tints of Mauve #F6ACFB

Color information

#F6ACFB (or 0xF6ACFB) is unknown color: approx Mauve. HEX triplet: F6, AC and FB. RGB value is (246,172,251). Sum of RGB (Red+Green+Blue) = 246+172+251=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACFB is #095304. Grayscale: #CACACA. Windows color (decimal): -611077 or 16493814. OLE color: 16493814.

HSL color Cylindrical-coordinate representation of color #F6ACFB: hue angle of 296.2º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6ACFB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246172251-
CMYK0.020.3100.02
HSL296.2º90.8%82.94%-
HSV(B)296.2º31.47%98.43%-
XYZ70.1756.0698.39-
YUV203.13155.02158.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 172 (67.58% from 255) = 25.71%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=36.77%
G=25.71%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461722510.020.3100.02296.290.882.94
HexF6ACFB21F021285b53
Octal36625437323702450133123
Binary111101101010110011111011101111101010010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACFB; }

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

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

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

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

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

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

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

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