COLOR #F9EACC

HEX: #F9EACC RGB: (249,234,204)

Color info

#F9EACC contains red, green and blue colors in about the same proportion. Web safe color of #F9EACC is #FFFFCC (or #FFC).

RGB color model

#F9EACC color RGB value is (249,234,204).

RGB: (249,234,204) (98%, 92%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 204 of 255 = 80%

249
234
204

R + G + B ~ 90%. #F9EACC is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 234 + 204 = 687 (100%)
R 249 of 687 ~ 36.24%
G 234 of 687 ~ 34.06%
B 204 of 687 ~ 29.69'%

%36.24
%34.06
%29.69

CMYK color model

#F9EACC color CMYK value is (0,6,18,2).

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

CMYK: (0,6,18,2)
C0M6Y18K2 (0%, 6%, 18%, 2%)
(0.00 / 0.06 / 0.18 / 0.02)

CMYK percentages

%0
%6.02
%18.07
%2.35

Codes

Color #F9EACC in popluar color models

F9 EA CC
RGB 249 234 204
HSL 40° 78.95% 88.82%
HSB/HSV 40° 18.07% 97.65%
CMYK 0.00% 6.02% 18.07%
2.35%

Color #F9EACC in popluar number systems.

HEX F9 EA CC
Decimal 249 234 204
Binary 11111001 11101010 11001100
Octal 371 352 314

Shades and tints

Shades of #F9EACC

#F9EACC
(249,234,204)
#E3D5BA
(227,213,186)
#CDC0A8
(205,192,168)
#B7AB96
(183,171,150)
#A19684
(161,150,132)
#8B8172
(139,129,114)
#756C60
(117,108,96)
#5F574E
(95,87,78)
#49423C
(73,66,60)
#332D2A
(51,45,42)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9EACC

#F9EACC
(249,234,204)
#F9EBD0
(249,235,208)
#F9ECD4
(249,236,212)
#F9EDD8
(249,237,216)
#F9EEDC
(249,238,220)
#F9EFE0
(249,239,224)
#F9F0E4
(249,240,228)
#F9F1E8
(249,241,232)
#F9F2EC
(249,242,236)
#F9F3F0
(249,243,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EACC; }

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

This text font color is #F9EACC.

Background Color

.myBgColor { background-color: #F9EACC; }

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

This div background color is #F9EACC.

Border color

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

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

This div border color is #F9EACC.

Opacity

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

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

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

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

This text has shadow with #F9EACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EACC.

Preview

Color preview on black background

This text has color #F9EACC on black background.


Color preview on white background

This text has color #F9EACC on white background.


Black color preview on #F9EACC background

This text has black color on #F9EACC background.


White color preview on #F9EACC background

This text has white color on #F9EACC background.


Related colors

Complementary color

Complementary color for #hex is #061533.


I love getcolorcode.com

Triadic colors

1 #CCF9EA and #EACCF9 with #F9EACC are triadic colors.

2 #CCEAF9 and #EAF9CC with #F9EACC are triadic colors.