COLOR #F9FBDD

HEX: #F9FBDD RGB: (249,251,221)

Color info

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

RGB color model

#F9FBDD color RGB value is (249,251,221).

RGB: (249,251,221) (98%, 98%, 87%)

RGB channels and saturation

R 249 of 255 = 98%
G 251 of 255 = 98%
B 221 of 255 = 87%

249
251
221

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 221 = 721 (100%)
R 249 of 721 ~ 34.54%
G 251 of 721 ~ 34.81%
B 221 of 721 ~ 30.65'%

%34.54
%34.81
%30.65

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • 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
%11.95
%1.57

Codes

Color #F9FBDD in popluar color models

F9 FB DD
RGB 249 251 221
HSL 64° 78.95% 92.55%
HSB/HSV 64° 11.95% 98.43%
CMYK 0.80% 0.00% 11.95%
1.57%

Color #F9FBDD in popluar number systems.

HEX F9 FB DD
Decimal 249 251 221
Binary 11111001 11111011 11011101
Octal 371 373 335

Shades and tints

Shades of #F9FBDD

#F9FBDD
(249,251,221)
#E3E5C9
(227,229,201)
#CDCFB5
(205,207,181)
#B7B9A1
(183,185,161)
#A1A38D
(161,163,141)
#8B8D79
(139,141,121)
#757765
(117,119,101)
#5F6151
(95,97,81)
#494B3D
(73,75,61)
#333529
(51,53,41)
#1D1F15
(29,31,21)
#000000
(0,0,0)

Tints of #F9FBDD

#F9FBDD
(249,251,221)
#F9FBE0
(249,251,224)
#F9FBE3
(249,251,227)
#F9FBE6
(249,251,230)
#F9FBE9
(249,251,233)
#F9FBEC
(249,251,236)
#F9FBEF
(249,251,239)
#F9FBF2
(249,251,242)
#F9FBF5
(249,251,245)
#F9FBF8
(249,251,248)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBDD; }

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

This text font color is #F9FBDD.

Background Color

.myBgColor { background-color: #F9FBDD; }

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

This div background color is #F9FBDD.

Border color

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

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

This div border color is #F9FBDD.

Opacity

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

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

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

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

This text has shadow with #F9FBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBDD.

Preview

Color preview on black background

This text has color #F9FBDD on black background.


Color preview on white background

This text has color #F9FBDD on white background.


Black color preview on #F9FBDD background

This text has black color on #F9FBDD background.


White color preview on #F9FBDD background

This text has white color on #F9FBDD background.


Related colors

Complementary color

Complementary color for #hex is #060422.


I love getcolorcode.com

Triadic colors

1 #DDF9FB and #FBDDF9 with #F9FBDD are triadic colors.

2 #DDFBF9 and #FBF9DD with #F9FBDD are triadic colors.