Color Hex Logo

#f1beef Color Hex

#F1BEEF
(241,190,239)
0 Favorites   0 Comments

Color spaces of #f1beef

RGB 241190239
HSL0.840.650.85
HSV302°21°95°
CMYK 0.000.210.01   0.05
XYZ70.269161.759789.8786
Yxy61.75970.31670.2783
Hunter Lab78.587322.0785-12.7975
CIE-Lab82.785526.3118-17.2929

#f1beef color RGB value is (241,190,239).

#f1beef hex color red value is 241, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f1beef hue: 0.84 , saturation: 0.65 and the lightness value of f1beef is 0.85.

The process color (four color CMYK) of #f1beef color hex is 0.00, 0.21, 0.01, 0.05. Web safe color of #f1beef is #ffccff. Color #f1beef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111110 11101111
Octal 361 276 357
Decimal 241 190 239
Hex F1 BE EF

RGB Percentages of Color #f1beef

%35.97
%28.36
%35.67

CMYK Percentages of Color #f1beef

%0
%21
%1
%5

Triadic Colors of #f1beef

#f1beef #eff1be #beeff1

Analogous Colors of #f1beef

#f1beef #f1bed6 #dabef1

Monochromatic Colors of #f1beef

#f1beef

Complementary Color

#f1beef #bef1c0

#f1beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1beef Color CSS Codes

.mybgcolor {background-color:#f1beef; } 
.myforecolor {color:#f1beef; }
.mybordercolor {border:3px solid #f1beef; }

#f1beef Text Font Color

<p style="color:#f1beef">Text here</p>

This sample text font color is #f1beef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1beef Background Color

<div style="background-color:#f1beef">
Div content here</div>

This div background color is #f1beef


#f1beef Border Color

<div style="border:3px solid #f1beef">
Div here</div>

This div border color is #f1beef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,190,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1beef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1beef;
  -webkit-box-shadow: 1px 1px 3px 2px #f1beef;
  box-shadow:         1px 1px 3px 2px #f1beef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,190,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1beef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1beef;
  -webkit-box-shadow: 1px 1px 3px 2px #f1beef;
  box-shadow:         1px 1px 3px 2px #f1beef;">
Div content here</div>

This div box has shadow with color #f1beef


Comments

No comments written yet.

Please login to write comment.