COLOR #F9EAB9

HEX: #F9EAB9
RGB: (249,234,185)

Color info

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

RGB color model

#F9EAB9 color RGB value is (249,234,185).

  • red value is 249;
  • green value is 234;
  • blue value is 185.
RGB:
(249,234,185)
(98%,92%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 185 of 255 = 73%

249
234
185

R + G + B ~ 88%. #F9EAB9 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 185 = 668 (100%)
R 249 of 668 ~ 37.28%
G 234 of 668 ~ 35.03%
B 185 of 668 ~ 27.69%

%37.28
%35.03
%27.69

CMYK color model

#F9EAB9 color CMYK value is (0,6,26,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 25.70%
  • key color value is 2.35%
CMYK:
(0,6,26,2)
C0M6Y26K2 
(0%,6%,26%,2%)
(0.00/0.06/0.26/0.02)	

CMYK percentages

%0
%6.02
%25.7
%2.35

Codes

Color #F9EAB9 in popluar color models

F9EAB9
RGB249234185
HSL46°84.21%85.10%
HSB/HSV46°25.70%97.65%
CMYK0.00%6.02%25.70%
2.35%

Color #F9EAB9 in popluar number systems.

HEXF9EAB9
Decimal249234185
Binary111110011110101010111001
Octal371352271

Shades and tints

Shades of #F9EAB9

#F9EAB9
(249,234,185)
#E3D5A9
(227,213,169)
#CDC099
(205,192,153)
#B7AB89
(183,171,137)
#A19679
(161,150,121)
#8B8169
(139,129,105)
#756C59
(117,108,89)
#5F5749
(95,87,73)
#494239
(73,66,57)
#332D29
(51,45,41)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #F9EAB9

#F9EAB9
(249,234,185)
#F9EBBF
(249,235,191)
#F9ECC5
(249,236,197)
#F9EDCB
(249,237,203)
#F9EED1
(249,238,209)
#F9EFD7
(249,239,215)
#F9F0DD
(249,240,221)
#F9F1E3
(249,241,227)
#F9F2E9
(249,242,233)
#F9F3EF
(249,243,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAB9; }

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

This text font color is #F9EAB9.


Background Color

.myBgColor { background-color: #F9EAB9; }

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

This div background color is #F9EAB9.


Border color

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

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

This div border color is #F9EAB9.


Opacity

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

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

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

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

This text has shadow with #F9EAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAB9 on black background.


Color preview on white background

This text has color #F9EAB9 on white background.



Black color preview on #F9EAB9 background

This text has black color on #F9EAB9 background.


White color preview on #F9EAB9 background

This text has white color on #F9EAB9 background.