COLOR #F3F6DA

HEX: #F3F6DA
RGB: (243,246,218)

Color info

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

RGB color model

#F3F6DA color RGB value is (243,246,218).

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

RGB channels and saturation

R 243 of 255 = 95%
G 246 of 255 = 96%
B 218 of 255 = 85%

243
246
218

R + G + B ~ 92%. #F3F6DA is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 246 + 218 = 707 (100%)
R 243 of 707 ~ 34.37%
G 246 of 707 ~ 34.79%
B 218 of 707 ~ 30.83%

%34.37
%34.79
%30.83

CMYK color model

#F3F6DA color CMYK value is (1,0,11,4).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(1,0,11,4)
C1M0Y11K4 
(1%,0%,11%,4%)
(0.01/0.00/0.11/0.04)	

CMYK percentages

%1.22
%0
%11.38
%3.53

Codes

Color #F3F6DA in popluar color models

F3F6DA
RGB243246218
HSL66°60.87%90.98%
HSB/HSV66°11.38%96.47%
CMYK1.22%0.00%11.38%
3.53%

Color #F3F6DA in popluar number systems.

HEXF3F6DA
Decimal243246218
Binary111100111111011011011010
Octal363366332

Shades and tints

Shades of #F3F6DA

#F3F6DA
(243,246,218)
#DDE0C7
(221,224,199)
#C7CAB4
(199,202,180)
#B1B4A1
(177,180,161)
#9B9E8E
(155,158,142)
#85887B
(133,136,123)
#6F7268
(111,114,104)
#595C55
(89,92,85)
#434642
(67,70,66)
#2D302F
(45,48,47)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #F3F6DA

#F3F6DA
(243,246,218)
#F4F6DD
(244,246,221)
#F5F6E0
(245,246,224)
#F6F6E3
(246,246,227)
#F7F6E6
(247,246,230)
#F8F6E9
(248,246,233)
#F9F6EC
(249,246,236)
#FAF6EF
(250,246,239)
#FBF6F2
(251,246,242)
#FCF6F5
(252,246,245)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F6DA; }

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

This text font color is #F3F6DA.


Background Color

.myBgColor { background-color: #F3F6DA; }

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

This div background color is #F3F6DA.


Border color

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

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

This div border color is #F3F6DA.


Opacity

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

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

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

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

This text has shadow with #F3F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F6DA on black background.


Color preview on white background

This text has color #F3F6DA on white background.



Black color preview on #F3F6DA background

This text has black color on #F3F6DA background.


White color preview on #F3F6DA background

This text has white color on #F3F6DA background.