#F1BEFB

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

Shades of Mauve #F1BEFB

Tints of Mauve #F1BEFB

Color information

#F1BEFB (or 0xF1BEFB) is unknown color: approx Mauve. HEX triplet: F1, BE and FB. RGB value is (241,190,251). Sum of RGB (Red+Green+Blue) = 241+190+251=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEFB is #0E4104. Grayscale: #D4D4D4. Windows color (decimal): -934149 or 16498417. OLE color: 16498417.

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

Color convert

RGB241190251-
CMYK0.040.2400.02
HSL290.16º88.41%86.47%-
HSV(B)290.16º24.3%98.43%-
XYZ72.162.4999.53-
YUV212.2149.9148.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 190 (74.61% from 255) = 27.86%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=35.34%
G=27.86%
B=36.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411902510.040.2400.02290.1688.4186.47
HexF1BEFB418021225856
Octal36127637343002442130126
Binary1111000110111110111110111001100001010010001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEFB; }

 p { color: rgb(241,190,251); }

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

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

 a { background-color: rgb(241,190,251); }

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

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

 span { border-color: rgb(241,190,251); }

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