COLOR #F9CDCB

HEX: #F9CDCB
RGB: (249,205,203)

Color info

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

RGB color model

#F9CDCB color RGB value is (249,205,203).

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

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 203 of 255 = 80%

249
205
203

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

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 203 = 657 (100%)
R 249 of 657 ~ 37.9%
G 205 of 657 ~ 31.2%
B 203 of 657 ~ 30.9%

%37.9
%31.2
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 18.47%
  • key color value is 2.35%
CMYK:
(0,18,18,2)
C0M18Y18K2 
(0%,18%,18%,2%)
(0.00/0.18/0.18/0.02)	

CMYK percentages

%0
%17.67
%18.47
%2.35

Codes

Color #F9CDCB in popluar color models

F9CDCB
RGB249205203
HSL79.31%88.63%
HSB/HSV18.47%97.65%
CMYK0.00%17.67%18.47%
2.35%

Color #F9CDCB in popluar number systems.

HEXF9CDCB
Decimal249205203
Binary111110011100110111001011
Octal371315313

Shades and tints

Shades of #F9CDCB

#F9CDCB
(249,205,203)
#E3BBB9
(227,187,185)
#CDA9A7
(205,169,167)
#B79795
(183,151,149)
#A18583
(161,133,131)
#8B7371
(139,115,113)
#75615F
(117,97,95)
#5F4F4D
(95,79,77)
#493D3B
(73,61,59)
#332B29
(51,43,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #F9CDCB

#F9CDCB
(249,205,203)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CDCB; }

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

This text font color is #F9CDCB.


Background Color

.myBgColor { background-color: #F9CDCB; }

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

This div background color is #F9CDCB.


Border color

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

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

This div border color is #F9CDCB.


Opacity

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

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

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

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

This text has shadow with #F9CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDCB on black background.


Color preview on white background

This text has color #F9CDCB on white background.



Black color preview on #F9CDCB background

This text has black color on #F9CDCB background.


White color preview on #F9CDCB background

This text has white color on #F9CDCB background.