COLOR #F9FBDB

HEX: #F9FBDB RGB: (249,251,219)

Color info

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

RGB color model

#F9FBDB color RGB value is (249,251,219).

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

RGB channels and saturation

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

249
251
219

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 219 = 719 (100%)
R 249 of 719 ~ 34.63%
G 251 of 719 ~ 34.91%
B 219 of 719 ~ 30.46'%

%34.63
%34.91
%30.46

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 1.57%
CMYK: (1,0,13,2) C1M0Y13K2 (1%,0%,13%,2%) (0.01/0.00/0.13/0.02) 

CMYK percentages

%0.8
%0
%12.75
%1.57

Codes

Color #F9FBDB in popluar color models

F9 FB DB
RGB 249 251 219
HSL 64° 80.00% 92.16%
HSB/HSV 64° 12.75% 98.43%
CMYK 0.80% 0.00% 12.75%
1.57%

Color #F9FBDB in popluar number systems.

HEX F9 FB DB
Decimal 249 251 219
Binary 11111001 11111011 11011011
Octal 371 373 333

Shades and tints

Shades of #F9FBDB

#F9FBDB
(249,251,219)
#E3E5C8
(227,229,200)
#CDCFB5
(205,207,181)
#B7B9A2
(183,185,162)
#A1A38F
(161,163,143)
#8B8D7C
(139,141,124)
#757769
(117,119,105)
#5F6156
(95,97,86)
#494B43
(73,75,67)
#333530
(51,53,48)
#1D1F1D
(29,31,29)
#000000
(0,0,0)

Tints of #F9FBDB

#F9FBDB
(249,251,219)
#F9FBDE
(249,251,222)
#F9FBE1
(249,251,225)
#F9FBE4
(249,251,228)
#F9FBE7
(249,251,231)
#F9FBEA
(249,251,234)
#F9FBED
(249,251,237)
#F9FBF0
(249,251,240)
#F9FBF3
(249,251,243)
#F9FBF6
(249,251,246)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBDB; }

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

This text font color is #F9FBDB.

Background Color

.myBgColor { background-color: #F9FBDB; }

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

This div background color is #F9FBDB.

Border color

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

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

This div border color is #F9FBDB.

Opacity

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

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

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

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

This text has shadow with #F9FBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBDB.

Preview

Color preview on black background

This text has color #F9FBDB on black background.


Color preview on white background

This text has color #F9FBDB on white background.


Black color preview on #F9FBDB background

This text has black color on #F9FBDB background.


White color preview on #F9FBDB background

This text has white color on #F9FBDB background.


Related colors

Complementary color

Complementary color for #hex is #060424.


I love getcolorcode.com

Triadic colors

1 #DBF9FB and #FBDBF9 with #F9FBDB are triadic colors.

2 #DBFBF9 and #FBF9DB with #F9FBDB are triadic colors.