COLOR #F2F1B5

HEX: #F2F1B5
RGB: (242,241,181)

Color info

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

RGB color model

#F2F1B5 color RGB value is (242,241,181).

  • red value is 242;
  • green value is 241;
  • blue value is 181.
RGB:
(242,241,181)
(95%,95%,71%)

RGB channels and saturation

R 242 of 255 = 95%
G 241 of 255 = 95%
B 181 of 255 = 71%

242
241
181

R + G + B ~ 87%. #F2F1B5 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 241 + 181 = 664 (100%)
R 242 of 664 ~ 36.45%
G 241 of 664 ~ 36.3%
B 181 of 664 ~ 27.26%

%36.45
%36.3
%27.26

CMYK color model

#F2F1B5 color CMYK value is (0,0,25,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 25.21%
  • key color value is 5.10%
CMYK:
(0,0,25,5)
C0M0Y25K5 
(0%,0%,25%,5%)
(0.00/0.00/0.25/0.05)	

CMYK percentages

%0
%0.41
%25.21
%5.1

Codes

Color #F2F1B5 in popluar color models

F2F1B5
RGB242241181
HSL59°70.11%82.94%
HSB/HSV59°25.21%94.90%
CMYK0.00%0.41%25.21%
5.10%

Color #F2F1B5 in popluar number systems.

HEXF2F1B5
Decimal242241181
Binary111100101111000110110101
Octal362361265

Shades and tints

Shades of #F2F1B5

#F2F1B5
(242,241,181)
#DCDCA5
(220,220,165)
#C6C795
(198,199,149)
#B0B285
(176,178,133)
#9A9D75
(154,157,117)
#848865
(132,136,101)
#6E7355
(110,115,85)
#585E45
(88,94,69)
#424935
(66,73,53)
#2C3425
(44,52,37)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #F2F1B5

#F2F1B5
(242,241,181)
#F3F2BB
(243,242,187)
#F4F3C1
(244,243,193)
#F5F4C7
(245,244,199)
#F6F5CD
(246,245,205)
#F7F6D3
(247,246,211)
#F8F7D9
(248,247,217)
#F9F8DF
(249,248,223)
#FAF9E5
(250,249,229)
#FBFAEB
(251,250,235)
#FCFBF1
(252,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F1B5; }

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

This text font color is #F2F1B5.


Background Color

.myBgColor { background-color: #F2F1B5; }

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

This div background color is #F2F1B5.


Border color

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

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

This div border color is #F2F1B5.


Opacity

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

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

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

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

This text has shadow with #F2F1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F1B5 on black background.


Color preview on white background

This text has color #F2F1B5 on white background.



Black color preview on #F2F1B5 background

This text has black color on #F2F1B5 background.


White color preview on #F2F1B5 background

This text has white color on #F2F1B5 background.