COLOR #F9F0DE

HEX: #F9F0DE
RGB: (249,240,222)

Color info

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

RGB color model

#F9F0DE color RGB value is (249,240,222).

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

RGB channels and saturation

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

249
240
222

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

Portions of RGB colors in percentages

R + G + B =
249 + 240 + 222 = 711 (100%)
R 249 of 711 ~ 35.02%
G 240 of 711 ~ 33.76%
B 222 of 711 ~ 31.22%

%35.02
%33.76
%31.22

CMYK color model

#F9F0DE color CMYK value is (0,4,11,2).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(0,4,11,2)
C0M4Y11K2 
(0%,4%,11%,2%)
(0.00/0.04/0.11/0.02)	

CMYK percentages

%0
%3.61
%10.84
%2.35

Codes

Color #F9F0DE in popluar color models

F9F0DE
RGB249240222
HSL40°69.23%92.35%
HSB/HSV40°10.84%97.65%
CMYK0.00%3.61%10.84%
2.35%

Color #F9F0DE in popluar number systems.

HEXF9F0DE
Decimal249240222
Binary111110011111000011011110
Octal371360336

Shades and tints

Shades of #F9F0DE

#F9F0DE
(249,240,222)
#E3DBCA
(227,219,202)
#CDC6B6
(205,198,182)
#B7B1A2
(183,177,162)
#A19C8E
(161,156,142)
#8B877A
(139,135,122)
#757266
(117,114,102)
#5F5D52
(95,93,82)
#49483E
(73,72,62)
#33332A
(51,51,42)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #F9F0DE

#F9F0DE
(249,240,222)
#F9F1E1
(249,241,225)
#F9F2E4
(249,242,228)
#F9F3E7
(249,243,231)
#F9F4EA
(249,244,234)
#F9F5ED
(249,245,237)
#F9F6F0
(249,246,240)
#F9F7F3
(249,247,243)
#F9F8F6
(249,248,246)
#F9F9F9
(249,249,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F0DE; }

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

This text font color is #F9F0DE.


Background Color

.myBgColor { background-color: #F9F0DE; }

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

This div background color is #F9F0DE.


Border color

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

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

This div border color is #F9F0DE.


Opacity

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

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

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

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

This text has shadow with #F9F0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F0DE on black background.


Color preview on white background

This text has color #F9F0DE on white background.



Black color preview on #F9F0DE background

This text has black color on #F9F0DE background.


White color preview on #F9F0DE background

This text has white color on #F9F0DE background.