COLOR #F9EAD2

HEX: #F9EAD2
RGB: (249,234,210)

Color info

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

RGB color model

#F9EAD2 color RGB value is (249,234,210).

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

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 210 of 255 = 82%

249
234
210

R + G + B ~ 91%. #F9EAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 210 = 693 (100%)
R 249 of 693 ~ 35.93%
G 234 of 693 ~ 33.77%
B 210 of 693 ~ 30.3%

%35.93
%33.77
%30.3

CMYK color model

#F9EAD2 color CMYK value is (0,6,16,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 15.66%
  • key color value is 2.35%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK percentages

%0
%6.02
%15.66
%2.35

Codes

Color #F9EAD2 in popluar color models

F9EAD2
RGB249234210
HSL37°76.47%90.00%
HSB/HSV37°15.66%97.65%
CMYK0.00%6.02%15.66%
2.35%

Color #F9EAD2 in popluar number systems.

HEXF9EAD2
Decimal249234210
Binary111110011110101011010010
Octal371352322

Shades and tints

Shades of #F9EAD2

#F9EAD2
(249,234,210)
#E3D5BF
(227,213,191)
#CDC0AC
(205,192,172)
#B7AB99
(183,171,153)
#A19686
(161,150,134)
#8B8173
(139,129,115)
#756C60
(117,108,96)
#5F574D
(95,87,77)
#49423A
(73,66,58)
#332D27
(51,45,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #F9EAD2

#F9EAD2
(249,234,210)
#F9EBD6
(249,235,214)
#F9ECDA
(249,236,218)
#F9EDDE
(249,237,222)
#F9EEE2
(249,238,226)
#F9EFE6
(249,239,230)
#F9F0EA
(249,240,234)
#F9F1EE
(249,241,238)
#F9F2F2
(249,242,242)
#F9F3F6
(249,243,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAD2; }

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

This text font color is #F9EAD2.


Background Color

.myBgColor { background-color: #F9EAD2; }

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

This div background color is #F9EAD2.


Border color

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

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

This div border color is #F9EAD2.


Opacity

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

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

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

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

This text has shadow with #F9EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAD2 on black background.


Color preview on white background

This text has color #F9EAD2 on white background.



Black color preview on #F9EAD2 background

This text has black color on #F9EAD2 background.


White color preview on #F9EAD2 background

This text has white color on #F9EAD2 background.