#F1BFFE

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

Shades of Mauve #F1BFFE

Tints of Mauve #F1BFFE

Color information

#F1BFFE (or 0xF1BFFE) is unknown color: approx Mauve. HEX triplet: F1, BF and FE. RGB value is (241,191,254). Sum of RGB (Red+Green+Blue) = 241+191+254=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFE is #0E4001. Grayscale: #D4D4D4. Windows color (decimal): -933890 or 16695281. OLE color: 16695281.

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

Color convert

RGB241191254-
CMYK0.050.2500.00
HSL287.62º96.92%87.25%-
HSV(B)287.62º24.8%99.61%-
XYZ72.863.12102.11-
YUV213.13151.06147.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=35.13%
G=27.84%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411912540.050.2500.00287.6296.9287.25
HexF1BFFE519001206157
Octal36127737653100440141127
Binary111100011011111111111110101110010010010000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFFE; }

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

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

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

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

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

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

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

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