COLOR #F9E6CE

HEX: #F9E6CE
RGB: (249,230,206)

Color info

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

RGB color model

#F9E6CE color RGB value is (249,230,206).

  • red value is 249;
  • green value is 230;
  • blue value is 206.
RGB:
(249,230,206)
(98%,90%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 230 of 255 = 90%
B 206 of 255 = 81%

249
230
206

R + G + B ~ 90%. #F9E6CE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 230 + 206 = 685 (100%)
R 249 of 685 ~ 36.35%
G 230 of 685 ~ 33.58%
B 206 of 685 ~ 30.07%

%36.35
%33.58
%30.07

CMYK color model

#F9E6CE color CMYK value is (0,8,17,2).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(0,8,17,2)
C0M8Y17K2 
(0%,8%,17%,2%)
(0.00/0.08/0.17/0.02)	

CMYK percentages

%0
%7.63
%17.27
%2.35

Codes

Color #F9E6CE in popluar color models

F9E6CE
RGB249230206
HSL33°78.18%89.22%
HSB/HSV33°17.27%97.65%
CMYK0.00%7.63%17.27%
2.35%

Color #F9E6CE in popluar number systems.

HEXF9E6CE
Decimal249230206
Binary111110011110011011001110
Octal371346316

Shades and tints

Shades of #F9E6CE

#F9E6CE
(249,230,206)
#E3D2BC
(227,210,188)
#CDBEAA
(205,190,170)
#B7AA98
(183,170,152)
#A19686
(161,150,134)
#8B8274
(139,130,116)
#756E62
(117,110,98)
#5F5A50
(95,90,80)
#49463E
(73,70,62)
#33322C
(51,50,44)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #F9E6CE

#F9E6CE
(249,230,206)
#F9E8D2
(249,232,210)
#F9EAD6
(249,234,214)
#F9ECDA
(249,236,218)
#F9EEDE
(249,238,222)
#F9F0E2
(249,240,226)
#F9F2E6
(249,242,230)
#F9F4EA
(249,244,234)
#F9F6EE
(249,246,238)
#F9F8F2
(249,248,242)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E6CE color. Also use rgb(249,230,206) instead hex code.

Text Font Color

.myTextColor { color: #F9E6CE; }

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

This text font color is #F9E6CE.


Background Color

.myBgColor { background-color: #F9E6CE; }

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

This div background color is #F9E6CE.


Border color

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

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

This div border color is #F9E6CE.


Opacity

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

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

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

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

This text has shadow with #F9E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E6CE on black background.


Color preview on white background

This text has color #F9E6CE on white background.



Black color preview on #F9E6CE background

This text has black color on #F9E6CE background.


White color preview on #F9E6CE background

This text has white color on #F9E6CE background.