COLOR #F9FDD9

HEX: #F9FDD9
RGB: (249,253,217)

Color info

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

RGB color model

#F9FDD9 color RGB value is (249,253,217).

  • red value is 249;
  • green value is 253;
  • blue value is 217.
RGB:
(249,253,217)
(98%,99%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 253 of 255 = 99%
B 217 of 255 = 85%

249
253
217

R + G + B ~ 94%. #F9FDD9 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 253 + 217 = 719 (100%)
R 249 of 719 ~ 34.63%
G 253 of 719 ~ 35.19%
B 217 of 719 ~ 30.18%

%34.63
%35.19
%30.18

CMYK color model

#F9FDD9 color CMYK value is (2,0,14,1).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(2,0,14,1)
C2M0Y14K1 
(2%,0%,14%,1%)
(0.02/0.00/0.14/0.01)	

CMYK percentages

%1.58
%0
%14.23
%0.78

Codes

Color #F9FDD9 in popluar color models

F9FDD9
RGB249253217
HSL67°90.00%92.16%
HSB/HSV67°14.23%99.22%
CMYK1.58%0.00%14.23%
0.78%

Color #F9FDD9 in popluar number systems.

HEXF9FDD9
Decimal249253217
Binary111110011111110111011001
Octal371375331

Shades and tints

Shades of #F9FDD9

#F9FDD9
(249,253,217)
#E3E6C6
(227,230,198)
#CDCFB3
(205,207,179)
#B7B8A0
(183,184,160)
#A1A18D
(161,161,141)
#8B8A7A
(139,138,122)
#757367
(117,115,103)
#5F5C54
(95,92,84)
#494541
(73,69,65)
#332E2E
(51,46,46)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #F9FDD9

#F9FDD9
(249,253,217)
#F9FDDC
(249,253,220)
#F9FDDF
(249,253,223)
#F9FDE2
(249,253,226)
#F9FDE5
(249,253,229)
#F9FDE8
(249,253,232)
#F9FDEB
(249,253,235)
#F9FDEE
(249,253,238)
#F9FDF1
(249,253,241)
#F9FDF4
(249,253,244)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FDD9 color. Also use rgb(249,253,217) instead hex code.

Text Font Color

.myTextColor { color: #F9FDD9; }

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

This text font color is #F9FDD9.


Background Color

.myBgColor { background-color: #F9FDD9; }

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

This div background color is #F9FDD9.


Border color

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

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

This div border color is #F9FDD9.


Opacity

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

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

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

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

This text has shadow with #F9FDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FDD9 on black background.


Color preview on white background

This text has color #F9FDD9 on white background.



Black color preview on #F9FDD9 background

This text has black color on #F9FDD9 background.


White color preview on #F9FDD9 background

This text has white color on #F9FDD9 background.