#F1BFF9

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

Shades of Mauve #F1BFF9

Tints of Mauve #F1BFF9

Color information

#F1BFF9 (or 0xF1BFF9) is unknown color: approx Mauve. HEX triplet: F1, BF and F9. RGB value is (241,191,249). Sum of RGB (Red+Green+Blue) = 241+191+249=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFF9 is #0E4006. Grayscale: #D4D4D4. Windows color (decimal): -933895 or 16367601. OLE color: 16367601.

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

Color convert

RGB241191249-
CMYK0.030.2300.02
HSL291.72º82.86%86.27%-
HSV(B)291.72º23.29%97.65%-
XYZ72.0162.897.95-
YUV212.56148.56148.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=35.39%
G=28.05%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411912490.030.2300.02291.7282.8686.27
HexF1BFF9317021245356
Octal36127737132702444123126
Binary111100011011111111111001111011101010010010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFF9; }

 p { color: rgb(241,191,249); }

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

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

 a { background-color: rgb(241,191,249); }

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

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

 span { border-color: rgb(241,191,249); }

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