COLOR #F9FBDF

HEX: #F9FBDF RGB: (249,251,223)

Color info

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

RGB color model

#F9FBDF color RGB value is (249,251,223).

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

RGB channels and saturation

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

249
251
223

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 223 = 723 (100%)
R 249 of 723 ~ 34.44%
G 251 of 723 ~ 34.72%
B 223 of 723 ~ 30.84'%

%34.44
%34.72
%30.84

CMYK color model

#F9FBDF color CMYK value is (1,0,11,2).

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

CMYK: (1,0,11,2)
C1M0Y11K2 (1%, 0%, 11%, 2%)
(0.01 / 0.00 / 0.11 / 0.02)

CMYK percentages

%0.8
%0
%11.16
%1.57

Codes

Color #F9FBDF in popluar color models

F9 FB DF
RGB 249 251 223
HSL 64° 77.78% 92.94%
HSB/HSV 64° 11.16% 98.43%
CMYK 0.80% 0.00% 11.16%
1.57%

Color #F9FBDF in popluar number systems.

HEX F9 FB DF
Decimal 249 251 223
Binary 11111001 11111011 11011111
Octal 371 373 337

Shades and tints

Shades of #F9FBDF

#F9FBDF
(249,251,223)
#E3E5CB
(227,229,203)
#CDCFB7
(205,207,183)
#B7B9A3
(183,185,163)
#A1A38F
(161,163,143)
#8B8D7B
(139,141,123)
#757767
(117,119,103)
#5F6153
(95,97,83)
#494B3F
(73,75,63)
#33352B
(51,53,43)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #F9FBDF

#F9FBDF
(249,251,223)
#F9FBE1
(249,251,225)
#F9FBE3
(249,251,227)
#F9FBE5
(249,251,229)
#F9FBE7
(249,251,231)
#F9FBE9
(249,251,233)
#F9FBEB
(249,251,235)
#F9FBED
(249,251,237)
#F9FBEF
(249,251,239)
#F9FBF1
(249,251,241)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBDF; }

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

This text font color is #F9FBDF.

Background Color

.myBgColor { background-color: #F9FBDF; }

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

This div background color is #F9FBDF.

Border color

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

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

This div border color is #F9FBDF.

Opacity

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

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

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

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

This text has shadow with #F9FBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBDF.

Preview

Color preview on black background

This text has color #F9FBDF on black background.


Color preview on white background

This text has color #F9FBDF on white background.


Black color preview on #F9FBDF background

This text has black color on #F9FBDF background.


White color preview on #F9FBDF background

This text has white color on #F9FBDF background.


Related colors

Complementary color

Complementary color for #hex is #060420.


I love getcolorcode.com

Triadic colors

1 #DFF9FB and #FBDFF9 with #F9FBDF are triadic colors.

2 #DFFBF9 and #FBF9DF with #F9FBDF are triadic colors.