COLOR #F9E0CE

HEX: #F9E0CE
RGB: (249,224,206)

Color info

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

RGB color model

#F9E0CE color RGB value is (249,224,206).

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

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 206 of 255 = 81%

249
224
206

R + G + B ~ 89%. #F9E0CE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 224 + 206 = 679 (100%)
R 249 of 679 ~ 36.67%
G 224 of 679 ~ 32.99%
B 206 of 679 ~ 30.34%

%36.67
%32.99
%30.34

CMYK color model

#F9E0CE color CMYK value is (0,10,17,2).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(0,10,17,2)
C0M10Y17K2 
(0%,10%,17%,2%)
(0.00/0.10/0.17/0.02)	

CMYK percentages

%0
%10.04
%17.27
%2.35

Codes

Color #F9E0CE in popluar color models

F9E0CE
RGB249224206
HSL25°78.18%89.22%
HSB/HSV25°17.27%97.65%
CMYK0.00%10.04%17.27%
2.35%

Color #F9E0CE in popluar number systems.

HEXF9E0CE
Decimal249224206
Binary111110011110000011001110
Octal371340316

Shades and tints

Shades of #F9E0CE

#F9E0CE
(249,224,206)
#E3CCBC
(227,204,188)
#CDB8AA
(205,184,170)
#B7A498
(183,164,152)
#A19086
(161,144,134)
#8B7C74
(139,124,116)
#756862
(117,104,98)
#5F5450
(95,84,80)
#49403E
(73,64,62)
#332C2C
(51,44,44)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #F9E0CE

#F9E0CE
(249,224,206)
#F9E2D2
(249,226,210)
#F9E4D6
(249,228,214)
#F9E6DA
(249,230,218)
#F9E8DE
(249,232,222)
#F9EAE2
(249,234,226)
#F9ECE6
(249,236,230)
#F9EEEA
(249,238,234)
#F9F0EE
(249,240,238)
#F9F2F2
(249,242,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E0CE; }

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

This text font color is #F9E0CE.


Background Color

.myBgColor { background-color: #F9E0CE; }

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

This div background color is #F9E0CE.


Border color

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

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

This div border color is #F9E0CE.


Opacity

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

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

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

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

This text has shadow with #F9E0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0CE on black background.


Color preview on white background

This text has color #F9E0CE on white background.



Black color preview on #F9E0CE background

This text has black color on #F9E0CE background.


White color preview on #F9E0CE background

This text has white color on #F9E0CE background.