#F1B9FE

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

Shades of Mauve #F1B9FE

Tints of Mauve #F1B9FE

Color information

#F1B9FE (or 0xF1B9FE) is unknown color: approx Mauve. HEX triplet: F1, B9 and FE. RGB value is (241,185,254). Sum of RGB (Red+Green+Blue) = 241+185+254=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9FE is #0E4601. Grayscale: #D1D1D1. Windows color (decimal): -935426 or 16693745. OLE color: 16693745.

HSL color Cylindrical-coordinate representation of color #F1B9FE: hue angle of 288.7º 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 #F1B9FE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241185254-
CMYK0.050.2700.00
HSL288.7º97.18%86.08%-
HSV(B)288.7º27.17%99.61%-
XYZ71.5160.55101.68-
YUV209.61153.05150.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 185 (72.66% from 255) = 27.21%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=35.44%
G=27.21%
B=37.35%

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
Decimal2411852540.050.2700.00288.797.1886.08
HexF1B9FE51B001216156
Octal36127137653300441141126
Binary111100011011100111111110101110110010010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9FE; }

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

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

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

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

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

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

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

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