#F6BBFC

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

Shades of Mauve #F6BBFC

Tints of Mauve #F6BBFC

Color information

#F6BBFC (or 0xF6BBFC) is unknown color: approx Mauve. HEX triplet: F6, BB and FC. RGB value is (246,187,252). Sum of RGB (Red+Green+Blue) = 246+187+252=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFC is #094403. Grayscale: #D3D3D3. Windows color (decimal): -607236 or 16563190. OLE color: 16563190.

HSL color Cylindrical-coordinate representation of color #F6BBFC: hue angle of 294.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BBFC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246187252-
CMYK0.020.2600.01
HSL294.46º91.55%86.08%-
HSV(B)294.46º25.79%98.82%-
XYZ73.3562.16100.23-
YUV212.05150.55152.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=35.91%
G=27.30%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461872520.020.2600.01294.4691.5586.08
HexF6BBFC21A011265c56
Octal36627337423201446134126
Binary11110110101110111111110010110100110010011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBFC; }

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

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

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

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

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

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

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

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