#F1BAFE

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

Shades of Mauve #F1BAFE

Tints of Mauve #F1BAFE

Color information

#F1BAFE (or 0xF1BAFE) is unknown color: approx Mauve. HEX triplet: F1, BA and FE. RGB value is (241,186,254). Sum of RGB (Red+Green+Blue) = 241+186+254=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFE is #0E4501. Grayscale: #D1D1D1. Windows color (decimal): -935170 or 16694001. OLE color: 16694001.

HSL color Cylindrical-coordinate representation of color #F1BAFE: hue angle of 288.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1BAFE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241186254-
CMYK0.050.2700.00
HSL288.53º97.14%86.27%-
HSV(B)288.53º26.77%99.61%-
XYZ71.7260.97101.75-
YUV210.2152.72149.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 186 (73.05% from 255) = 27.31%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=35.39%
G=27.31%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411862540.050.2700.00288.5397.1486.27
HexF1BAFE51B001216156
Octal36127237653300441141126
Binary111100011011101011111110101110110010010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAFE; }

 p { color: rgb(241,186,254); }

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

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

 a { background-color: rgb(241,186,254); }

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

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

 span { border-color: rgb(241,186,254); }

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