COLOR #F9E3C5

HEX: #F9E3C5
RGB: (249,227,197)

Color info

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

RGB color model

#F9E3C5 color RGB value is (249,227,197).

  • red value is 249;
  • green value is 227;
  • blue value is 197.
RGB:
(249,227,197)
(98%,89%,77%)

RGB channels and saturation

R 249 of 255 = 98%
G 227 of 255 = 89%
B 197 of 255 = 77%

249
227
197

R + G + B ~ 88%. #F9E3C5 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 227 + 197 = 673 (100%)
R 249 of 673 ~ 37%
G 227 of 673 ~ 33.73%
B 197 of 673 ~ 29.27%

%37
%33.73
%29.27

CMYK color model

#F9E3C5 color CMYK value is (0,9,21,2).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK:
(0,9,21,2)
C0M9Y21K2 
(0%,9%,21%,2%)
(0.00/0.09/0.21/0.02)	

CMYK percentages

%0
%8.84
%20.88
%2.35

Codes

Color #F9E3C5 in popluar color models

F9E3C5
RGB249227197
HSL35°81.25%87.45%
HSB/HSV35°20.88%97.65%
CMYK0.00%8.84%20.88%
2.35%

Color #F9E3C5 in popluar number systems.

HEXF9E3C5
Decimal249227197
Binary111110011110001111000101
Octal371343305

Shades and tints

Shades of #F9E3C5

#F9E3C5
(249,227,197)
#E3CFB4
(227,207,180)
#CDBBA3
(205,187,163)
#B7A792
(183,167,146)
#A19381
(161,147,129)
#8B7F70
(139,127,112)
#756B5F
(117,107,95)
#5F574E
(95,87,78)
#49433D
(73,67,61)
#332F2C
(51,47,44)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #F9E3C5

#F9E3C5
(249,227,197)
#F9E5CA
(249,229,202)
#F9E7CF
(249,231,207)
#F9E9D4
(249,233,212)
#F9EBD9
(249,235,217)
#F9EDDE
(249,237,222)
#F9EFE3
(249,239,227)
#F9F1E8
(249,241,232)
#F9F3ED
(249,243,237)
#F9F5F2
(249,245,242)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E3C5 color. Also use rgb(249,227,197) instead hex code.

Text Font Color

.myTextColor { color: #F9E3C5; }

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

This text font color is #F9E3C5.


Background Color

.myBgColor { background-color: #F9E3C5; }

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

This div background color is #F9E3C5.


Border color

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

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

This div border color is #F9E3C5.


Opacity

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

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

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

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

This text has shadow with #F9E3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E3C5 on black background.


Color preview on white background

This text has color #F9E3C5 on white background.



Black color preview on #F9E3C5 background

This text has black color on #F9E3C5 background.


White color preview on #F9E3C5 background

This text has white color on #F9E3C5 background.