COLOR #F9F0DF

HEX: #F9F0DF
RGB: (249,240,223)

Color info

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

RGB color model

#F9F0DF color RGB value is (249,240,223).

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

RGB channels and saturation

R 249 of 255 = 98%
G 240 of 255 = 94%
B 223 of 255 = 87%

249
240
223

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

Portions of RGB colors in percentages

R + G + B =
249 + 240 + 223 = 712 (100%)
R 249 of 712 ~ 34.97%
G 240 of 712 ~ 33.71%
B 223 of 712 ~ 31.32%

%34.97
%33.71
%31.32

CMYK color model

#F9F0DF color CMYK value is (0,4,10,2).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(0,4,10,2)
C0M4Y10K2 
(0%,4%,10%,2%)
(0.00/0.04/0.10/0.02)	

CMYK percentages

%0
%3.61
%10.44
%2.35

Codes

Color #F9F0DF in popluar color models

F9F0DF
RGB249240223
HSL39°68.42%92.55%
HSB/HSV39°10.44%97.65%
CMYK0.00%3.61%10.44%
2.35%

Color #F9F0DF in popluar number systems.

HEXF9F0DF
Decimal249240223
Binary111110011111000011011111
Octal371360337

Shades and tints

Shades of #F9F0DF

#F9F0DF
(249,240,223)
#E3DBCB
(227,219,203)
#CDC6B7
(205,198,183)
#B7B1A3
(183,177,163)
#A19C8F
(161,156,143)
#8B877B
(139,135,123)
#757267
(117,114,103)
#5F5D53
(95,93,83)
#49483F
(73,72,63)
#33332B
(51,51,43)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #F9F0DF

#F9F0DF
(249,240,223)
#F9F1E1
(249,241,225)
#F9F2E3
(249,242,227)
#F9F3E5
(249,243,229)
#F9F4E7
(249,244,231)
#F9F5E9
(249,245,233)
#F9F6EB
(249,246,235)
#F9F7ED
(249,247,237)
#F9F8EF
(249,248,239)
#F9F9F1
(249,249,241)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F0DF; }

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

This text font color is #F9F0DF.


Background Color

.myBgColor { background-color: #F9F0DF; }

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

This div background color is #F9F0DF.


Border color

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

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

This div border color is #F9F0DF.


Opacity

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

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

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

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

This text has shadow with #F9F0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0DF on black background.


Color preview on white background

This text has color #F9F0DF on white background.



Black color preview on #F9F0DF background

This text has black color on #F9F0DF background.


White color preview on #F9F0DF background

This text has white color on #F9F0DF background.