COLOR #F9E5C8

HEX: #F9E5C8
RGB: (249,229,200)

Color info

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

RGB color model

#F9E5C8 color RGB value is (249,229,200).

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

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 200 of 255 = 78%

249
229
200

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

Portions of RGB colors in percentages

R + G + B =
249 + 229 + 200 = 678 (100%)
R 249 of 678 ~ 36.73%
G 229 of 678 ~ 33.78%
B 200 of 678 ~ 29.5%

%36.73
%33.78
%29.5

CMYK color model

#F9E5C8 color CMYK value is (0,8,20,2).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(0,8,20,2)
C0M8Y20K2 
(0%,8%,20%,2%)
(0.00/0.08/0.20/0.02)	

CMYK percentages

%0
%8.03
%19.68
%2.35

Codes

Color #F9E5C8 in popluar color models

F9E5C8
RGB249229200
HSL36°80.33%88.04%
HSB/HSV36°19.68%97.65%
CMYK0.00%8.03%19.68%
2.35%

Color #F9E5C8 in popluar number systems.

HEXF9E5C8
Decimal249229200
Binary111110011110010111001000
Octal371345310

Shades and tints

Shades of #F9E5C8

#F9E5C8
(249,229,200)
#E3D1B6
(227,209,182)
#CDBDA4
(205,189,164)
#B7A992
(183,169,146)
#A19580
(161,149,128)
#8B816E
(139,129,110)
#756D5C
(117,109,92)
#5F594A
(95,89,74)
#494538
(73,69,56)
#333126
(51,49,38)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #F9E5C8

#F9E5C8
(249,229,200)
#F9E7CD
(249,231,205)
#F9E9D2
(249,233,210)
#F9EBD7
(249,235,215)
#F9EDDC
(249,237,220)
#F9EFE1
(249,239,225)
#F9F1E6
(249,241,230)
#F9F3EB
(249,243,235)
#F9F5F0
(249,245,240)
#F9F7F5
(249,247,245)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E5C8; }

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

This text font color is #F9E5C8.


Background Color

.myBgColor { background-color: #F9E5C8; }

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

This div background color is #F9E5C8.


Border color

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

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

This div border color is #F9E5C8.


Opacity

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

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

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

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

This text has shadow with #F9E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5C8 on black background.


Color preview on white background

This text has color #F9E5C8 on white background.



Black color preview on #F9E5C8 background

This text has black color on #F9E5C8 background.


White color preview on #F9E5C8 background

This text has white color on #F9E5C8 background.