COLOR #F6E0BB

HEX: #F6E0BB RGB: (246,224,187)

Color info

#F6E0BB contains red, green and blue colors in about the same proportion. Web safe color of #F6E0BB is #FFCCCC (or #FCC).

RGB color model

#F6E0BB color RGB value is (246,224,187).

RGB: (246,224,187) (96%, 88%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 224 of 255 = 88%
B 187 of 255 = 73%

246
224
187

R + G + B ~ 86%. #F6E0BB is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 224 + 187 = 657 (100%)
R 246 of 657 ~ 37.44%
G 224 of 657 ~ 34.09%
B 187 of 657 ~ 28.46'%

%37.44
%34.09
%28.46

CMYK color model

#F6E0BB color CMYK value is (0,9,24,4).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 23.98%
  • key color value is 3.53%

CMYK: (0,9,24,4)
C0M9Y24K4 (0%, 9%, 24%, 4%)
(0.00 / 0.09 / 0.24 / 0.04)

CMYK percentages

%0
%8.94
%23.98
%3.53

Codes

Color #F6E0BB in popluar color models

F6 E0 BB
RGB 246 224 187
HSL 38° 76.62% 84.90%
HSB/HSV 38° 23.98% 96.47%
CMYK 0.00% 8.94% 23.98%
3.53%

Color #F6E0BB in popluar number systems.

HEX F6 E0 BB
Decimal 246 224 187
Binary 11110110 11100000 10111011
Octal 366 340 273

Shades and tints

Shades of #F6E0BB

#F6E0BB
(246,224,187)
#E0CCAA
(224,204,170)
#CAB899
(202,184,153)
#B4A488
(180,164,136)
#9E9077
(158,144,119)
#887C66
(136,124,102)
#726855
(114,104,85)
#5C5444
(92,84,68)
#464033
(70,64,51)
#302C22
(48,44,34)
#1A1811
(26,24,17)
#000000
(0,0,0)

Tints of #F6E0BB

#F6E0BB
(246,224,187)
#F6E2C1
(246,226,193)
#F6E4C7
(246,228,199)
#F6E6CD
(246,230,205)
#F6E8D3
(246,232,211)
#F6EAD9
(246,234,217)
#F6ECDF
(246,236,223)
#F6EEE5
(246,238,229)
#F6F0EB
(246,240,235)
#F6F2F1
(246,242,241)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0BB; }

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

This text font color is #F6E0BB.

Background Color

.myBgColor { background-color: #F6E0BB; }

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

This div background color is #F6E0BB.

Border color

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

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

This div border color is #F6E0BB.

Opacity

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

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

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

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

This text has shadow with #F6E0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E0BB.

Preview

Color preview on black background

This text has color #F6E0BB on black background.


Color preview on white background

This text has color #F6E0BB on white background.


Black color preview on #F6E0BB background

This text has black color on #F6E0BB background.


White color preview on #F6E0BB background

This text has white color on #F6E0BB background.


Related colors

Complementary color

Complementary color for #hex is #091F44.


I love getcolorcode.com

Triadic colors

1 #BBF6E0 and #E0BBF6 with #F6E0BB are triadic colors.

2 #BBE0F6 and #E0F6BB with #F6E0BB are triadic colors.