COLOR #F1F9BB

HEX: #F1F9BB RGB: (241,249,187)

Color info

#F1F9BB contains mainly red and green colors. Web safe color of #F1F9BB is #FFFFCC (or #FFC).

RGB color model

#F1F9BB color RGB value is (241,249,187).

RGB: (241,249,187) (95%, 98%, 73%)

RGB channels and saturation

R 241 of 255 = 95%
G 249 of 255 = 98%
B 187 of 255 = 73%

241
249
187

R + G + B ~ 89%. #F1F9BB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 249 + 187 = 677 (100%)
R 241 of 677 ~ 35.6%
G 249 of 677 ~ 36.78%
B 187 of 677 ~ 27.62'%

%35.6
%36.78
%27.62

CMYK color model

#F1F9BB color CMYK value is (3,0,25,2).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 2.35%

CMYK: (3,0,25,2)
C3M0Y25K2 (3%, 0%, 25%, 2%)
(0.03 / 0.00 / 0.25 / 0.02)

CMYK percentages

%3.21
%0
%24.9
%2.35

Codes

Color #F1F9BB in popluar color models

F1 F9 BB
RGB 241 249 187
HSL 68° 83.78% 85.49%
HSB/HSV 68° 24.90% 97.65%
CMYK 3.21% 0.00% 24.90%
2.35%

Color #F1F9BB in popluar number systems.

HEX F1 F9 BB
Decimal 241 249 187
Binary 11110001 11111001 10111011
Octal 361 371 273

Shades and tints

Shades of #F1F9BB

#F1F9BB
(241,249,187)
#DCE3AA
(220,227,170)
#C7CD99
(199,205,153)
#B2B788
(178,183,136)
#9DA177
(157,161,119)
#888B66
(136,139,102)
#737555
(115,117,85)
#5E5F44
(94,95,68)
#494933
(73,73,51)
#343322
(52,51,34)
#1F1D11
(31,29,17)
#000000
(0,0,0)

Tints of #F1F9BB

#F1F9BB
(241,249,187)
#F2F9C1
(242,249,193)
#F3F9C7
(243,249,199)
#F4F9CD
(244,249,205)
#F5F9D3
(245,249,211)
#F6F9D9
(246,249,217)
#F7F9DF
(247,249,223)
#F8F9E5
(248,249,229)
#F9F9EB
(249,249,235)
#FAF9F1
(250,249,241)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F9BB; }

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

This text font color is #F1F9BB.

Background Color

.myBgColor { background-color: #F1F9BB; }

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

This div background color is #F1F9BB.

Border color

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

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

This div border color is #F1F9BB.

Opacity

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

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

Text with #F1F9BB 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 #F1F9BB;}

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

This text has shadow with #F1F9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F9BB.

Preview

Color preview on black background

This text has color #F1F9BB on black background.


Color preview on white background

This text has color #F1F9BB on white background.


Black color preview on #F1F9BB background

This text has black color on #F1F9BB background.


White color preview on #F1F9BB background

This text has white color on #F1F9BB background.


Related colors

Complementary color

Complementary color for #hex is #0E0644.


I love getcolorcode.com

Triadic colors

1 #BBF1F9 and #F9BBF1 with #F1F9BB are triadic colors.

2 #BBF9F1 and #F9F1BB with #F1F9BB are triadic colors.