#F6BCFB

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

Shades of Mauve #F6BCFB

Tints of Mauve #F6BCFB

Color information

#F6BCFB (or 0xF6BCFB) is unknown color: approx Mauve. HEX triplet: F6, BC and FB. RGB value is (246,188,251). Sum of RGB (Red+Green+Blue) = 246+188+251=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCFB is #094304. Grayscale: #D4D4D4. Windows color (decimal): -606981 or 16497910. OLE color: 16497910.

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

Color convert

RGB246188251-
CMYK0.020.2500.02
HSL295.24º88.73%86.08%-
HSV(B)295.24º25.1%98.43%-
XYZ73.462.5299.47-
YUV212.52149.72151.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 188 (73.83% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=35.91%
G=27.45%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461882510.020.2500.02295.2488.7386.08
HexF6BCFB219021275956
Octal36627437323102447131126
Binary111101101011110011111011101100101010010011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCFB; }

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

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

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

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

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

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

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

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