COLOR #F6EAB9

HEX: #F6EAB9 RGB: (246,234,185)

Color info

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

RGB color model

#F6EAB9 color RGB value is (246,234,185).

RGB: (246,234,185) (96%, 92%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 185 of 255 = 73%

246
234
185

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

Portions of RGB colors in percentages

R + G + B = 246 + 234 + 185 = 665 (100%)
R 246 of 665 ~ 36.99%
G 234 of 665 ~ 35.19%
B 185 of 665 ~ 27.82'%

%36.99
%35.19
%27.82

CMYK color model

#F6EAB9 color CMYK value is (0,5,25,4).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 24.80%
  • key color value is 3.53%

CMYK: (0,5,25,4)
C0M5Y25K4 (0%, 5%, 25%, 4%)
(0.00 / 0.05 / 0.25 / 0.04)

CMYK percentages

%0
%4.88
%24.8
%3.53

Codes

Color #F6EAB9 in popluar color models

F6 EA B9
RGB 246 234 185
HSL 48° 77.22% 84.51%
HSB/HSV 48° 24.80% 96.47%
CMYK 0.00% 4.88% 24.80%
3.53%

Color #F6EAB9 in popluar number systems.

HEX F6 EA B9
Decimal 246 234 185
Binary 11110110 11101010 10111001
Octal 366 352 271

Shades and tints

Shades of #F6EAB9

#F6EAB9
(246,234,185)
#E0D5A9
(224,213,169)
#CAC099
(202,192,153)
#B4AB89
(180,171,137)
#9E9679
(158,150,121)
#888169
(136,129,105)
#726C59
(114,108,89)
#5C5749
(92,87,73)
#464239
(70,66,57)
#302D29
(48,45,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #F6EAB9

#F6EAB9
(246,234,185)
#F6EBBF
(246,235,191)
#F6ECC5
(246,236,197)
#F6EDCB
(246,237,203)
#F6EED1
(246,238,209)
#F6EFD7
(246,239,215)
#F6F0DD
(246,240,221)
#F6F1E3
(246,241,227)
#F6F2E9
(246,242,233)
#F6F3EF
(246,243,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EAB9 color. Also use rgb(246,234,185) instead hex code.

Text Font Color

.myTextColor { color: #F6EAB9; }

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

This text font color is #F6EAB9.

Background Color

.myBgColor { background-color: #F6EAB9; }

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

This div background color is #F6EAB9.

Border color

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

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

This div border color is #F6EAB9.

Opacity

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

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

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

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

This text has shadow with #F6EAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EAB9.

Preview

Color preview on black background

This text has color #F6EAB9 on black background.


Color preview on white background

This text has color #F6EAB9 on white background.


Black color preview on #F6EAB9 background

This text has black color on #F6EAB9 background.


White color preview on #F6EAB9 background

This text has white color on #F6EAB9 background.


Related colors

Complementary color

Complementary color for #hex is #091546.


I love getcolorcode.com

Triadic colors

1 #B9F6EA and #EAB9F6 with #F6EAB9 are triadic colors.

2 #B9EAF6 and #EAF6B9 with #F6EAB9 are triadic colors.