COLOR #FBF9DA

HEX: #FBF9DA RGB: (251,249,218)

Color info

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

RGB color model

#FBF9DA color RGB value is (251,249,218).

RGB: (251,249,218) (98%, 98%, 85%)

RGB channels and saturation

R 251 of 255 = 98%
G 249 of 255 = 98%
B 218 of 255 = 85%

251
249
218

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

Portions of RGB colors in percentages

R + G + B = 251 + 249 + 218 = 718 (100%)
R 251 of 718 ~ 34.96%
G 249 of 718 ~ 34.68%
B 218 of 718 ~ 30.36'%

%34.96
%34.68
%30.36

CMYK color model

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

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

CMYK percentages

%0
%0.8
%13.15
%1.57

Codes

Color #FBF9DA in popluar color models

FB F9 DA
RGB 251 249 218
HSL 56° 80.49% 91.96%
HSB/HSV 56° 13.15% 98.43%
CMYK 0.00% 0.80% 13.15%
1.57%

Color #FBF9DA in popluar number systems.

HEX FB F9 DA
Decimal 251 249 218
Binary 11111011 11111001 11011010
Octal 373 371 332

Shades and tints

Shades of #FBF9DA

#FBF9DA
(251,249,218)
#E5E3C7
(229,227,199)
#CFCDB4
(207,205,180)
#B9B7A1
(185,183,161)
#A3A18E
(163,161,142)
#8D8B7B
(141,139,123)
#777568
(119,117,104)
#615F55
(97,95,85)
#4B4942
(75,73,66)
#35332F
(53,51,47)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #FBF9DA

#FBF9DA
(251,249,218)
#FBF9DD
(251,249,221)
#FBF9E0
(251,249,224)
#FBF9E3
(251,249,227)
#FBF9E6
(251,249,230)
#FBF9E9
(251,249,233)
#FBF9EC
(251,249,236)
#FBF9EF
(251,249,239)
#FBF9F2
(251,249,242)
#FBF9F5
(251,249,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9DA; }

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

This text font color is #FBF9DA.

Background Color

.myBgColor { background-color: #FBF9DA; }

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

This div background color is #FBF9DA.

Border color

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

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

This div border color is #FBF9DA.

Opacity

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

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

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

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

This text has shadow with #FBF9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF9DA.

Preview

Color preview on black background

This text has color #FBF9DA on black background.


Color preview on white background

This text has color #FBF9DA on white background.


Black color preview on #FBF9DA background

This text has black color on #FBF9DA background.


White color preview on #FBF9DA background

This text has white color on #FBF9DA background.


Related colors

Complementary color

Complementary color for #hex is #040625.


I love getcolorcode.com

Triadic colors

1 #DAFBF9 and #F9DAFB with #FBF9DA are triadic colors.

2 #DAF9FB and #F9FBDA with #FBF9DA are triadic colors.