COLOR #F9FDCD

HEX: #F9FDCD
RGB: (249,253,205)

Color info

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

RGB color model

#F9FDCD color RGB value is (249,253,205).

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

RGB channels and saturation

R 249 of 255 = 98%
G 253 of 255 = 99%
B 205 of 255 = 80%

249
253
205

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

Portions of RGB colors in percentages

R + G + B =
249 + 253 + 205 = 707 (100%)
R 249 of 707 ~ 35.22%
G 253 of 707 ~ 35.79%
B 205 of 707 ~ 29%

%35.22
%35.79
%29

CMYK color model

#F9FDCD color CMYK value is (2,0,19,1).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 0.78%
CMYK:
(2,0,19,1)
C2M0Y19K1 
(2%,0%,19%,1%)
(0.02/0.00/0.19/0.01)	

CMYK percentages

%1.58
%0
%18.97
%0.78

Codes

Color #F9FDCD in popluar color models

F9FDCD
RGB249253205
HSL65°92.31%89.80%
HSB/HSV65°18.97%99.22%
CMYK1.58%0.00%18.97%
0.78%

Color #F9FDCD in popluar number systems.

HEXF9FDCD
Decimal249253205
Binary111110011111110111001101
Octal371375315

Shades and tints

Shades of #F9FDCD

#F9FDCD
(249,253,205)
#E3E6BB
(227,230,187)
#CDCFA9
(205,207,169)
#B7B897
(183,184,151)
#A1A185
(161,161,133)
#8B8A73
(139,138,115)
#757361
(117,115,97)
#5F5C4F
(95,92,79)
#49453D
(73,69,61)
#332E2B
(51,46,43)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #F9FDCD

#F9FDCD
(249,253,205)
#F9FDD1
(249,253,209)
#F9FDD5
(249,253,213)
#F9FDD9
(249,253,217)
#F9FDDD
(249,253,221)
#F9FDE1
(249,253,225)
#F9FDE5
(249,253,229)
#F9FDE9
(249,253,233)
#F9FDED
(249,253,237)
#F9FDF1
(249,253,241)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FDCD; }

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

This text font color is #F9FDCD.


Background Color

.myBgColor { background-color: #F9FDCD; }

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

This div background color is #F9FDCD.


Border color

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

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

This div border color is #F9FDCD.


Opacity

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

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

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

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

This text has shadow with #F9FDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FDCD on black background.


Color preview on white background

This text has color #F9FDCD on white background.



Black color preview on #F9FDCD background

This text has black color on #F9FDCD background.


White color preview on #F9FDCD background

This text has white color on #F9FDCD background.