Color Hex Logo

#f1f0be Color Hex

#F1F0BE
(241,240,190)
0 Favorites   0 Comments

Color spaces of #f1f0be

RGB 241240190
HSL0.160.650.85
HSV59°21°95°
CMYK 0.000.000.21   0.05
XYZ76.730084.738761.0273
Yxy84.73870.34490.3809
Hunter Lab92.0536-12.307725.1310
CIE-Lab93.7704-7.584824.3603

#f1f0be color RGB value is (241,240,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11110000 10111110
Octal 361 360 276
Decimal 241 240 190
Hex F1 F0 BE

RGB Percentages of Color #f1f0be

%35.92
%35.77
%28.32

CMYK Percentages of Color #f1f0be

%0
%0
%21
%5

Triadic Colors of #f1f0be

#f1f0be #bef1f0 #f0bef1

Analogous Colors of #f1f0be

#f1f0be #d9f1be #f1d7be

Monochromatic Colors of #f1f0be

#f1f0be

Complementary Color

#f1f0be #bebff1

#f1f0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1f0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1f0be Color CSS Codes

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

#f1f0be Text Font Color

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

This sample text font color is #f1f0be
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.


#f1f0be Background Color

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

This div background color is #f1f0be


#f1f0be Border Color

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

This div border color is #f1f0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1f0be


Comments

No comments written yet.

Please login to write comment.