COLOR #F9D5C6

HEX: #F9D5C6
RGB: (249,213,198)

Color info

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

RGB color model

#F9D5C6 color RGB value is (249,213,198).

  • red value is 249;
  • green value is 213;
  • blue value is 198.
RGB:
(249,213,198)
(98%,84%,78%)

RGB channels and saturation

R 249 of 255 = 98%
G 213 of 255 = 84%
B 198 of 255 = 78%

249
213
198

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

Portions of RGB colors in percentages

R + G + B =
249 + 213 + 198 = 660 (100%)
R 249 of 660 ~ 37.73%
G 213 of 660 ~ 32.27%
B 198 of 660 ~ 30%

%37.73
%32.27
%30

CMYK color model

#F9D5C6 color CMYK value is (0,14,20,2).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 20.48%
  • key color value is 2.35%
CMYK:
(0,14,20,2)
C0M14Y20K2 
(0%,14%,20%,2%)
(0.00/0.14/0.20/0.02)	

CMYK percentages

%0
%14.46
%20.48
%2.35

Codes

Color #F9D5C6 in popluar color models

F9D5C6
RGB249213198
HSL18°80.95%87.65%
HSB/HSV18°20.48%97.65%
CMYK0.00%14.46%20.48%
2.35%

Color #F9D5C6 in popluar number systems.

HEXF9D5C6
Decimal249213198
Binary111110011101010111000110
Octal371325306

Shades and tints

Shades of #F9D5C6

#F9D5C6
(249,213,198)
#E3C2B4
(227,194,180)
#CDAFA2
(205,175,162)
#B79C90
(183,156,144)
#A1897E
(161,137,126)
#8B766C
(139,118,108)
#75635A
(117,99,90)
#5F5048
(95,80,72)
#493D36
(73,61,54)
#332A24
(51,42,36)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #F9D5C6

#F9D5C6
(249,213,198)
#F9D8CB
(249,216,203)
#F9DBD0
(249,219,208)
#F9DED5
(249,222,213)
#F9E1DA
(249,225,218)
#F9E4DF
(249,228,223)
#F9E7E4
(249,231,228)
#F9EAE9
(249,234,233)
#F9EDEE
(249,237,238)
#F9F0F3
(249,240,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D5C6 color. Also use rgb(249,213,198) instead hex code.

Text Font Color

.myTextColor { color: #F9D5C6; }

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

This text font color is #F9D5C6.


Background Color

.myBgColor { background-color: #F9D5C6; }

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

This div background color is #F9D5C6.


Border color

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

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

This div border color is #F9D5C6.


Opacity

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

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

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

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

This text has shadow with #F9D5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D5C6 on black background.


Color preview on white background

This text has color #F9D5C6 on white background.



Black color preview on #F9D5C6 background

This text has black color on #F9D5C6 background.


White color preview on #F9D5C6 background

This text has white color on #F9D5C6 background.