COLOR #F9E5C1

HEX: #F9E5C1
RGB: (249,229,193)

Color info

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

RGB color model

#F9E5C1 color RGB value is (249,229,193).

  • red value is 249;
  • green value is 229;
  • blue value is 193.
RGB:
(249,229,193)
(98%,90%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 193 of 255 = 76%

249
229
193

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

Portions of RGB colors in percentages

R + G + B =
249 + 229 + 193 = 671 (100%)
R 249 of 671 ~ 37.11%
G 229 of 671 ~ 34.13%
B 193 of 671 ~ 28.76%

%37.11
%34.13
%28.76

CMYK color model

#F9E5C1 color CMYK value is (0,8,22,2).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 22.49%
  • key color value is 2.35%
CMYK:
(0,8,22,2)
C0M8Y22K2 
(0%,8%,22%,2%)
(0.00/0.08/0.22/0.02)	

CMYK percentages

%0
%8.03
%22.49
%2.35

Codes

Color #F9E5C1 in popluar color models

F9E5C1
RGB249229193
HSL39°82.35%86.67%
HSB/HSV39°22.49%97.65%
CMYK0.00%8.03%22.49%
2.35%

Color #F9E5C1 in popluar number systems.

HEXF9E5C1
Decimal249229193
Binary111110011110010111000001
Octal371345301

Shades and tints

Shades of #F9E5C1

#F9E5C1
(249,229,193)
#E3D1B0
(227,209,176)
#CDBD9F
(205,189,159)
#B7A98E
(183,169,142)
#A1957D
(161,149,125)
#8B816C
(139,129,108)
#756D5B
(117,109,91)
#5F594A
(95,89,74)
#494539
(73,69,57)
#333128
(51,49,40)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #F9E5C1

#F9E5C1
(249,229,193)
#F9E7C6
(249,231,198)
#F9E9CB
(249,233,203)
#F9EBD0
(249,235,208)
#F9EDD5
(249,237,213)
#F9EFDA
(249,239,218)
#F9F1DF
(249,241,223)
#F9F3E4
(249,243,228)
#F9F5E9
(249,245,233)
#F9F7EE
(249,247,238)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E5C1 color. Also use rgb(249,229,193) instead hex code.

Text Font Color

.myTextColor { color: #F9E5C1; }

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

This text font color is #F9E5C1.


Background Color

.myBgColor { background-color: #F9E5C1; }

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

This div background color is #F9E5C1.


Border color

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

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

This div border color is #F9E5C1.


Opacity

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

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

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

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

This text has shadow with #F9E5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5C1 on black background.


Color preview on white background

This text has color #F9E5C1 on white background.



Black color preview on #F9E5C1 background

This text has black color on #F9E5C1 background.


White color preview on #F9E5C1 background

This text has white color on #F9E5C1 background.