#F2BAF6

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

Shades of Mauve #F2BAF6

Tints of Mauve #F2BAF6

Color information

#F2BAF6 (or 0xF2BAF6) is unknown color: approx Mauve. HEX triplet: F2, BA and F6. RGB value is (242,186,246). Sum of RGB (Red+Green+Blue) = 242+186+246=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAF6 is #0D4509. Grayscale: #D1D1D1. Windows color (decimal): -869642 or 16169714. OLE color: 16169714.

HSL color Cylindrical-coordinate representation of color #F2BAF6: hue angle of 296º 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 #F2BAF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242186246-
CMYK0.020.2400.04
HSL296º76.92%84.71%-
HSV(B)296º24.39%96.47%-
XYZ70.8160.6595.16-
YUV209.58148.55151.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 186 (73.05% from 255) = 27.60%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=35.91%
G=27.60%
B=36.50%

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
Decimal2421862460.020.2400.0429676.9284.71
HexF2BAF6218041284d55
Octal36227236623004450115125
Binary1111001010111010111101101011000010010010100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAF6; }

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

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

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

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

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

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

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

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