COLOR #F6E2B2

HEX: #F6E2B2
RGB: (246,226,178)

Color info

#F6E2B2 contains mainly red and green colors. Web safe color of #F6E2B2 is #FFCC99 (or #FC9).

RGB color model

#F6E2B2 color RGB value is (246,226,178).

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

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 178 of 255 = 70%

246
226
178

R + G + B ~ 85%. #F6E2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 178 = 650 (100%)
R 246 of 650 ~ 37.85%
G 226 of 650 ~ 34.77%
B 178 of 650 ~ 27.38%

%37.85
%34.77
%27.38

CMYK color model

#F6E2B2 color CMYK value is (0,8,28,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(0,8,28,4)
C0M8Y28K4 
(0%,8%,28%,4%)
(0.00/0.08/0.28/0.04)	

CMYK percentages

%0
%8.13
%27.64
%3.53

Codes

Color #F6E2B2 in popluar color models

F6E2B2
RGB246226178
HSL42°79.07%83.14%
HSB/HSV42°27.64%96.47%
CMYK0.00%8.13%27.64%
3.53%

Color #F6E2B2 in popluar number systems.

HEXF6E2B2
Decimal246226178
Binary111101101110001010110010
Octal366342262

Shades and tints

Shades of #F6E2B2

#F6E2B2
(246,226,178)
#E0CEA2
(224,206,162)
#CABA92
(202,186,146)
#B4A682
(180,166,130)
#9E9272
(158,146,114)
#887E62
(136,126,98)
#726A52
(114,106,82)
#5C5642
(92,86,66)
#464232
(70,66,50)
#302E22
(48,46,34)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6E2B2

#F6E2B2
(246,226,178)
#F6E4B9
(246,228,185)
#F6E6C0
(246,230,192)
#F6E8C7
(246,232,199)
#F6EACE
(246,234,206)
#F6ECD5
(246,236,213)
#F6EEDC
(246,238,220)
#F6F0E3
(246,240,227)
#F6F2EA
(246,242,234)
#F6F4F1
(246,244,241)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2B2; }

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

This text font color is #F6E2B2.


Background Color

.myBgColor { background-color: #F6E2B2; }

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

This div background color is #F6E2B2.


Border color

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

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

This div border color is #F6E2B2.


Opacity

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

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

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

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

This text has shadow with #F6E2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2B2 on black background.


Color preview on white background

This text has color #F6E2B2 on white background.



Black color preview on #F6E2B2 background

This text has black color on #F6E2B2 background.


White color preview on #F6E2B2 background

This text has white color on #F6E2B2 background.