COLOR #F9DEC4

HEX: #F9DEC4
RGB: (249,222,196)

Color info

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

RGB color model

#F9DEC4 color RGB value is (249,222,196).

  • red value is 249;
  • green value is 222;
  • blue value is 196.
RGB:
(249,222,196)
(98%,87%,77%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 196 of 255 = 77%

249
222
196

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

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 196 = 667 (100%)
R 249 of 667 ~ 37.33%
G 222 of 667 ~ 33.28%
B 196 of 667 ~ 29.39%

%37.33
%33.28
%29.39

CMYK color model

#F9DEC4 color CMYK value is (0,11,21,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 21.29%
  • key color value is 2.35%
CMYK:
(0,11,21,2)
C0M11Y21K2 
(0%,11%,21%,2%)
(0.00/0.11/0.21/0.02)	

CMYK percentages

%0
%10.84
%21.29
%2.35

Codes

Color #F9DEC4 in popluar color models

F9DEC4
RGB249222196
HSL29°81.54%87.25%
HSB/HSV29°21.29%97.65%
CMYK0.00%10.84%21.29%
2.35%

Color #F9DEC4 in popluar number systems.

HEXF9DEC4
Decimal249222196
Binary111110011101111011000100
Octal371336304

Shades and tints

Shades of #F9DEC4

#F9DEC4
(249,222,196)
#E3CAB3
(227,202,179)
#CDB6A2
(205,182,162)
#B7A291
(183,162,145)
#A18E80
(161,142,128)
#8B7A6F
(139,122,111)
#75665E
(117,102,94)
#5F524D
(95,82,77)
#493E3C
(73,62,60)
#332A2B
(51,42,43)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #F9DEC4

#F9DEC4
(249,222,196)
#F9E1C9
(249,225,201)
#F9E4CE
(249,228,206)
#F9E7D3
(249,231,211)
#F9EAD8
(249,234,216)
#F9EDDD
(249,237,221)
#F9F0E2
(249,240,226)
#F9F3E7
(249,243,231)
#F9F6EC
(249,246,236)
#F9F9F1
(249,249,241)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DEC4 color. Also use rgb(249,222,196) instead hex code.

Text Font Color

.myTextColor { color: #F9DEC4; }

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

This text font color is #F9DEC4.


Background Color

.myBgColor { background-color: #F9DEC4; }

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

This div background color is #F9DEC4.


Border color

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

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

This div border color is #F9DEC4.


Opacity

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

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

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

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

This text has shadow with #F9DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DEC4 on black background.


Color preview on white background

This text has color #F9DEC4 on white background.



Black color preview on #F9DEC4 background

This text has black color on #F9DEC4 background.


White color preview on #F9DEC4 background

This text has white color on #F9DEC4 background.