COLOR #FBF8DC

HEX: #FBF8DC
RGB: (251,248,220)

Color info

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

RGB color model

#FBF8DC color RGB value is (251,248,220).

  • red value is 251;
  • green value is 248;
  • blue value is 220.
RGB:
(251,248,220)
(98%,97%,86%)

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 220 of 255 = 86%

251
248
220

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

Portions of RGB colors in percentages

R + G + B =
251 + 248 + 220 = 719 (100%)
R 251 of 719 ~ 34.91%
G 248 of 719 ~ 34.49%
B 220 of 719 ~ 30.6%

%34.91
%34.49
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,1,12,2)
C0M1Y12K2 
(0%,1%,12%,2%)
(0.00/0.01/0.12/0.02)	

CMYK percentages

%0
%1.2
%12.35
%1.57

Codes

Color #FBF8DC in popluar color models

FBF8DC
RGB251248220
HSL54°79.49%92.35%
HSB/HSV54°12.35%98.43%
CMYK0.00%1.20%12.35%
1.57%

Color #FBF8DC in popluar number systems.

HEXFBF8DC
Decimal251248220
Binary111110111111100011011100
Octal373370334

Shades and tints

Shades of #FBF8DC

#FBF8DC
(251,248,220)
#E5E2C8
(229,226,200)
#CFCCB4
(207,204,180)
#B9B6A0
(185,182,160)
#A3A08C
(163,160,140)
#8D8A78
(141,138,120)
#777464
(119,116,100)
#615E50
(97,94,80)
#4B483C
(75,72,60)
#353228
(53,50,40)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBF8DC

#FBF8DC
(251,248,220)
#FBF8DF
(251,248,223)
#FBF8E2
(251,248,226)
#FBF8E5
(251,248,229)
#FBF8E8
(251,248,232)
#FBF8EB
(251,248,235)
#FBF8EE
(251,248,238)
#FBF8F1
(251,248,241)
#FBF8F4
(251,248,244)
#FBF8F7
(251,248,247)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8DC; }

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

This text font color is #FBF8DC.


Background Color

.myBgColor { background-color: #FBF8DC; }

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

This div background color is #FBF8DC.


Border color

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

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

This div border color is #FBF8DC.


Opacity

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

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

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

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

This text has shadow with #FBF8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF8DC on black background.


Color preview on white background

This text has color #FBF8DC on white background.



Black color preview on #FBF8DC background

This text has black color on #FBF8DC background.


White color preview on #FBF8DC background

This text has white color on #FBF8DC background.