COLOR #F6E6B2

HEX: #F6E6B2 RGB: (246,230,178)

Color info

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

RGB color model

#F6E6B2 color RGB value is (246,230,178).

RGB: (246,230,178) (96%, 90%, 70%)

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 178 of 255 = 70%

246
230
178

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

Portions of RGB colors in percentages

R + G + B = 246 + 230 + 178 = 654 (100%)
R 246 of 654 ~ 37.61%
G 230 of 654 ~ 35.17%
B 178 of 654 ~ 27.22'%

%37.61
%35.17
%27.22

CMYK color model

#F6E6B2 color CMYK value is (0,7,28,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 27.64%
  • key color value is 3.53%

CMYK: (0,7,28,4)
C0M7Y28K4 (0%, 7%, 28%, 4%)
(0.00 / 0.07 / 0.28 / 0.04)

CMYK percentages

%0
%6.5
%27.64
%3.53

Codes

Color #F6E6B2 in popluar color models

F6 E6 B2
RGB 246 230 178
HSL 46° 79.07% 83.14%
HSB/HSV 46° 27.64% 96.47%
CMYK 0.00% 6.50% 27.64%
3.53%

Color #F6E6B2 in popluar number systems.

HEX F6 E6 B2
Decimal 246 230 178
Binary 11110110 11100110 10110010
Octal 366 346 262

Shades and tints

Shades of #F6E6B2

#F6E6B2
(246,230,178)
#E0D2A2
(224,210,162)
#CABE92
(202,190,146)
#B4AA82
(180,170,130)
#9E9672
(158,150,114)
#888262
(136,130,98)
#726E52
(114,110,82)
#5C5A42
(92,90,66)
#464632
(70,70,50)
#303222
(48,50,34)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #F6E6B2

#F6E6B2
(246,230,178)
#F6E8B9
(246,232,185)
#F6EAC0
(246,234,192)
#F6ECC7
(246,236,199)
#F6EECE
(246,238,206)
#F6F0D5
(246,240,213)
#F6F2DC
(246,242,220)
#F6F4E3
(246,244,227)
#F6F6EA
(246,246,234)
#F6F8F1
(246,248,241)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E6B2; }

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

This text font color is #F6E6B2.

Background Color

.myBgColor { background-color: #F6E6B2; }

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

This div background color is #F6E6B2.

Border color

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

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

This div border color is #F6E6B2.

Opacity

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

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

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

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

This text has shadow with #F6E6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E6B2.

Preview

Color preview on black background

This text has color #F6E6B2 on black background.


Color preview on white background

This text has color #F6E6B2 on white background.


Black color preview on #F6E6B2 background

This text has black color on #F6E6B2 background.


White color preview on #F6E6B2 background

This text has white color on #F6E6B2 background.


Related colors

Complementary color

Complementary color for #hex is #09194D.


I love getcolorcode.com

Triadic colors

1 #B2F6E6 and #E6B2F6 with #F6E6B2 are triadic colors.

2 #B2E6F6 and #E6F6B2 with #F6E6B2 are triadic colors.