COLOR #F9F1C8

HEX: #F9F1C8
RGB: (249,241,200)

Color info

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

RGB color model

#F9F1C8 color RGB value is (249,241,200).

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

RGB channels and saturation

R 249 of 255 = 98%
G 241 of 255 = 95%
B 200 of 255 = 78%

249
241
200

R + G + B ~ 90%. #F9F1C8 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 241 + 200 = 690 (100%)
R 249 of 690 ~ 36.09%
G 241 of 690 ~ 34.93%
B 200 of 690 ~ 28.99%

%36.09
%34.93
%28.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(0,3,20,2)
C0M3Y20K2 
(0%,3%,20%,2%)
(0.00/0.03/0.20/0.02)	

CMYK percentages

%0
%3.21
%19.68
%2.35

Codes

Color #F9F1C8 in popluar color models

F9F1C8
RGB249241200
HSL50°80.33%88.04%
HSB/HSV50°19.68%97.65%
CMYK0.00%3.21%19.68%
2.35%

Color #F9F1C8 in popluar number systems.

HEXF9F1C8
Decimal249241200
Binary111110011111000111001000
Octal371361310

Shades and tints

Shades of #F9F1C8

#F9F1C8
(249,241,200)
#E3DCB6
(227,220,182)
#CDC7A4
(205,199,164)
#B7B292
(183,178,146)
#A19D80
(161,157,128)
#8B886E
(139,136,110)
#75735C
(117,115,92)
#5F5E4A
(95,94,74)
#494938
(73,73,56)
#333426
(51,52,38)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #F9F1C8

#F9F1C8
(249,241,200)
#F9F2CD
(249,242,205)
#F9F3D2
(249,243,210)
#F9F4D7
(249,244,215)
#F9F5DC
(249,245,220)
#F9F6E1
(249,246,225)
#F9F7E6
(249,247,230)
#F9F8EB
(249,248,235)
#F9F9F0
(249,249,240)
#F9FAF5
(249,250,245)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F1C8; }

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

This text font color is #F9F1C8.


Background Color

.myBgColor { background-color: #F9F1C8; }

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

This div background color is #F9F1C8.


Border color

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

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

This div border color is #F9F1C8.


Opacity

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

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

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

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

This text has shadow with #F9F1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F1C8 on black background.


Color preview on white background

This text has color #F9F1C8 on white background.



Black color preview on #F9F1C8 background

This text has black color on #F9F1C8 background.


White color preview on #F9F1C8 background

This text has white color on #F9F1C8 background.