COLOR #F9F5C8

HEX: #F9F5C8
RGB: (249,245,200)

Color info

#F9F5C8 contains red, green and blue colors in about the same proportion. Web safe color of #F9F5C8 is #FFFFCC (or #FFC).

RGB color model

#F9F5C8 color RGB value is (249,245,200).

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

RGB channels and saturation

R 249 of 255 = 98%
G 245 of 255 = 96%
B 200 of 255 = 78%

249
245
200

R + G + B ~ 91%. #F9F5C8 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 245 + 200 = 694 (100%)
R 249 of 694 ~ 35.88%
G 245 of 694 ~ 35.3%
B 200 of 694 ~ 28.82%

%35.88
%35.3
%28.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(0,2,20,2)
C0M2Y20K2 
(0%,2%,20%,2%)
(0.00/0.02/0.20/0.02)	

CMYK percentages

%0
%1.61
%19.68
%2.35

Codes

Color #F9F5C8 in popluar color models

F9F5C8
RGB249245200
HSL55°80.33%88.04%
HSB/HSV55°19.68%97.65%
CMYK0.00%1.61%19.68%
2.35%

Color #F9F5C8 in popluar number systems.

HEXF9F5C8
Decimal249245200
Binary111110011111010111001000
Octal371365310

Shades and tints

Shades of #F9F5C8

#F9F5C8
(249,245,200)
#E3DFB6
(227,223,182)
#CDC9A4
(205,201,164)
#B7B392
(183,179,146)
#A19D80
(161,157,128)
#8B876E
(139,135,110)
#75715C
(117,113,92)
#5F5B4A
(95,91,74)
#494538
(73,69,56)
#332F26
(51,47,38)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #F9F5C8

#F9F5C8
(249,245,200)
#F9F5CD
(249,245,205)
#F9F5D2
(249,245,210)
#F9F5D7
(249,245,215)
#F9F5DC
(249,245,220)
#F9F5E1
(249,245,225)
#F9F5E6
(249,245,230)
#F9F5EB
(249,245,235)
#F9F5F0
(249,245,240)
#F9F5F5
(249,245,245)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F5C8; }

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

This text font color is #F9F5C8.


Background Color

.myBgColor { background-color: #F9F5C8; }

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

This div background color is #F9F5C8.


Border color

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

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

This div border color is #F9F5C8.


Opacity

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

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

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

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

This text has shadow with #F9F5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F5C8 on black background.


Color preview on white background

This text has color #F9F5C8 on white background.



Black color preview on #F9F5C8 background

This text has black color on #F9F5C8 background.


White color preview on #F9F5C8 background

This text has white color on #F9F5C8 background.