COLOR #F6E9B4

HEX: #F6E9B4 RGB: (246,233,180)

Color info

#F6E9B4 contains mainly red and green colors. Web safe color of #F6E9B4 is #FFFFCC (or #FFC).

RGB color model

#F6E9B4 color RGB value is (246,233,180).

RGB: (246,233,180) (96%, 91%, 71%)

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 180 of 255 = 71%

246
233
180

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

Portions of RGB colors in percentages

R + G + B = 246 + 233 + 180 = 659 (100%)
R 246 of 659 ~ 37.33%
G 233 of 659 ~ 35.36%
B 180 of 659 ~ 27.31'%

%37.33
%35.36
%27.31

CMYK color model

#F6E9B4 color CMYK value is (0,5,27,4).

  • cyan value is 0.00%
  • magenta value is 5.28%
  • yellow value is 26.83%
  • key color value is 3.53%

CMYK: (0,5,27,4)
C0M5Y27K4 (0%, 5%, 27%, 4%)
(0.00 / 0.05 / 0.27 / 0.04)

CMYK percentages

%0
%5.28
%26.83
%3.53

Codes

Color #F6E9B4 in popluar color models

F6 E9 B4
RGB 246 233 180
HSL 48° 78.57% 83.53%
HSB/HSV 48° 26.83% 96.47%
CMYK 0.00% 5.28% 26.83%
3.53%

Color #F6E9B4 in popluar number systems.

HEX F6 E9 B4
Decimal 246 233 180
Binary 11110110 11101001 10110100
Octal 366 351 264

Shades and tints

Shades of #F6E9B4

#F6E9B4
(246,233,180)
#E0D4A4
(224,212,164)
#CABF94
(202,191,148)
#B4AA84
(180,170,132)
#9E9574
(158,149,116)
#888064
(136,128,100)
#726B54
(114,107,84)
#5C5644
(92,86,68)
#464134
(70,65,52)
#302C24
(48,44,36)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #F6E9B4

#F6E9B4
(246,233,180)
#F6EBBA
(246,235,186)
#F6EDC0
(246,237,192)
#F6EFC6
(246,239,198)
#F6F1CC
(246,241,204)
#F6F3D2
(246,243,210)
#F6F5D8
(246,245,216)
#F6F7DE
(246,247,222)
#F6F9E4
(246,249,228)
#F6FBEA
(246,251,234)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E9B4 color. Also use rgb(246,233,180) instead hex code.

Text Font Color

.myTextColor { color: #F6E9B4; }

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

This text font color is #F6E9B4.

Background Color

.myBgColor { background-color: #F6E9B4; }

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

This div background color is #F6E9B4.

Border color

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

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

This div border color is #F6E9B4.

Opacity

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

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

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

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

This text has shadow with #F6E9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E9B4.

Preview

Color preview on black background

This text has color #F6E9B4 on black background.


Color preview on white background

This text has color #F6E9B4 on white background.


Black color preview on #F6E9B4 background

This text has black color on #F6E9B4 background.


White color preview on #F6E9B4 background

This text has white color on #F6E9B4 background.


Related colors

Complementary color

Complementary color for #hex is #09164B.


I love getcolorcode.com

Triadic colors

1 #B4F6E9 and #E9B4F6 with #F6E9B4 are triadic colors.

2 #B4E9F6 and #E9F6B4 with #F6E9B4 are triadic colors.