COLOR #F6F1BB

HEX: #F6F1BB
RGB: (246,241,187)

Color info

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

RGB color model

#F6F1BB color RGB value is (246,241,187).

  • red value is 246;
  • green value is 241;
  • blue value is 187.
RGB:
(246,241,187)
(96%,95%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 241 of 255 = 95%
B 187 of 255 = 73%

246
241
187

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

Portions of RGB colors in percentages

R + G + B =
246 + 241 + 187 = 674 (100%)
R 246 of 674 ~ 36.5%
G 241 of 674 ~ 35.76%
B 187 of 674 ~ 27.74%

%36.5
%35.76
%27.74

CMYK color model

#F6F1BB color CMYK value is (0,2,24,4).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,2,24,4)
C0M2Y24K4 
(0%,2%,24%,4%)
(0.00/0.02/0.24/0.04)	

CMYK percentages

%0
%2.03
%23.98
%3.53

Codes

Color #F6F1BB in popluar color models

F6F1BB
RGB246241187
HSL55°76.62%84.90%
HSB/HSV55°23.98%96.47%
CMYK0.00%2.03%23.98%
3.53%

Color #F6F1BB in popluar number systems.

HEXF6F1BB
Decimal246241187
Binary111101101111000110111011
Octal366361273

Shades and tints

Shades of #F6F1BB

#F6F1BB
(246,241,187)
#E0DCAA
(224,220,170)
#CAC799
(202,199,153)
#B4B288
(180,178,136)
#9E9D77
(158,157,119)
#888866
(136,136,102)
#727355
(114,115,85)
#5C5E44
(92,94,68)
#464933
(70,73,51)
#303422
(48,52,34)
#1A1F11
(26,31,17)
#000000
(0,0,0)

Tints of #F6F1BB

#F6F1BB
(246,241,187)
#F6F2C1
(246,242,193)
#F6F3C7
(246,243,199)
#F6F4CD
(246,244,205)
#F6F5D3
(246,245,211)
#F6F6D9
(246,246,217)
#F6F7DF
(246,247,223)
#F6F8E5
(246,248,229)
#F6F9EB
(246,249,235)
#F6FAF1
(246,250,241)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F1BB; }

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

This text font color is #F6F1BB.


Background Color

.myBgColor { background-color: #F6F1BB; }

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

This div background color is #F6F1BB.


Border color

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

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

This div border color is #F6F1BB.


Opacity

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

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

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

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

This text has shadow with #F6F1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F1BB on black background.


Color preview on white background

This text has color #F6F1BB on white background.



Black color preview on #F6F1BB background

This text has black color on #F6F1BB background.


White color preview on #F6F1BB background

This text has white color on #F6F1BB background.