COLOR #F9D1C9

HEX: #F9D1C9
RGB: (249,209,201)

Color info

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

RGB color model

#F9D1C9 color RGB value is (249,209,201).

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

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 201 of 255 = 79%

249
209
201

R + G + B ~ 86%. #F9D1C9 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 209 + 201 = 659 (100%)
R 249 of 659 ~ 37.78%
G 209 of 659 ~ 31.71%
B 201 of 659 ~ 30.5%

%37.78
%31.71
%30.5

CMYK color model

#F9D1C9 color CMYK value is (0,16,19,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(0,16,19,2)
C0M16Y19K2 
(0%,16%,19%,2%)
(0.00/0.16/0.19/0.02)	

CMYK percentages

%0
%16.06
%19.28
%2.35

Codes

Color #F9D1C9 in popluar color models

F9D1C9
RGB249209201
HSL10°80.00%88.24%
HSB/HSV10°19.28%97.65%
CMYK0.00%16.06%19.28%
2.35%

Color #F9D1C9 in popluar number systems.

HEXF9D1C9
Decimal249209201
Binary111110011101000111001001
Octal371321311

Shades and tints

Shades of #F9D1C9

#F9D1C9
(249,209,201)
#E3BEB7
(227,190,183)
#CDABA5
(205,171,165)
#B79893
(183,152,147)
#A18581
(161,133,129)
#8B726F
(139,114,111)
#755F5D
(117,95,93)
#5F4C4B
(95,76,75)
#493939
(73,57,57)
#332627
(51,38,39)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #F9D1C9

#F9D1C9
(249,209,201)
#F9D5CD
(249,213,205)
#F9D9D1
(249,217,209)
#F9DDD5
(249,221,213)
#F9E1D9
(249,225,217)
#F9E5DD
(249,229,221)
#F9E9E1
(249,233,225)
#F9EDE5
(249,237,229)
#F9F1E9
(249,241,233)
#F9F5ED
(249,245,237)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1C9; }

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

This text font color is #F9D1C9.


Background Color

.myBgColor { background-color: #F9D1C9; }

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

This div background color is #F9D1C9.


Border color

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

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

This div border color is #F9D1C9.


Opacity

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

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

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

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

This text has shadow with #F9D1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D1C9 on black background.


Color preview on white background

This text has color #F9D1C9 on white background.



Black color preview on #F9D1C9 background

This text has black color on #F9D1C9 background.


White color preview on #F9D1C9 background

This text has white color on #F9D1C9 background.