COLOR #F9EAAA

HEX: #F9EAAA RGB: (249,234,170)

Color info

#F9EAAA contains mainly red and green colors. Web safe color of #F9EAAA is #FFFF99 (or #FF9).

RGB color model

#F9EAAA color RGB value is (249,234,170).

RGB: (249,234,170) (98%, 92%, 67%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 170 of 255 = 67%

249
234
170

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

Portions of RGB colors in percentages

R + G + B = 249 + 234 + 170 = 653 (100%)
R 249 of 653 ~ 38.13%
G 234 of 653 ~ 35.83%
B 170 of 653 ~ 26.03'%

%38.13
%35.83
%26.03

CMYK color model

#F9EAAA color CMYK value is (0,6,32,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 31.73%
  • key color value is 2.35%

CMYK: (0,6,32,2)
C0M6Y32K2 (0%, 6%, 32%, 2%)
(0.00 / 0.06 / 0.32 / 0.02)

CMYK percentages

%0
%6.02
%31.73
%2.35

Codes

Color #F9EAAA in popluar color models

F9 EA AA
RGB 249 234 170
HSL 49° 86.81% 82.16%
HSB/HSV 49° 31.73% 97.65%
CMYK 0.00% 6.02% 31.73%
2.35%

Color #F9EAAA in popluar number systems.

HEX F9 EA AA
Decimal 249 234 170
Binary 11111001 11101010 10101010
Octal 371 352 252

Shades and tints

Shades of #F9EAAA

#F9EAAA
(249,234,170)
#E3D59B
(227,213,155)
#CDC08C
(205,192,140)
#B7AB7D
(183,171,125)
#A1966E
(161,150,110)
#8B815F
(139,129,95)
#756C50
(117,108,80)
#5F5741
(95,87,65)
#494232
(73,66,50)
#332D23
(51,45,35)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #F9EAAA

#F9EAAA
(249,234,170)
#F9EBB1
(249,235,177)
#F9ECB8
(249,236,184)
#F9EDBF
(249,237,191)
#F9EEC6
(249,238,198)
#F9EFCD
(249,239,205)
#F9F0D4
(249,240,212)
#F9F1DB
(249,241,219)
#F9F2E2
(249,242,226)
#F9F3E9
(249,243,233)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAAA; }

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

This text font color is #F9EAAA.

Background Color

.myBgColor { background-color: #F9EAAA; }

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

This div background color is #F9EAAA.

Border color

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

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

This div border color is #F9EAAA.

Opacity

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

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

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

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

This text has shadow with #F9EAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EAAA.

Preview

Color preview on black background

This text has color #F9EAAA on black background.


Color preview on white background

This text has color #F9EAAA on white background.


Black color preview on #F9EAAA background

This text has black color on #F9EAAA background.


White color preview on #F9EAAA background

This text has white color on #F9EAAA background.


Related colors

Complementary color

Complementary color for #hex is #061555.


I love getcolorcode.com

Triadic colors

1 #AAF9EA and #EAAAF9 with #F9EAAA are triadic colors.

2 #AAEAF9 and #EAF9AA with #F9EAAA are triadic colors.