COLOR #F9D4AF

HEX: #F9D4AF
RGB: (249,212,175)

Color info

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

RGB color model

#F9D4AF color RGB value is (249,212,175).

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

RGB channels and saturation

R 249 of 255 = 98%
G 212 of 255 = 83%
B 175 of 255 = 69%

249
212
175

R + G + B ~ 83%. #F9D4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 212 + 175 = 636 (100%)
R 249 of 636 ~ 39.15%
G 212 of 636 ~ 33.33%
B 175 of 636 ~ 27.52%

%39.15
%33.33
%27.52

CMYK color model

#F9D4AF color CMYK value is (0,15,30,2).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 29.72%
  • key color value is 2.35%
CMYK:
(0,15,30,2)
C0M15Y30K2 
(0%,15%,30%,2%)
(0.00/0.15/0.30/0.02)	

CMYK percentages

%0
%14.86
%29.72
%2.35

Codes

Color #F9D4AF in popluar color models

F9D4AF
RGB249212175
HSL30°86.05%83.14%
HSB/HSV30°29.72%97.65%
CMYK0.00%14.86%29.72%
2.35%

Color #F9D4AF in popluar number systems.

HEXF9D4AF
Decimal249212175
Binary111110011101010010101111
Octal371324257

Shades and tints

Shades of #F9D4AF

#F9D4AF
(249,212,175)
#E3C1A0
(227,193,160)
#CDAE91
(205,174,145)
#B79B82
(183,155,130)
#A18873
(161,136,115)
#8B7564
(139,117,100)
#756255
(117,98,85)
#5F4F46
(95,79,70)
#493C37
(73,60,55)
#332928
(51,41,40)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #F9D4AF

#F9D4AF
(249,212,175)
#F9D7B6
(249,215,182)
#F9DABD
(249,218,189)
#F9DDC4
(249,221,196)
#F9E0CB
(249,224,203)
#F9E3D2
(249,227,210)
#F9E6D9
(249,230,217)
#F9E9E0
(249,233,224)
#F9ECE7
(249,236,231)
#F9EFEE
(249,239,238)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D4AF; }

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

This text font color is #F9D4AF.


Background Color

.myBgColor { background-color: #F9D4AF; }

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

This div background color is #F9D4AF.


Border color

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

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

This div border color is #F9D4AF.


Opacity

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

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

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

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

This text has shadow with #F9D4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D4AF on black background.


Color preview on white background

This text has color #F9D4AF on white background.



Black color preview on #F9D4AF background

This text has black color on #F9D4AF background.


White color preview on #F9D4AF background

This text has white color on #F9D4AF background.