COLOR #F9F2DB

HEX: #F9F2DB
RGB: (249,242,219)

Color info

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

RGB color model

#F9F2DB color RGB value is (249,242,219).

  • red value is 249;
  • green value is 242;
  • blue value is 219.
RGB:
(249,242,219)
(98%,95%,86%)

RGB channels and saturation

R 249 of 255 = 98%
G 242 of 255 = 95%
B 219 of 255 = 86%

249
242
219

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

Portions of RGB colors in percentages

R + G + B =
249 + 242 + 219 = 710 (100%)
R 249 of 710 ~ 35.07%
G 242 of 710 ~ 34.08%
B 219 of 710 ~ 30.85%

%35.07
%34.08
%30.85

CMYK color model

#F9F2DB color CMYK value is (0,3,12,2).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(0,3,12,2)
C0M3Y12K2 
(0%,3%,12%,2%)
(0.00/0.03/0.12/0.02)	

CMYK percentages

%0
%2.81
%12.05
%2.35

Codes

Color #F9F2DB in popluar color models

F9F2DB
RGB249242219
HSL46°71.43%91.76%
HSB/HSV46°12.05%97.65%
CMYK0.00%2.81%12.05%
2.35%

Color #F9F2DB in popluar number systems.

HEXF9F2DB
Decimal249242219
Binary111110011111001011011011
Octal371362333

Shades and tints

Shades of #F9F2DB

#F9F2DB
(249,242,219)
#E3DCC8
(227,220,200)
#CDC6B5
(205,198,181)
#B7B0A2
(183,176,162)
#A19A8F
(161,154,143)
#8B847C
(139,132,124)
#756E69
(117,110,105)
#5F5856
(95,88,86)
#494243
(73,66,67)
#332C30
(51,44,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #F9F2DB

#F9F2DB
(249,242,219)
#F9F3DE
(249,243,222)
#F9F4E1
(249,244,225)
#F9F5E4
(249,245,228)
#F9F6E7
(249,246,231)
#F9F7EA
(249,247,234)
#F9F8ED
(249,248,237)
#F9F9F0
(249,249,240)
#F9FAF3
(249,250,243)
#F9FBF6
(249,251,246)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F2DB color. Also use rgb(249,242,219) instead hex code.

Text Font Color

.myTextColor { color: #F9F2DB; }

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

This text font color is #F9F2DB.


Background Color

.myBgColor { background-color: #F9F2DB; }

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

This div background color is #F9F2DB.


Border color

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

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

This div border color is #F9F2DB.


Opacity

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

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

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

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

This text has shadow with #F9F2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F2DB on black background.


Color preview on white background

This text has color #F9F2DB on white background.



Black color preview on #F9F2DB background

This text has black color on #F9F2DB background.


White color preview on #F9F2DB background

This text has white color on #F9F2DB background.