COLOR #F9FCDC

HEX: #F9FCDC RGB: (249,252,220)

Color info

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

RGB color model

#F9FCDC color RGB value is (249,252,220).

RGB: (249,252,220) (98%, 99%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 220 of 255 = 86%

249
252
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 252 + 220 = 721 (100%)
R 249 of 721 ~ 34.54%
G 252 of 721 ~ 34.95%
B 220 of 721 ~ 30.51'%

%34.54
%34.95
%30.51

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • 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
%12.7
%1.18

Codes

Color #F9FCDC in popluar color models

F9 FC DC
RGB 249 252 220
HSL 66° 84.21% 92.55%
HSB/HSV 66° 12.70% 98.82%
CMYK 1.19% 0.00% 12.70%
1.18%

Color #F9FCDC in popluar number systems.

HEX F9 FC DC
Decimal 249 252 220
Binary 11111001 11111100 11011100
Octal 371 374 334

Shades and tints

Shades of #F9FCDC

#F9FCDC
(249,252,220)
#E3E6C8
(227,230,200)
#CDD0B4
(205,208,180)
#B7BAA0
(183,186,160)
#A1A48C
(161,164,140)
#8B8E78
(139,142,120)
#757864
(117,120,100)
#5F6250
(95,98,80)
#494C3C
(73,76,60)
#333628
(51,54,40)
#1D2014
(29,32,20)
#000000
(0,0,0)

Tints of #F9FCDC

#F9FCDC
(249,252,220)
#F9FCDF
(249,252,223)
#F9FCE2
(249,252,226)
#F9FCE5
(249,252,229)
#F9FCE8
(249,252,232)
#F9FCEB
(249,252,235)
#F9FCEE
(249,252,238)
#F9FCF1
(249,252,241)
#F9FCF4
(249,252,244)
#F9FCF7
(249,252,247)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCDC; }

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

This text font color is #F9FCDC.

Background Color

.myBgColor { background-color: #F9FCDC; }

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

This div background color is #F9FCDC.

Border color

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

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

This div border color is #F9FCDC.

Opacity

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

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

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

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

This text has shadow with #F9FCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FCDC.

Preview

Color preview on black background

This text has color #F9FCDC on black background.


Color preview on white background

This text has color #F9FCDC on white background.


Black color preview on #F9FCDC background

This text has black color on #F9FCDC background.


White color preview on #F9FCDC background

This text has white color on #F9FCDC background.


Related colors

Complementary color

Complementary color for #hex is #060323.


I love getcolorcode.com

Triadic colors

1 #DCF9FC and #FCDCF9 with #F9FCDC are triadic colors.

2 #DCFCF9 and #FCF9DC with #F9FCDC are triadic colors.