COLOR #F1F1BE

HEX: #F1F1BE
RGB: (241,241,190)

Color info

#F1F1BE contains red, green and blue colors in about the same proportion. Web safe color of #F1F1BE is #FFFFCC (or #FFC).

RGB color model

#F1F1BE color RGB value is (241,241,190).

  • red value is 241;
  • green value is 241;
  • blue value is 190.
RGB:
(241,241,190)
(95%,95%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 241 of 255 = 95%
B 190 of 255 = 75%

241
241
190

R + G + B ~ 88%. #F1F1BE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 190 = 672 (100%)
R 241 of 672 ~ 35.86%
G 241 of 672 ~ 35.86%
B 190 of 672 ~ 28.27%

%35.86
%35.86
%28.27

CMYK color model

#F1F1BE color CMYK value is (0,0,21,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 5.49%
CMYK:
(0,0,21,5)
C0M0Y21K5 
(0%,0%,21%,5%)
(0.00/0.00/0.21/0.05)	

CMYK percentages

%0
%0
%21.16
%5.49

Codes

Color #F1F1BE in popluar color models

F1F1BE
RGB241241190
HSL60°64.56%84.51%
HSB/HSV60°21.16%94.51%
CMYK0.00%0.00%21.16%
5.49%

Color #F1F1BE in popluar number systems.

HEXF1F1BE
Decimal241241190
Binary111100011111000110111110
Octal361361276

Shades and tints

Shades of #F1F1BE

#F1F1BE
(241,241,190)
#DCDCAD
(220,220,173)
#C7C79C
(199,199,156)
#B2B28B
(178,178,139)
#9D9D7A
(157,157,122)
#888869
(136,136,105)
#737358
(115,115,88)
#5E5E47
(94,94,71)
#494936
(73,73,54)
#343425
(52,52,37)
#1F1F14
(31,31,20)
#000000
(0,0,0)

Tints of #F1F1BE

#F1F1BE
(241,241,190)
#F2F2C3
(242,242,195)
#F3F3C8
(243,243,200)
#F4F4CD
(244,244,205)
#F5F5D2
(245,245,210)
#F6F6D7
(246,246,215)
#F7F7DC
(247,247,220)
#F8F8E1
(248,248,225)
#F9F9E6
(249,249,230)
#FAFAEB
(250,250,235)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F1BE color. Also use rgb(241,241,190) instead hex code.

Text Font Color

.myTextColor { color: #F1F1BE; }

<p style="color:#F1F1BE">This sample text font color is #F1F1BE.</p>

This text font color is #F1F1BE.


Background Color

.myBgColor { background-color: #F1F1BE; }

<div style="background-color:#F1F1BE">Inner text</div>

This div background color is #F1F1BE.


Border color

.myBorderColor { border: 1px solid #F1F1BE; }

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

This div border color is #F1F1BE.


Opacity

.myOpacity80 { color: #F1F1BE; opacity: 0.8; }

<p style="color:#F1F1BE;opacity:0.8;">80%</p>

Text with #F1F1BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1F1BE;}

<p style="text-shadow: 3px 3px 1px #F1F1BE">Text here.</p>

This text has shadow with #F1F1BE color.

.textShadow {text-shadow: 3px 3px 1px #F1F1BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1F1BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1F1BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1F1BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1F1BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1F1BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1F1BE;
  -webkit-box-shadow:	1px 1px 3px 2px #F1F1BE;
  box-shadow:		1px 1px 3px 2px #F1F1BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1F1BE;
-webkit-box-shadow: 1px 1px 3px 2px #F1F1BE;
box-shadow:1px 1px 3px 2px #F1F1BE;">
Div content here</div>
This div box has shadow with color #F1F1BE.

Preview

Color preview on black background

This text has color #F1F1BE on black background.


Color preview on white background

This text has color #F1F1BE on white background.



Black color preview on #F1F1BE background

This text has black color on #F1F1BE background.


White color preview on #F1F1BE background

This text has white color on #F1F1BE background.