COLOR #F9FDD5

HEX: #F9FDD5
RGB: (249,253,213)

Color info

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

RGB color model

#F9FDD5 color RGB value is (249,253,213).

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

RGB channels and saturation

R 249 of 255 = 98%
G 253 of 255 = 99%
B 213 of 255 = 84%

249
253
213

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

Portions of RGB colors in percentages

R + G + B =
249 + 253 + 213 = 715 (100%)
R 249 of 715 ~ 34.83%
G 253 of 715 ~ 35.38%
B 213 of 715 ~ 29.79%

%34.83
%35.38
%29.79

CMYK color model

#F9FDD5 color CMYK value is (2,0,16,1).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 0.78%
CMYK:
(2,0,16,1)
C2M0Y16K1 
(2%,0%,16%,1%)
(0.02/0.00/0.16/0.01)	

CMYK percentages

%1.58
%0
%15.81
%0.78

Codes

Color #F9FDD5 in popluar color models

F9FDD5
RGB249253213
HSL66°90.91%91.37%
HSB/HSV66°15.81%99.22%
CMYK1.58%0.00%15.81%
0.78%

Color #F9FDD5 in popluar number systems.

HEXF9FDD5
Decimal249253213
Binary111110011111110111010101
Octal371375325

Shades and tints

Shades of #F9FDD5

#F9FDD5
(249,253,213)
#E3E6C2
(227,230,194)
#CDCFAF
(205,207,175)
#B7B89C
(183,184,156)
#A1A189
(161,161,137)
#8B8A76
(139,138,118)
#757363
(117,115,99)
#5F5C50
(95,92,80)
#49453D
(73,69,61)
#332E2A
(51,46,42)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9FDD5

#F9FDD5
(249,253,213)
#F9FDD8
(249,253,216)
#F9FDDB
(249,253,219)
#F9FDDE
(249,253,222)
#F9FDE1
(249,253,225)
#F9FDE4
(249,253,228)
#F9FDE7
(249,253,231)
#F9FDEA
(249,253,234)
#F9FDED
(249,253,237)
#F9FDF0
(249,253,240)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FDD5; }

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

This text font color is #F9FDD5.


Background Color

.myBgColor { background-color: #F9FDD5; }

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

This div background color is #F9FDD5.


Border color

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

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

This div border color is #F9FDD5.


Opacity

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

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

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

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

This text has shadow with #F9FDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FDD5 on black background.


Color preview on white background

This text has color #F9FDD5 on white background.



Black color preview on #F9FDD5 background

This text has black color on #F9FDD5 background.


White color preview on #F9FDD5 background

This text has white color on #F9FDD5 background.