#F6BBFB

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

Shades of Mauve #F6BBFB

Tints of Mauve #F6BBFB

Color information

#F6BBFB (or 0xF6BBFB) is unknown color: approx Mauve. HEX triplet: F6, BB and FB. RGB value is (246,187,251). Sum of RGB (Red+Green+Blue) = 246+187+251=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFB is #094404. Grayscale: #D3D3D3. Windows color (decimal): -607237 or 16497654. OLE color: 16497654.

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

Color convert

RGB246187251-
CMYK0.020.2500.02
HSL295.31º88.89%85.88%-
HSV(B)295.31º25.5%98.43%-
XYZ73.1962.199.4-
YUV211.94150.05152.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=35.96%
G=27.34%
B=36.70%

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
Decimal2461872510.020.2500.02295.3188.8985.88
HexF6BBFB219021275956
Octal36627337323102447131126
Binary111101101011101111111011101100101010010011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBFB; }

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

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

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

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

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

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

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

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