#F1BEFD

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

Shades of Mauve #F1BEFD

Tints of Mauve #F1BEFD

Color information

#F1BEFD (or 0xF1BEFD) is unknown color: approx Mauve. HEX triplet: F1, BE and FD. RGB value is (241,190,253). Sum of RGB (Red+Green+Blue) = 241+190+253=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEFD is #0E4102. Grayscale: #D4D4D4. Windows color (decimal): -934147 or 16629489. OLE color: 16629489.

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

Color convert

RGB241190253-
CMYK0.050.2500.01
HSL288.57º94.03%86.86%-
HSV(B)288.57º24.9%99.22%-
XYZ72.4262.62101.2-
YUV212.43150.9148.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 190 (74.61% from 255) = 27.78%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=35.23%
G=27.78%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411902530.050.2500.01288.5794.0386.86
HexF1BEFD519011215e57
Octal36127637553101441136127
Binary111100011011111011111101101110010110010000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEFD; }

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

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

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

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

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

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

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

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