COLOR #F9DAD7

HEX: #F9DAD7
RGB: (249,218,215)

Color info

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

RGB color model

#F9DAD7 color RGB value is (249,218,215).

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

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 215 of 255 = 84%

249
218
215

R + G + B ~ 89%. #F9DAD7 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 218 + 215 = 682 (100%)
R 249 of 682 ~ 36.51%
G 218 of 682 ~ 31.96%
B 215 of 682 ~ 31.52%

%36.51
%31.96
%31.52

CMYK color model

#F9DAD7 color CMYK value is (0,12,14,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(0,12,14,2)
C0M12Y14K2 
(0%,12%,14%,2%)
(0.00/0.12/0.14/0.02)	

CMYK percentages

%0
%12.45
%13.65
%2.35

Codes

Color #F9DAD7 in popluar color models

F9DAD7
RGB249218215
HSL73.91%90.98%
HSB/HSV13.65%97.65%
CMYK0.00%12.45%13.65%
2.35%

Color #F9DAD7 in popluar number systems.

HEXF9DAD7
Decimal249218215
Binary111110011101101011010111
Octal371332327

Shades and tints

Shades of #F9DAD7

#F9DAD7
(249,218,215)
#E3C7C4
(227,199,196)
#CDB4B1
(205,180,177)
#B7A19E
(183,161,158)
#A18E8B
(161,142,139)
#8B7B78
(139,123,120)
#756865
(117,104,101)
#5F5552
(95,85,82)
#49423F
(73,66,63)
#332F2C
(51,47,44)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #F9DAD7

#F9DAD7
(249,218,215)
#F9DDDA
(249,221,218)
#F9E0DD
(249,224,221)
#F9E3E0
(249,227,224)
#F9E6E3
(249,230,227)
#F9E9E6
(249,233,230)
#F9ECE9
(249,236,233)
#F9EFEC
(249,239,236)
#F9F2EF
(249,242,239)
#F9F5F2
(249,245,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DAD7; }

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

This text font color is #F9DAD7.


Background Color

.myBgColor { background-color: #F9DAD7; }

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

This div background color is #F9DAD7.


Border color

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

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

This div border color is #F9DAD7.


Opacity

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

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

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

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

This text has shadow with #F9DAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DAD7 on black background.


Color preview on white background

This text has color #F9DAD7 on white background.



Black color preview on #F9DAD7 background

This text has black color on #F9DAD7 background.


White color preview on #F9DAD7 background

This text has white color on #F9DAD7 background.