COLOR #F9DACE

HEX: #F9DACE
RGB: (249,218,206)

Color info

#F9DACE contains red, green and blue colors in about the same proportion. Web safe color of #F9DACE is #FFCCCC (or #FCC).

RGB color model

#F9DACE color RGB value is (249,218,206).

  • red value is 249;
  • green value is 218;
  • blue value is 206.
RGB:
(249,218,206)
(98%,85%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 206 of 255 = 81%

249
218
206

R + G + B ~ 88%. #F9DACE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 218 + 206 = 673 (100%)
R 249 of 673 ~ 37%
G 218 of 673 ~ 32.39%
B 206 of 673 ~ 30.61%

%37
%32.39
%30.61

CMYK color model

#F9DACE color CMYK value is (0,12,17,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(0,12,17,2)
C0M12Y17K2 
(0%,12%,17%,2%)
(0.00/0.12/0.17/0.02)	

CMYK percentages

%0
%12.45
%17.27
%2.35

Codes

Color #F9DACE in popluar color models

F9DACE
RGB249218206
HSL17°78.18%89.22%
HSB/HSV17°17.27%97.65%
CMYK0.00%12.45%17.27%
2.35%

Color #F9DACE in popluar number systems.

HEXF9DACE
Decimal249218206
Binary111110011101101011001110
Octal371332316

Shades and tints

Shades of #F9DACE

#F9DACE
(249,218,206)
#E3C7BC
(227,199,188)
#CDB4AA
(205,180,170)
#B7A198
(183,161,152)
#A18E86
(161,142,134)
#8B7B74
(139,123,116)
#756862
(117,104,98)
#5F5550
(95,85,80)
#49423E
(73,66,62)
#332F2C
(51,47,44)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #F9DACE

#F9DACE
(249,218,206)
#F9DDD2
(249,221,210)
#F9E0D6
(249,224,214)
#F9E3DA
(249,227,218)
#F9E6DE
(249,230,222)
#F9E9E2
(249,233,226)
#F9ECE6
(249,236,230)
#F9EFEA
(249,239,234)
#F9F2EE
(249,242,238)
#F9F5F2
(249,245,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DACE color. Also use rgb(249,218,206) instead hex code.

Text Font Color

.myTextColor { color: #F9DACE; }

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

This text font color is #F9DACE.


Background Color

.myBgColor { background-color: #F9DACE; }

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

This div background color is #F9DACE.


Border color

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

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

This div border color is #F9DACE.


Opacity

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

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

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

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

This text has shadow with #F9DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DACE on black background.


Color preview on white background

This text has color #F9DACE on white background.



Black color preview on #F9DACE background

This text has black color on #F9DACE background.


White color preview on #F9DACE background

This text has white color on #F9DACE background.