#f1beff

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

Shades of Mauve #F1BEFF

Tints of Mauve #F1BEFF

Color information

#F1BEFF (or 0xF1BEFF) is unknown color: approx Mauve. HEX triplet: F1, BE and FF. RGB value is (241,190,255). Sum of RGB (Red+Green+Blue) = 241+190+255=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEFF is #0E4100. Grayscale: #D4D4D4. Windows color (decimal): -934145 or 16760561. OLE color: 16760561.

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

Color convert

RGB241190255-
CMYK0.050.2500
HSL287.08º100%87.25%-
HSV(B)287.08º25.49%100%-
XYZ72.7462.75102.89-
YUV212.66151.9148.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 190 (74.61% from 255) = 27.70%
BLUE value IS 255 (100% from 255) = 37.17%
R=35.13%
G=27.70%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411902550.050.2500287.0810087.25
HexF1BEFF5190011f6457
Octal36127637753100437144127
Binary111100011011111011111111101110010010001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1beff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1beff; }

 p { color: rgb(241,190,255); }

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

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

 a { background-color: rgb(241,190,255); }

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

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

 span { border-color: rgb(241,190,255); }

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