#F1BBFC

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

Shades of Mauve #F1BBFC

Tints of Mauve #F1BBFC

Color information

#F1BBFC (or 0xF1BBFC) is unknown color: approx Mauve. HEX triplet: F1, BB and FC. RGB value is (241,187,252). Sum of RGB (Red+Green+Blue) = 241+187+252=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBFC is #0E4403. Grayscale: #D2D2D2. Windows color (decimal): -934916 or 16563185. OLE color: 16563185.

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

Color convert

RGB241187252-
CMYK0.040.2600.01
HSL289.85º91.55%86.08%-
HSV(B)289.85º25.79%98.82%-
XYZ71.6261.27100.15-
YUV210.56151.39149.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 187 (73.44% from 255) = 27.5%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=35.44%
G=27.5%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411872520.040.2600.01289.8591.5586.08
HexF1BBFC41A011225c56
Octal36127337443201442134126
Binary111100011011101111111100100110100110010001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBFC; }

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

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

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

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

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

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

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

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