COLOR #F9DCCB

HEX: #F9DCCB
RGB: (249,220,203)

Color info

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

RGB color model

#F9DCCB color RGB value is (249,220,203).

  • red value is 249;
  • green value is 220;
  • blue value is 203.
RGB:
(249,220,203)
(98%,86%,80%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 203 of 255 = 80%

249
220
203

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

Portions of RGB colors in percentages

R + G + B =
249 + 220 + 203 = 672 (100%)
R 249 of 672 ~ 37.05%
G 220 of 672 ~ 32.74%
B 203 of 672 ~ 30.21%

%37.05
%32.74
%30.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 18.47%
  • 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
%11.65
%18.47
%2.35

Codes

Color #F9DCCB in popluar color models

F9DCCB
RGB249220203
HSL22°79.31%88.63%
HSB/HSV22°18.47%97.65%
CMYK0.00%11.65%18.47%
2.35%

Color #F9DCCB in popluar number systems.

HEXF9DCCB
Decimal249220203
Binary111110011101110011001011
Octal371334313

Shades and tints

Shades of #F9DCCB

#F9DCCB
(249,220,203)
#E3C8B9
(227,200,185)
#CDB4A7
(205,180,167)
#B7A095
(183,160,149)
#A18C83
(161,140,131)
#8B7871
(139,120,113)
#75645F
(117,100,95)
#5F504D
(95,80,77)
#493C3B
(73,60,59)
#332829
(51,40,41)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F9DCCB

#F9DCCB
(249,220,203)
#F9DFCF
(249,223,207)
#F9E2D3
(249,226,211)
#F9E5D7
(249,229,215)
#F9E8DB
(249,232,219)
#F9EBDF
(249,235,223)
#F9EEE3
(249,238,227)
#F9F1E7
(249,241,231)
#F9F4EB
(249,244,235)
#F9F7EF
(249,247,239)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DCCB color. Also use rgb(249,220,203) instead hex code.

Text Font Color

.myTextColor { color: #F9DCCB; }

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

This text font color is #F9DCCB.


Background Color

.myBgColor { background-color: #F9DCCB; }

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

This div background color is #F9DCCB.


Border color

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

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

This div border color is #F9DCCB.


Opacity

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

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

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

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

This text has shadow with #F9DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DCCB on black background.


Color preview on white background

This text has color #F9DCCB on white background.



Black color preview on #F9DCCB background

This text has black color on #F9DCCB background.


White color preview on #F9DCCB background

This text has white color on #F9DCCB background.