#F6BAF9

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

Shades of Mauve #F6BAF9

Tints of Mauve #F6BAF9

Color information

#F6BAF9 (or 0xF6BAF9) is unknown color: approx Mauve. HEX triplet: F6, BA and F9. RGB value is (246,186,249). Sum of RGB (Red+Green+Blue) = 246+186+249=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6BAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAF9 is #094506. Grayscale: #D2D2D2. Windows color (decimal): -607495 or 16366326. OLE color: 16366326.

HSL color Cylindrical-coordinate representation of color #F6BAF9: hue angle of 297.14º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6BAF9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246186249-
CMYK0.010.2500.02
HSL297.14º84%85.29%-
HSV(B)297.14º25.3%97.65%-
XYZ72.6661.5597.67-
YUV211.12149.38152.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 186 (73.05% from 255) = 27.31%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=36.12%
G=27.31%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461862490.010.2500.02297.148485.29
HexF6BAF9119021295455
Octal36627237113102451124125
Binary11110110101110101111100111100101010010100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAF9; }

 p { color: rgb(246,186,249); }

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

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

 a { background-color: rgb(246,186,249); }

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

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

 span { border-color: rgb(246,186,249); }

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