COLOR #F9EAD6

HEX: #F9EAD6
RGB: (249,234,214)

Color info

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

RGB color model

#F9EAD6 color RGB value is (249,234,214).

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

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 214 of 255 = 84%

249
234
214

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

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 214 = 697 (100%)
R 249 of 697 ~ 35.72%
G 234 of 697 ~ 33.57%
B 214 of 697 ~ 30.7%

%35.72
%33.57
%30.7

CMYK color model

#F9EAD6 color CMYK value is (0,6,14,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(0,6,14,2)
C0M6Y14K2 
(0%,6%,14%,2%)
(0.00/0.06/0.14/0.02)	

CMYK percentages

%0
%6.02
%14.06
%2.35

Codes

Color #F9EAD6 in popluar color models

F9EAD6
RGB249234214
HSL34°74.47%90.78%
HSB/HSV34°14.06%97.65%
CMYK0.00%6.02%14.06%
2.35%

Color #F9EAD6 in popluar number systems.

HEXF9EAD6
Decimal249234214
Binary111110011110101011010110
Octal371352326

Shades and tints

Shades of #F9EAD6

#F9EAD6
(249,234,214)
#E3D5C3
(227,213,195)
#CDC0B0
(205,192,176)
#B7AB9D
(183,171,157)
#A1968A
(161,150,138)
#8B8177
(139,129,119)
#756C64
(117,108,100)
#5F5751
(95,87,81)
#49423E
(73,66,62)
#332D2B
(51,45,43)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9EAD6

#F9EAD6
(249,234,214)
#F9EBD9
(249,235,217)
#F9ECDC
(249,236,220)
#F9EDDF
(249,237,223)
#F9EEE2
(249,238,226)
#F9EFE5
(249,239,229)
#F9F0E8
(249,240,232)
#F9F1EB
(249,241,235)
#F9F2EE
(249,242,238)
#F9F3F1
(249,243,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAD6; }

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

This text font color is #F9EAD6.


Background Color

.myBgColor { background-color: #F9EAD6; }

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

This div background color is #F9EAD6.


Border color

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

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

This div border color is #F9EAD6.


Opacity

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

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

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

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

This text has shadow with #F9EAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAD6 on black background.


Color preview on white background

This text has color #F9EAD6 on white background.



Black color preview on #F9EAD6 background

This text has black color on #F9EAD6 background.


White color preview on #F9EAD6 background

This text has white color on #F9EAD6 background.