COLOR #F6F1B2

HEX: #F6F1B2
RGB: (246,241,178)

Color info

#F6F1B2 contains mainly red and green colors. Web safe color of #F6F1B2 is #FFFF99 (or #FF9).

RGB color model

#F6F1B2 color RGB value is (246,241,178).

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

RGB channels and saturation

R 246 of 255 = 96%
G 241 of 255 = 95%
B 178 of 255 = 70%

246
241
178

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

Portions of RGB colors in percentages

R + G + B =
246 + 241 + 178 = 665 (100%)
R 246 of 665 ~ 36.99%
G 241 of 665 ~ 36.24%
B 178 of 665 ~ 26.77%

%36.99
%36.24
%26.77

CMYK color model

#F6F1B2 color CMYK value is (0,2,28,4).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(0,2,28,4)
C0M2Y28K4 
(0%,2%,28%,4%)
(0.00/0.02/0.28/0.04)	

CMYK percentages

%0
%2.03
%27.64
%3.53

Codes

Color #F6F1B2 in popluar color models

F6F1B2
RGB246241178
HSL56°79.07%83.14%
HSB/HSV56°27.64%96.47%
CMYK0.00%2.03%27.64%
3.53%

Color #F6F1B2 in popluar number systems.

HEXF6F1B2
Decimal246241178
Binary111101101111000110110010
Octal366361262

Shades and tints

Shades of #F6F1B2

#F6F1B2
(246,241,178)
#E0DCA2
(224,220,162)
#CAC792
(202,199,146)
#B4B282
(180,178,130)
#9E9D72
(158,157,114)
#888862
(136,136,98)
#727352
(114,115,82)
#5C5E42
(92,94,66)
#464932
(70,73,50)
#303422
(48,52,34)
#1A1F12
(26,31,18)
#000000
(0,0,0)

Tints of #F6F1B2

#F6F1B2
(246,241,178)
#F6F2B9
(246,242,185)
#F6F3C0
(246,243,192)
#F6F4C7
(246,244,199)
#F6F5CE
(246,245,206)
#F6F6D5
(246,246,213)
#F6F7DC
(246,247,220)
#F6F8E3
(246,248,227)
#F6F9EA
(246,249,234)
#F6FAF1
(246,250,241)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F1B2; }

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

This text font color is #F6F1B2.


Background Color

.myBgColor { background-color: #F6F1B2; }

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

This div background color is #F6F1B2.


Border color

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

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

This div border color is #F6F1B2.


Opacity

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

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

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

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

This text has shadow with #F6F1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F1B2 on black background.


Color preview on white background

This text has color #F6F1B2 on white background.



Black color preview on #F6F1B2 background

This text has black color on #F6F1B2 background.


White color preview on #F6F1B2 background

This text has white color on #F6F1B2 background.