COLOR #F9D9AF

HEX: #F9D9AF
RGB: (249,217,175)

Color info

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

RGB color model

#F9D9AF color RGB value is (249,217,175).

  • red value is 249;
  • green value is 217;
  • blue value is 175.
RGB:
(249,217,175)
(98%,85%,69%)

RGB channels and saturation

R 249 of 255 = 98%
G 217 of 255 = 85%
B 175 of 255 = 69%

249
217
175

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

Portions of RGB colors in percentages

R + G + B =
249 + 217 + 175 = 641 (100%)
R 249 of 641 ~ 38.85%
G 217 of 641 ~ 33.85%
B 175 of 641 ~ 27.3%

%38.85
%33.85
%27.3

CMYK color model

#F9D9AF color CMYK value is (0,13,30,2).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 29.72%
  • key color value is 2.35%
CMYK:
(0,13,30,2)
C0M13Y30K2 
(0%,13%,30%,2%)
(0.00/0.13/0.30/0.02)	

CMYK percentages

%0
%12.85
%29.72
%2.35

Codes

Color #F9D9AF in popluar color models

F9D9AF
RGB249217175
HSL34°86.05%83.14%
HSB/HSV34°29.72%97.65%
CMYK0.00%12.85%29.72%
2.35%

Color #F9D9AF in popluar number systems.

HEXF9D9AF
Decimal249217175
Binary111110011101100110101111
Octal371331257

Shades and tints

Shades of #F9D9AF

#F9D9AF
(249,217,175)
#E3C6A0
(227,198,160)
#CDB391
(205,179,145)
#B7A082
(183,160,130)
#A18D73
(161,141,115)
#8B7A64
(139,122,100)
#756755
(117,103,85)
#5F5446
(95,84,70)
#494137
(73,65,55)
#332E28
(51,46,40)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #F9D9AF

#F9D9AF
(249,217,175)
#F9DCB6
(249,220,182)
#F9DFBD
(249,223,189)
#F9E2C4
(249,226,196)
#F9E5CB
(249,229,203)
#F9E8D2
(249,232,210)
#F9EBD9
(249,235,217)
#F9EEE0
(249,238,224)
#F9F1E7
(249,241,231)
#F9F4EE
(249,244,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D9AF color. Also use rgb(249,217,175) instead hex code.

Text Font Color

.myTextColor { color: #F9D9AF; }

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

This text font color is #F9D9AF.


Background Color

.myBgColor { background-color: #F9D9AF; }

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

This div background color is #F9D9AF.


Border color

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

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

This div border color is #F9D9AF.


Opacity

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

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

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

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

This text has shadow with #F9D9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D9AF on black background.


Color preview on white background

This text has color #F9D9AF on white background.



Black color preview on #F9D9AF background

This text has black color on #F9D9AF background.


White color preview on #F9D9AF background

This text has white color on #F9D9AF background.