COLOR #F9D3C3

HEX: #F9D3C3
RGB: (249,211,195)

Color info

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

RGB color model

#F9D3C3 color RGB value is (249,211,195).

  • red value is 249;
  • green value is 211;
  • blue value is 195.
RGB:
(249,211,195)
(98%,83%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 211 of 255 = 83%
B 195 of 255 = 76%

249
211
195

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

Portions of RGB colors in percentages

R + G + B =
249 + 211 + 195 = 655 (100%)
R 249 of 655 ~ 38.02%
G 211 of 655 ~ 32.21%
B 195 of 655 ~ 29.77%

%38.02
%32.21
%29.77

CMYK color model

#F9D3C3 color CMYK value is (0,15,22,2).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 21.69%
  • key color value is 2.35%
CMYK:
(0,15,22,2)
C0M15Y22K2 
(0%,15%,22%,2%)
(0.00/0.15/0.22/0.02)	

CMYK percentages

%0
%15.26
%21.69
%2.35

Codes

Color #F9D3C3 in popluar color models

F9D3C3
RGB249211195
HSL18°81.82%87.06%
HSB/HSV18°21.69%97.65%
CMYK0.00%15.26%21.69%
2.35%

Color #F9D3C3 in popluar number systems.

HEXF9D3C3
Decimal249211195
Binary111110011101001111000011
Octal371323303

Shades and tints

Shades of #F9D3C3

#F9D3C3
(249,211,195)
#E3C0B2
(227,192,178)
#CDADA1
(205,173,161)
#B79A90
(183,154,144)
#A1877F
(161,135,127)
#8B746E
(139,116,110)
#75615D
(117,97,93)
#5F4E4C
(95,78,76)
#493B3B
(73,59,59)
#33282A
(51,40,42)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #F9D3C3

#F9D3C3
(249,211,195)
#F9D7C8
(249,215,200)
#F9DBCD
(249,219,205)
#F9DFD2
(249,223,210)
#F9E3D7
(249,227,215)
#F9E7DC
(249,231,220)
#F9EBE1
(249,235,225)
#F9EFE6
(249,239,230)
#F9F3EB
(249,243,235)
#F9F7F0
(249,247,240)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D3C3 color. Also use rgb(249,211,195) instead hex code.

Text Font Color

.myTextColor { color: #F9D3C3; }

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

This text font color is #F9D3C3.


Background Color

.myBgColor { background-color: #F9D3C3; }

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

This div background color is #F9D3C3.


Border color

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

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

This div border color is #F9D3C3.


Opacity

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

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

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

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

This text has shadow with #F9D3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D3C3 on black background.


Color preview on white background

This text has color #F9D3C3 on white background.



Black color preview on #F9D3C3 background

This text has black color on #F9D3C3 background.


White color preview on #F9D3C3 background

This text has white color on #F9D3C3 background.