COLOR #F9F1DF

HEX: #F9F1DF
RGB: (249,241,223)

Color info

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

RGB color model

#F9F1DF color RGB value is (249,241,223).

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

RGB channels and saturation

R 249 of 255 = 98%
G 241 of 255 = 95%
B 223 of 255 = 87%

249
241
223

R + G + B ~ 93%. #F9F1DF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 241 + 223 = 713 (100%)
R 249 of 713 ~ 34.92%
G 241 of 713 ~ 33.8%
B 223 of 713 ~ 31.28%

%34.92
%33.8
%31.28

CMYK color model

#F9F1DF color CMYK value is (0,3,10,2).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(0,3,10,2)
C0M3Y10K2 
(0%,3%,10%,2%)
(0.00/0.03/0.10/0.02)	

CMYK percentages

%0
%3.21
%10.44
%2.35

Codes

Color #F9F1DF in popluar color models

F9F1DF
RGB249241223
HSL42°68.42%92.55%
HSB/HSV42°10.44%97.65%
CMYK0.00%3.21%10.44%
2.35%

Color #F9F1DF in popluar number systems.

HEXF9F1DF
Decimal249241223
Binary111110011111000111011111
Octal371361337

Shades and tints

Shades of #F9F1DF

#F9F1DF
(249,241,223)
#E3DCCB
(227,220,203)
#CDC7B7
(205,199,183)
#B7B2A3
(183,178,163)
#A19D8F
(161,157,143)
#8B887B
(139,136,123)
#757367
(117,115,103)
#5F5E53
(95,94,83)
#49493F
(73,73,63)
#33342B
(51,52,43)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #F9F1DF

#F9F1DF
(249,241,223)
#F9F2E1
(249,242,225)
#F9F3E3
(249,243,227)
#F9F4E5
(249,244,229)
#F9F5E7
(249,245,231)
#F9F6E9
(249,246,233)
#F9F7EB
(249,247,235)
#F9F8ED
(249,248,237)
#F9F9EF
(249,249,239)
#F9FAF1
(249,250,241)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F1DF; }

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

This text font color is #F9F1DF.


Background Color

.myBgColor { background-color: #F9F1DF; }

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

This div background color is #F9F1DF.


Border color

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

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

This div border color is #F9F1DF.


Opacity

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

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

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

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

This text has shadow with #F9F1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F1DF on black background.


Color preview on white background

This text has color #F9F1DF on white background.



Black color preview on #F9F1DF background

This text has black color on #F9F1DF background.


White color preview on #F9F1DF background

This text has white color on #F9F1DF background.