COLOR #F9D1AE

HEX: #F9D1AE
RGB: (249,209,174)

Color info

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

RGB color model

#F9D1AE color RGB value is (249,209,174).

  • red value is 249;
  • green value is 209;
  • blue value is 174.
RGB:
(249,209,174)
(98%,82%,68%)

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 174 of 255 = 68%

249
209
174

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

Portions of RGB colors in percentages

R + G + B =
249 + 209 + 174 = 632 (100%)
R 249 of 632 ~ 39.4%
G 209 of 632 ~ 33.07%
B 174 of 632 ~ 27.53%

%39.4
%33.07
%27.53

CMYK color model

#F9D1AE color CMYK value is (0,16,30,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 30.12%
  • key color value is 2.35%
CMYK:
(0,16,30,2)
C0M16Y30K2 
(0%,16%,30%,2%)
(0.00/0.16/0.30/0.02)	

CMYK percentages

%0
%16.06
%30.12
%2.35

Codes

Color #F9D1AE in popluar color models

F9D1AE
RGB249209174
HSL28°86.21%82.94%
HSB/HSV28°30.12%97.65%
CMYK0.00%16.06%30.12%
2.35%

Color #F9D1AE in popluar number systems.

HEXF9D1AE
Decimal249209174
Binary111110011101000110101110
Octal371321256

Shades and tints

Shades of #F9D1AE

#F9D1AE
(249,209,174)
#E3BE9F
(227,190,159)
#CDAB90
(205,171,144)
#B79881
(183,152,129)
#A18572
(161,133,114)
#8B7263
(139,114,99)
#755F54
(117,95,84)
#5F4C45
(95,76,69)
#493936
(73,57,54)
#332627
(51,38,39)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #F9D1AE

#F9D1AE
(249,209,174)
#F9D5B5
(249,213,181)
#F9D9BC
(249,217,188)
#F9DDC3
(249,221,195)
#F9E1CA
(249,225,202)
#F9E5D1
(249,229,209)
#F9E9D8
(249,233,216)
#F9EDDF
(249,237,223)
#F9F1E6
(249,241,230)
#F9F5ED
(249,245,237)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D1AE color. Also use rgb(249,209,174) instead hex code.

Text Font Color

.myTextColor { color: #F9D1AE; }

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

This text font color is #F9D1AE.


Background Color

.myBgColor { background-color: #F9D1AE; }

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

This div background color is #F9D1AE.


Border color

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

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

This div border color is #F9D1AE.


Opacity

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

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

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

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

This text has shadow with #F9D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D1AE on black background.


Color preview on white background

This text has color #F9D1AE on white background.



Black color preview on #F9D1AE background

This text has black color on #F9D1AE background.


White color preview on #F9D1AE background

This text has white color on #F9D1AE background.