COLOR #F2F1BB

HEX: #F2F1BB RGB: (242,241,187)

Color info

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

RGB color model

#F2F1BB color RGB value is (242,241,187).

RGB: (242,241,187) (95%, 95%, 73%)

RGB channels and saturation

R 242 of 255 = 95%
G 241 of 255 = 95%
B 187 of 255 = 73%

242
241
187

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

Portions of RGB colors in percentages

R + G + B = 242 + 241 + 187 = 670 (100%)
R 242 of 670 ~ 36.12%
G 241 of 670 ~ 35.97%
B 187 of 670 ~ 27.91'%

%36.12
%35.97
%27.91

CMYK color model

#F2F1BB color CMYK value is (0,0,23,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 22.73%
  • key color value is 5.10%

CMYK: (0,0,23,5)
C0M0Y23K5 (0%, 0%, 23%, 5%)
(0.00 / 0.00 / 0.23 / 0.05)

CMYK percentages

%0
%0.41
%22.73
%5.1

Codes

Color #F2F1BB in popluar color models

F2 F1 BB
RGB 242 241 187
HSL 59° 67.90% 84.12%
HSB/HSV 59° 22.73% 94.90%
CMYK 0.00% 0.41% 22.73%
5.10%

Color #F2F1BB in popluar number systems.

HEX F2 F1 BB
Decimal 242 241 187
Binary 11110010 11110001 10111011
Octal 362 361 273

Shades and tints

Shades of #F2F1BB

#F2F1BB
(242,241,187)
#DCDCAA
(220,220,170)
#C6C799
(198,199,153)
#B0B288
(176,178,136)
#9A9D77
(154,157,119)
#848866
(132,136,102)
#6E7355
(110,115,85)
#585E44
(88,94,68)
#424933
(66,73,51)
#2C3422
(44,52,34)
#161F11
(22,31,17)
#000000
(0,0,0)

Tints of #F2F1BB

#F2F1BB
(242,241,187)
#F3F2C1
(243,242,193)
#F4F3C7
(244,243,199)
#F5F4CD
(245,244,205)
#F6F5D3
(246,245,211)
#F7F6D9
(247,246,217)
#F8F7DF
(248,247,223)
#F9F8E5
(249,248,229)
#FAF9EB
(250,249,235)
#FBFAF1
(251,250,241)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F1BB; }

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

This text font color is #F2F1BB.

Background Color

.myBgColor { background-color: #F2F1BB; }

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

This div background color is #F2F1BB.

Border color

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

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

This div border color is #F2F1BB.

Opacity

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

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

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

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

This text has shadow with #F2F1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F1BB.

Preview

Color preview on black background

This text has color #F2F1BB on black background.


Color preview on white background

This text has color #F2F1BB on white background.


Black color preview on #F2F1BB background

This text has black color on #F2F1BB background.


White color preview on #F2F1BB background

This text has white color on #F2F1BB background.


Related colors

Complementary color

Complementary color for #hex is #0D0E44.


I love getcolorcode.com

Triadic colors

1 #BBF2F1 and #F1BBF2 with #F2F1BB are triadic colors.

2 #BBF1F2 and #F1F2BB with #F2F1BB are triadic colors.