#F1BAF6

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

Shades of Mauve #F1BAF6

Tints of Mauve #F1BAF6

Color information

#F1BAF6 (or 0xF1BAF6) is unknown color: approx Mauve. HEX triplet: F1, BA and F6. RGB value is (241,186,246). Sum of RGB (Red+Green+Blue) = 241+186+246=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAF6 is #0E4509. Grayscale: #D1D1D1. Windows color (decimal): -935178 or 16169713. OLE color: 16169713.

HSL color Cylindrical-coordinate representation of color #F1BAF6: hue angle of 295º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BAF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241186246-
CMYK0.020.2400.04
HSL295º76.92%84.71%-
HSV(B)295º24.39%96.47%-
XYZ70.4760.4795.15-
YUV209.28148.72150.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 186 (73.05% from 255) = 27.64%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=35.81%
G=27.64%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2411862460.020.2400.0429576.9284.71
HexF1BAF6218041274d55
Octal36127236623004447115125
Binary1111000110111010111101101011000010010010011110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAF6; }

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

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

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

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

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

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

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

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