COLOR #F9F6DB

HEX: #F9F6DB RGB: (249,246,219)

Color info

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

RGB color model

#F9F6DB color RGB value is (249,246,219).

RGB: (249,246,219) (98%, 96%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 219 of 255 = 86%

249
246
219

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

Portions of RGB colors in percentages

R + G + B = 249 + 246 + 219 = 714 (100%)
R 249 of 714 ~ 34.87%
G 246 of 714 ~ 34.45%
B 219 of 714 ~ 30.67'%

%34.87
%34.45
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 12.05%
  • 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.05
%2.35

Codes

Color #F9F6DB in popluar color models

F9 F6 DB
RGB 249 246 219
HSL 54° 71.43% 91.76%
HSB/HSV 54° 12.05% 97.65%
CMYK 0.00% 1.20% 12.05%
2.35%

Color #F9F6DB in popluar number systems.

HEX F9 F6 DB
Decimal 249 246 219
Binary 11111001 11110110 11011011
Octal 371 366 333

Shades and tints

Shades of #F9F6DB

#F9F6DB
(249,246,219)
#E3E0C8
(227,224,200)
#CDCAB5
(205,202,181)
#B7B4A2
(183,180,162)
#A19E8F
(161,158,143)
#8B887C
(139,136,124)
#757269
(117,114,105)
#5F5C56
(95,92,86)
#494643
(73,70,67)
#333030
(51,48,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #F9F6DB

#F9F6DB
(249,246,219)
#F9F6DE
(249,246,222)
#F9F6E1
(249,246,225)
#F9F6E4
(249,246,228)
#F9F6E7
(249,246,231)
#F9F6EA
(249,246,234)
#F9F6ED
(249,246,237)
#F9F6F0
(249,246,240)
#F9F6F3
(249,246,243)
#F9F6F6
(249,246,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F6DB; }

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

This text font color is #F9F6DB.

Background Color

.myBgColor { background-color: #F9F6DB; }

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

This div background color is #F9F6DB.

Border color

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

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

This div border color is #F9F6DB.

Opacity

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

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

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

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

This text has shadow with #F9F6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F6DB.

Preview

Color preview on black background

This text has color #F9F6DB on black background.


Color preview on white background

This text has color #F9F6DB on white background.


Black color preview on #F9F6DB background

This text has black color on #F9F6DB background.


White color preview on #F9F6DB background

This text has white color on #F9F6DB background.


Related colors

Complementary color

Complementary color for #hex is #060924.


I love getcolorcode.com

Triadic colors

1 #DBF9F6 and #F6DBF9 with #F9F6DB are triadic colors.

2 #DBF6F9 and #F6F9DB with #F9F6DB are triadic colors.