#F1BCF9

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

Shades of Mauve #F1BCF9

Tints of Mauve #F1BCF9

Color information

#F1BCF9 (or 0xF1BCF9) is unknown color: approx Mauve. HEX triplet: F1, BC and F9. RGB value is (241,188,249). Sum of RGB (Red+Green+Blue) = 241+188+249=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCF9 is #0E4306. Grayscale: #D2D2D2. Windows color (decimal): -934663 or 16366833. OLE color: 16366833.

HSL color Cylindrical-coordinate representation of color #F1BCF9: hue angle of 292.13º degrees, saturation: 0.84, 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 #F1BCF9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241188249-
CMYK0.030.2400.02
HSL292.13º83.56%85.69%-
HSV(B)292.13º24.5%97.65%-
XYZ71.3661.5197.73-
YUV210.8149.56149.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 188 (73.83% from 255) = 27.73%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=35.55%
G=27.73%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411882490.030.2400.02292.1383.5685.69
HexF1BCF9318021245456
Octal36127437133002444124126
Binary111100011011110011111001111100001010010010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCF9; }

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

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

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

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

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

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

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

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