#F1BEFC

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

Shades of Mauve #F1BEFC

Tints of Mauve #F1BEFC

Color information

#F1BEFC (or 0xF1BEFC) is unknown color: approx Mauve. HEX triplet: F1, BE and FC. RGB value is (241,190,252). Sum of RGB (Red+Green+Blue) = 241+190+252=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEFC is #0E4103. Grayscale: #D4D4D4. Windows color (decimal): -934148 or 16563953. OLE color: 16563953.

HSL color Cylindrical-coordinate representation of color #F1BEFC: hue angle of 289.35º degrees, saturation: 0.91, 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 #F1BEFC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241190252-
CMYK0.040.2500.01
HSL289.35º91.18%86.67%-
HSV(B)289.35º24.6%98.82%-
XYZ72.2662.56100.36-
YUV212.32150.4148.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=35.29%
G=27.82%
B=36.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411902520.040.2500.01289.3591.1886.67
HexF1BEFC419011215b57
Octal36127637443101441133127
Binary111100011011111011111100100110010110010000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEFC; }

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

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

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

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

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

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

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

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