#F6BAFE

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

Shades of Mauve #F6BAFE

Tints of Mauve #F6BAFE

Color information

#F6BAFE (or 0xF6BAFE) is unknown color: approx Mauve. HEX triplet: F6, BA and FE. RGB value is (246,186,254). Sum of RGB (Red+Green+Blue) = 246+186+254=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAFE is #094501. Grayscale: #D3D3D3. Windows color (decimal): -607490 or 16694006. OLE color: 16694006.

HSL color Cylindrical-coordinate representation of color #F6BAFE: hue angle of 292.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6BAFE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246186254-
CMYK0.030.2700.00
HSL292.94º97.14%86.27%-
HSV(B)292.94º26.77%99.61%-
XYZ73.4561.87101.84-
YUV211.69151.88152.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.86%
GREEN value IS 186 (73.05% from 255) = 27.11%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=35.86%
G=27.11%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461862540.030.2700.00292.9497.1486.27
HexF6BAFE31B001256156
Octal36627237633300445141126
Binary11110110101110101111111011110110010010010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAFE; }

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

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

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

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

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

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

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

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