#F1BFFD

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

Shades of Mauve #F1BFFD

Tints of Mauve #F1BFFD

Color information

#F1BFFD (or 0xF1BFFD) is unknown color: approx Mauve. HEX triplet: F1, BF and FD. RGB value is (241,191,253). Sum of RGB (Red+Green+Blue) = 241+191+253=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFD is #0E4002. Grayscale: #D4D4D4. Windows color (decimal): -933891 or 16629745. OLE color: 16629745.

HSL color Cylindrical-coordinate representation of color #F1BFFD: hue angle of 288.39º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BFFD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241191253-
CMYK0.050.2500.01
HSL288.39º93.94%87.06%-
HSV(B)288.39º24.51%99.22%-
XYZ72.6463.05101.27-
YUV213.02150.56147.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=35.18%
G=27.88%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411912530.050.2500.01288.3993.9487.06
HexF1BFFD519011205e57
Octal36127737553101440136127
Binary111100011011111111111101101110010110010000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFFD; }

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

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

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

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

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

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

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

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