COLOR #F9DFA9

HEX: #F9DFA9
RGB: (249,223,169)

Color info

#F9DFA9 contains mainly red and green colors. Web safe color of #F9DFA9 is #FFCC99 (or #FC9).

RGB color model

#F9DFA9 color RGB value is (249,223,169).

  • red value is 249;
  • green value is 223;
  • blue value is 169.
RGB:
(249,223,169)
(98%,87%,66%)

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 169 of 255 = 66%

249
223
169

R + G + B ~ 84%. #F9DFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 223 + 169 = 641 (100%)
R 249 of 641 ~ 38.85%
G 223 of 641 ~ 34.79%
B 169 of 641 ~ 26.37%

%38.85
%34.79
%26.37

CMYK color model

#F9DFA9 color CMYK value is (0,10,32,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 32.13%
  • key color value is 2.35%
CMYK:
(0,10,32,2)
C0M10Y32K2 
(0%,10%,32%,2%)
(0.00/0.10/0.32/0.02)	

CMYK percentages

%0
%10.44
%32.13
%2.35

Codes

Color #F9DFA9 in popluar color models

F9DFA9
RGB249223169
HSL41°86.96%81.96%
HSB/HSV41°32.13%97.65%
CMYK0.00%10.44%32.13%
2.35%

Color #F9DFA9 in popluar number systems.

HEXF9DFA9
Decimal249223169
Binary111110011101111110101001
Octal371337251

Shades and tints

Shades of #F9DFA9

#F9DFA9
(249,223,169)
#E3CB9A
(227,203,154)
#CDB78B
(205,183,139)
#B7A37C
(183,163,124)
#A18F6D
(161,143,109)
#8B7B5E
(139,123,94)
#75674F
(117,103,79)
#5F5340
(95,83,64)
#493F31
(73,63,49)
#332B22
(51,43,34)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #F9DFA9

#F9DFA9
(249,223,169)
#F9E1B0
(249,225,176)
#F9E3B7
(249,227,183)
#F9E5BE
(249,229,190)
#F9E7C5
(249,231,197)
#F9E9CC
(249,233,204)
#F9EBD3
(249,235,211)
#F9EDDA
(249,237,218)
#F9EFE1
(249,239,225)
#F9F1E8
(249,241,232)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DFA9 color. Also use rgb(249,223,169) instead hex code.

Text Font Color

.myTextColor { color: #F9DFA9; }

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

This text font color is #F9DFA9.


Background Color

.myBgColor { background-color: #F9DFA9; }

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

This div background color is #F9DFA9.


Border color

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

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

This div border color is #F9DFA9.


Opacity

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

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

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

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

This text has shadow with #F9DFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DFA9 on black background.


Color preview on white background

This text has color #F9DFA9 on white background.



Black color preview on #F9DFA9 background

This text has black color on #F9DFA9 background.


White color preview on #F9DFA9 background

This text has white color on #F9DFA9 background.