#F1BBFA

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

Shades of Mauve #F1BBFA

Tints of Mauve #F1BBFA

Color information

#F1BBFA (or 0xF1BBFA) is unknown color: approx Mauve. HEX triplet: F1, BB and FA. RGB value is (241,187,250). Sum of RGB (Red+Green+Blue) = 241+187+250=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBFA is #0E4405. Grayscale: #D2D2D2. Windows color (decimal): -934918 or 16432113. OLE color: 16432113.

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

Color convert

RGB241187250-
CMYK0.040.2500.02
HSL291.43º86.3%85.69%-
HSV(B)291.43º25.2%98.04%-
XYZ71.361.1498.49-
YUV210.33150.39149.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=35.55%
G=27.58%
B=36.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411872500.040.2500.02291.4386.385.69
HexF1BBFA419021235656
Octal36127337243102443126126
Binary1111000110111011111110101001100101010010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBFA; }

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

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

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

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

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

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

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

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