COLOR #F9FCDA

HEX: #F9FCDA RGB: (249,252,218)

Color info

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

RGB color model

#F9FCDA color RGB value is (249,252,218).

RGB: (249,252,218) (98%, 99%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 218 of 255 = 85%

249
252
218

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

Portions of RGB colors in percentages

R + G + B = 249 + 252 + 218 = 719 (100%)
R 249 of 719 ~ 34.63%
G 252 of 719 ~ 35.05%
B 218 of 719 ~ 30.32'%

%34.63
%35.05
%30.32

CMYK color model

#F9FCDA color CMYK value is (1,0,13,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%

CMYK: (1,0,13,1)
C1M0Y13K1 (1%, 0%, 13%, 1%)
(0.01 / 0.00 / 0.13 / 0.01)

CMYK percentages

%1.19
%0
%13.49
%1.18

Codes

Color #F9FCDA in popluar color models

F9 FC DA
RGB 249 252 218
HSL 65° 85.00% 92.16%
HSB/HSV 65° 13.49% 98.82%
CMYK 1.19% 0.00% 13.49%
1.18%

Color #F9FCDA in popluar number systems.

HEX F9 FC DA
Decimal 249 252 218
Binary 11111001 11111100 11011010
Octal 371 374 332

Shades and tints

Shades of #F9FCDA

#F9FCDA
(249,252,218)
#E3E6C7
(227,230,199)
#CDD0B4
(205,208,180)
#B7BAA1
(183,186,161)
#A1A48E
(161,164,142)
#8B8E7B
(139,142,123)
#757868
(117,120,104)
#5F6255
(95,98,85)
#494C42
(73,76,66)
#33362F
(51,54,47)
#1D201C
(29,32,28)
#000000
(0,0,0)

Tints of #F9FCDA

#F9FCDA
(249,252,218)
#F9FCDD
(249,252,221)
#F9FCE0
(249,252,224)
#F9FCE3
(249,252,227)
#F9FCE6
(249,252,230)
#F9FCE9
(249,252,233)
#F9FCEC
(249,252,236)
#F9FCEF
(249,252,239)
#F9FCF2
(249,252,242)
#F9FCF5
(249,252,245)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCDA; }

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

This text font color is #F9FCDA.

Background Color

.myBgColor { background-color: #F9FCDA; }

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

This div background color is #F9FCDA.

Border color

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

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

This div border color is #F9FCDA.

Opacity

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

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

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

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

This text has shadow with #F9FCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FCDA.

Preview

Color preview on black background

This text has color #F9FCDA on black background.


Color preview on white background

This text has color #F9FCDA on white background.


Black color preview on #F9FCDA background

This text has black color on #F9FCDA background.


White color preview on #F9FCDA background

This text has white color on #F9FCDA background.


Related colors

Complementary color

Complementary color for #hex is #060325.


I love getcolorcode.com

Triadic colors

1 #DAF9FC and #FCDAF9 with #F9FCDA are triadic colors.

2 #DAFCF9 and #FCF9DA with #F9FCDA are triadic colors.