COLOR #F6F9DA

HEX: #F6F9DA
RGB: (246,249,218)

Color info

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

RGB color model

#F6F9DA color RGB value is (246,249,218).

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

RGB channels and saturation

R 246 of 255 = 96%
G 249 of 255 = 98%
B 218 of 255 = 85%

246
249
218

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

Portions of RGB colors in percentages

R + G + B =
246 + 249 + 218 = 713 (100%)
R 246 of 713 ~ 34.5%
G 249 of 713 ~ 34.92%
B 218 of 713 ~ 30.58%

%34.5
%34.92
%30.58

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(1,0,12,2)
C1M0Y12K2 
(1%,0%,12%,2%)
(0.01/0.00/0.12/0.02)	

CMYK percentages

%1.2
%0
%12.45
%2.35

Codes

Color #F6F9DA in popluar color models

F6F9DA
RGB246249218
HSL66°72.09%91.57%
HSB/HSV66°12.45%97.65%
CMYK1.20%0.00%12.45%
2.35%

Color #F6F9DA in popluar number systems.

HEXF6F9DA
Decimal246249218
Binary111101101111100111011010
Octal366371332

Shades and tints

Shades of #F6F9DA

#F6F9DA
(246,249,218)
#E0E3C7
(224,227,199)
#CACDB4
(202,205,180)
#B4B7A1
(180,183,161)
#9EA18E
(158,161,142)
#888B7B
(136,139,123)
#727568
(114,117,104)
#5C5F55
(92,95,85)
#464942
(70,73,66)
#30332F
(48,51,47)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #F6F9DA

#F6F9DA
(246,249,218)
#F6F9DD
(246,249,221)
#F6F9E0
(246,249,224)
#F6F9E3
(246,249,227)
#F6F9E6
(246,249,230)
#F6F9E9
(246,249,233)
#F6F9EC
(246,249,236)
#F6F9EF
(246,249,239)
#F6F9F2
(246,249,242)
#F6F9F5
(246,249,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F9DA; }

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

This text font color is #F6F9DA.


Background Color

.myBgColor { background-color: #F6F9DA; }

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

This div background color is #F6F9DA.


Border color

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

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

This div border color is #F6F9DA.


Opacity

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

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

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

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

This text has shadow with #F6F9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F9DA on black background.


Color preview on white background

This text has color #F6F9DA on white background.



Black color preview on #F6F9DA background

This text has black color on #F6F9DA background.


White color preview on #F6F9DA background

This text has white color on #F6F9DA background.