COLOR #F9DACD

HEX: #F9DACD
RGB: (249,218,205)

Color info

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

RGB color model

#F9DACD color RGB value is (249,218,205).

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

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 205 of 255 = 80%

249
218
205

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

Portions of RGB colors in percentages

R + G + B =
249 + 218 + 205 = 672 (100%)
R 249 of 672 ~ 37.05%
G 218 of 672 ~ 32.44%
B 205 of 672 ~ 30.51%

%37.05
%32.44
%30.51

CMYK color model

#F9DACD color CMYK value is (0,12,18,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 17.67%
  • key color value is 2.35%
CMYK:
(0,12,18,2)
C0M12Y18K2 
(0%,12%,18%,2%)
(0.00/0.12/0.18/0.02)	

CMYK percentages

%0
%12.45
%17.67
%2.35

Codes

Color #F9DACD in popluar color models

F9DACD
RGB249218205
HSL18°78.57%89.02%
HSB/HSV18°17.67%97.65%
CMYK0.00%12.45%17.67%
2.35%

Color #F9DACD in popluar number systems.

HEXF9DACD
Decimal249218205
Binary111110011101101011001101
Octal371332315

Shades and tints

Shades of #F9DACD

#F9DACD
(249,218,205)
#E3C7BB
(227,199,187)
#CDB4A9
(205,180,169)
#B7A197
(183,161,151)
#A18E85
(161,142,133)
#8B7B73
(139,123,115)
#756861
(117,104,97)
#5F554F
(95,85,79)
#49423D
(73,66,61)
#332F2B
(51,47,43)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #F9DACD

#F9DACD
(249,218,205)
#F9DDD1
(249,221,209)
#F9E0D5
(249,224,213)
#F9E3D9
(249,227,217)
#F9E6DD
(249,230,221)
#F9E9E1
(249,233,225)
#F9ECE5
(249,236,229)
#F9EFE9
(249,239,233)
#F9F2ED
(249,242,237)
#F9F5F1
(249,245,241)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DACD; }

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

This text font color is #F9DACD.


Background Color

.myBgColor { background-color: #F9DACD; }

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

This div background color is #F9DACD.


Border color

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

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

This div border color is #F9DACD.


Opacity

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

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

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

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

This text has shadow with #F9DACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DACD on black background.


Color preview on white background

This text has color #F9DACD on white background.



Black color preview on #F9DACD background

This text has black color on #F9DACD background.


White color preview on #F9DACD background

This text has white color on #F9DACD background.