#F1B4FE

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

Shades of Mauve #F1B4FE

Tints of Mauve #F1B4FE

Color information

#F1B4FE (or 0xF1B4FE) is unknown color: approx Mauve. HEX triplet: F1, B4 and FE. RGB value is (241,180,254). Sum of RGB (Red+Green+Blue) = 241+180+254=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4FE is #0E4B01. Grayscale: #CECECE. Windows color (decimal): -936706 or 16692465. OLE color: 16692465.

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

Color convert

RGB241180254-
CMYK0.050.2900.00
HSL289.46º97.37%85.1%-
HSV(B)289.46º29.13%99.61%-
XYZ70.4958.5101.34-
YUV206.68154.71152.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 180 (70.70% from 255) = 26.67%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=35.70%
G=26.67%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411802540.050.2900.00289.4697.3785.1
HexF1B4FE51D001216155
Octal36126437653500441141125
Binary111100011011010011111110101111010010010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4FE; }

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

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

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

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

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

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

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

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