COLOR #F9D1CF

HEX: #F9D1CF
RGB: (249,209,207)

Color info

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

RGB color model

#F9D1CF color RGB value is (249,209,207).

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

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 207 of 255 = 81%

249
209
207

R + G + B ~ 87%. #F9D1CF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 209 + 207 = 665 (100%)
R 249 of 665 ~ 37.44%
G 209 of 665 ~ 31.43%
B 207 of 665 ~ 31.13%

%37.44
%31.43
%31.13

CMYK color model

#F9D1CF color CMYK value is (0,16,17,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,16,17,2)
C0M16Y17K2 
(0%,16%,17%,2%)
(0.00/0.16/0.17/0.02)	

CMYK percentages

%0
%16.06
%16.87
%2.35

Codes

Color #F9D1CF in popluar color models

F9D1CF
RGB249209207
HSL77.78%89.41%
HSB/HSV16.87%97.65%
CMYK0.00%16.06%16.87%
2.35%

Color #F9D1CF in popluar number systems.

HEXF9D1CF
Decimal249209207
Binary111110011101000111001111
Octal371321317

Shades and tints

Shades of #F9D1CF

#F9D1CF
(249,209,207)
#E3BEBD
(227,190,189)
#CDABAB
(205,171,171)
#B79899
(183,152,153)
#A18587
(161,133,135)
#8B7275
(139,114,117)
#755F63
(117,95,99)
#5F4C51
(95,76,81)
#49393F
(73,57,63)
#33262D
(51,38,45)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #F9D1CF

#F9D1CF
(249,209,207)
#F9D5D3
(249,213,211)
#F9D9D7
(249,217,215)
#F9DDDB
(249,221,219)
#F9E1DF
(249,225,223)
#F9E5E3
(249,229,227)
#F9E9E7
(249,233,231)
#F9EDEB
(249,237,235)
#F9F1EF
(249,241,239)
#F9F5F3
(249,245,243)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1CF; }

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

This text font color is #F9D1CF.


Background Color

.myBgColor { background-color: #F9D1CF; }

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

This div background color is #F9D1CF.


Border color

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

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

This div border color is #F9D1CF.


Opacity

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

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

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

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

This text has shadow with #F9D1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D1CF on black background.


Color preview on white background

This text has color #F9D1CF on white background.



Black color preview on #F9D1CF background

This text has black color on #F9D1CF background.


White color preview on #F9D1CF background

This text has white color on #F9D1CF background.