COLOR #F9F5DB

HEX: #F9F5DB RGB: (249,245,219)

Color info

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

RGB color model

#F9F5DB color RGB value is (249,245,219).

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

RGB channels and saturation

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

249
245
219

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

Portions of RGB colors in percentages

R + G + B = 249 + 245 + 219 = 713 (100%)
R 249 of 713 ~ 34.92%
G 245 of 713 ~ 34.36%
B 219 of 713 ~ 30.72'%

%34.92
%34.36
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (0,2,12,2)
C0M2Y12K2 (0%, 2%, 12%, 2%)
(0.00 / 0.02 / 0.12 / 0.02)

CMYK percentages

%0
%1.61
%12.05
%2.35

Codes

Color #F9F5DB in popluar color models

F9 F5 DB
RGB 249 245 219
HSL 52° 71.43% 91.76%
HSB/HSV 52° 12.05% 97.65%
CMYK 0.00% 1.61% 12.05%
2.35%

Color #F9F5DB in popluar number systems.

HEX F9 F5 DB
Decimal 249 245 219
Binary 11111001 11110101 11011011
Octal 371 365 333

Shades and tints

Shades of #F9F5DB

#F9F5DB
(249,245,219)
#E3DFC8
(227,223,200)
#CDC9B5
(205,201,181)
#B7B3A2
(183,179,162)
#A19D8F
(161,157,143)
#8B877C
(139,135,124)
#757169
(117,113,105)
#5F5B56
(95,91,86)
#494543
(73,69,67)
#332F30
(51,47,48)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #F9F5DB

#F9F5DB
(249,245,219)
#F9F5DE
(249,245,222)
#F9F5E1
(249,245,225)
#F9F5E4
(249,245,228)
#F9F5E7
(249,245,231)
#F9F5EA
(249,245,234)
#F9F5ED
(249,245,237)
#F9F5F0
(249,245,240)
#F9F5F3
(249,245,243)
#F9F5F6
(249,245,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F5DB; }

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

This text font color is #F9F5DB.

Background Color

.myBgColor { background-color: #F9F5DB; }

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

This div background color is #F9F5DB.

Border color

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

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

This div border color is #F9F5DB.

Opacity

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

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

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

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

This text has shadow with #F9F5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F5DB.

Preview

Color preview on black background

This text has color #F9F5DB on black background.


Color preview on white background

This text has color #F9F5DB on white background.


Black color preview on #F9F5DB background

This text has black color on #F9F5DB background.


White color preview on #F9F5DB background

This text has white color on #F9F5DB background.


Related colors

Complementary color

Complementary color for #hex is #060A24.


I love getcolorcode.com

Triadic colors

1 #DBF9F5 and #F5DBF9 with #F9F5DB are triadic colors.

2 #DBF5F9 and #F5F9DB with #F9F5DB are triadic colors.