COLOR #F9FBDC

HEX: #F9FBDC RGB: (249,251,220)

Color info

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

RGB color model

#F9FBDC color RGB value is (249,251,220).

RGB: (249,251,220) (98%, 98%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 251 of 255 = 98%
B 220 of 255 = 86%

249
251
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 220 = 720 (100%)
R 249 of 720 ~ 34.58%
G 251 of 720 ~ 34.86%
B 220 of 720 ~ 30.56'%

%34.58
%34.86
%30.56

CMYK color model

#F9FBDC color CMYK value is (1,0,12,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%

CMYK: (1,0,12,2)
C1M0Y12K2 (1%, 0%, 12%, 2%)
(0.01 / 0.00 / 0.12 / 0.02)

CMYK percentages

%0.8
%0
%12.35
%1.57

Codes

Color #F9FBDC in popluar color models

F9 FB DC
RGB 249 251 220
HSL 64° 79.49% 92.35%
HSB/HSV 64° 12.35% 98.43%
CMYK 0.80% 0.00% 12.35%
1.57%

Color #F9FBDC in popluar number systems.

HEX F9 FB DC
Decimal 249 251 220
Binary 11111001 11111011 11011100
Octal 371 373 334

Shades and tints

Shades of #F9FBDC

#F9FBDC
(249,251,220)
#E3E5C8
(227,229,200)
#CDCFB4
(205,207,180)
#B7B9A0
(183,185,160)
#A1A38C
(161,163,140)
#8B8D78
(139,141,120)
#757764
(117,119,100)
#5F6150
(95,97,80)
#494B3C
(73,75,60)
#333528
(51,53,40)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #F9FBDC

#F9FBDC
(249,251,220)
#F9FBDF
(249,251,223)
#F9FBE2
(249,251,226)
#F9FBE5
(249,251,229)
#F9FBE8
(249,251,232)
#F9FBEB
(249,251,235)
#F9FBEE
(249,251,238)
#F9FBF1
(249,251,241)
#F9FBF4
(249,251,244)
#F9FBF7
(249,251,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBDC; }

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

This text font color is #F9FBDC.

Background Color

.myBgColor { background-color: #F9FBDC; }

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

This div background color is #F9FBDC.

Border color

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

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

This div border color is #F9FBDC.

Opacity

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

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

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

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

This text has shadow with #F9FBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBDC.

Preview

Color preview on black background

This text has color #F9FBDC on black background.


Color preview on white background

This text has color #F9FBDC on white background.


Black color preview on #F9FBDC background

This text has black color on #F9FBDC background.


White color preview on #F9FBDC background

This text has white color on #F9FBDC background.


Related colors

Complementary color

Complementary color for #hex is #060423.


I love getcolorcode.com

Triadic colors

1 #DCF9FB and #FBDCF9 with #F9FBDC are triadic colors.

2 #DCFBF9 and #FBF9DC with #F9FBDC are triadic colors.