COLOR #F9F6DA

HEX: #F9F6DA
RGB: (249,246,218)

Color info

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

RGB color model

#F9F6DA color RGB value is (249,246,218).

  • red value is 249;
  • green value is 246;
  • blue value is 218.
RGB:
(249,246,218)
(98%,96%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 218 of 255 = 85%

249
246
218

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

Portions of RGB colors in percentages

R + G + B =
249 + 246 + 218 = 713 (100%)
R 249 of 713 ~ 34.92%
G 246 of 713 ~ 34.5%
B 218 of 713 ~ 30.58%

%34.92
%34.5
%30.58

CMYK color model

#F9F6DA color CMYK value is (0,1,12,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,1,12,2)
C0M1Y12K2 
(0%,1%,12%,2%)
(0.00/0.01/0.12/0.02)	

CMYK percentages

%0
%1.2
%12.45
%2.35

Codes

Color #F9F6DA in popluar color models

F9F6DA
RGB249246218
HSL54°72.09%91.57%
HSB/HSV54°12.45%97.65%
CMYK0.00%1.20%12.45%
2.35%

Color #F9F6DA in popluar number systems.

HEXF9F6DA
Decimal249246218
Binary111110011111011011011010
Octal371366332

Shades and tints

Shades of #F9F6DA

#F9F6DA
(249,246,218)
#E3E0C7
(227,224,199)
#CDCAB4
(205,202,180)
#B7B4A1
(183,180,161)
#A19E8E
(161,158,142)
#8B887B
(139,136,123)
#757268
(117,114,104)
#5F5C55
(95,92,85)
#494642
(73,70,66)
#33302F
(51,48,47)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #F9F6DA

#F9F6DA
(249,246,218)
#F9F6DD
(249,246,221)
#F9F6E0
(249,246,224)
#F9F6E3
(249,246,227)
#F9F6E6
(249,246,230)
#F9F6E9
(249,246,233)
#F9F6EC
(249,246,236)
#F9F6EF
(249,246,239)
#F9F6F2
(249,246,242)
#F9F6F5
(249,246,245)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F6DA color. Also use rgb(249,246,218) instead hex code.

Text Font Color

.myTextColor { color: #F9F6DA; }

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

This text font color is #F9F6DA.


Background Color

.myBgColor { background-color: #F9F6DA; }

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

This div background color is #F9F6DA.


Border color

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

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

This div border color is #F9F6DA.


Opacity

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

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

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

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

This text has shadow with #F9F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F6DA on black background.


Color preview on white background

This text has color #F9F6DA on white background.



Black color preview on #F9F6DA background

This text has black color on #F9F6DA background.


White color preview on #F9F6DA background

This text has white color on #F9F6DA background.