COLOR #F9F3DA

HEX: #F9F3DA RGB: (249,243,218)

Color info

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

RGB color model

#F9F3DA color RGB value is (249,243,218).

RGB: (249,243,218) (98%, 95%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 243 of 255 = 95%
B 218 of 255 = 85%

249
243
218

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

Portions of RGB colors in percentages

R + G + B = 249 + 243 + 218 = 710 (100%)
R 249 of 710 ~ 35.07%
G 243 of 710 ~ 34.23%
B 218 of 710 ~ 30.7'%

%35.07
%34.23
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 12.45%
  • 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
%2.41
%12.45
%2.35

Codes

Color #F9F3DA in popluar color models

F9 F3 DA
RGB 249 243 218
HSL 48° 72.09% 91.57%
HSB/HSV 48° 12.45% 97.65%
CMYK 0.00% 2.41% 12.45%
2.35%

Color #F9F3DA in popluar number systems.

HEX F9 F3 DA
Decimal 249 243 218
Binary 11111001 11110011 11011010
Octal 371 363 332

Shades and tints

Shades of #F9F3DA

#F9F3DA
(249,243,218)
#E3DDC7
(227,221,199)
#CDC7B4
(205,199,180)
#B7B1A1
(183,177,161)
#A19B8E
(161,155,142)
#8B857B
(139,133,123)
#756F68
(117,111,104)
#5F5955
(95,89,85)
#494342
(73,67,66)
#332D2F
(51,45,47)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #F9F3DA

#F9F3DA
(249,243,218)
#F9F4DD
(249,244,221)
#F9F5E0
(249,245,224)
#F9F6E3
(249,246,227)
#F9F7E6
(249,247,230)
#F9F8E9
(249,248,233)
#F9F9EC
(249,249,236)
#F9FAEF
(249,250,239)
#F9FBF2
(249,251,242)
#F9FCF5
(249,252,245)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F3DA; }

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

This text font color is #F9F3DA.

Background Color

.myBgColor { background-color: #F9F3DA; }

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

This div background color is #F9F3DA.

Border color

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

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

This div border color is #F9F3DA.

Opacity

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

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

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

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

This text has shadow with #F9F3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F3DA.

Preview

Color preview on black background

This text has color #F9F3DA on black background.


Color preview on white background

This text has color #F9F3DA on white background.


Black color preview on #F9F3DA background

This text has black color on #F9F3DA background.


White color preview on #F9F3DA background

This text has white color on #F9F3DA background.


Related colors

Complementary color

Complementary color for #hex is #060C25.


I love getcolorcode.com

Triadic colors

1 #DAF9F3 and #F3DAF9 with #F9F3DA are triadic colors.

2 #DAF3F9 and #F3F9DA with #F9F3DA are triadic colors.