COLOR #FBF8BF

HEX: #FBF8BF
RGB: (251,248,191)

Color info

#FBF8BF contains mainly red and green colors. Web safe color of #FBF8BF is #FFFFCC (or #FFC).

RGB color model

#FBF8BF color RGB value is (251,248,191).

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

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 191 of 255 = 75%

251
248
191

R + G + B ~ 90%. #FBF8BF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 248 + 191 = 690 (100%)
R 251 of 690 ~ 36.38%
G 248 of 690 ~ 35.94%
B 191 of 690 ~ 27.68%

%36.38
%35.94
%27.68

CMYK color model

#FBF8BF color CMYK value is (0,1,24,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 23.90%
  • key color value is 1.57%
CMYK:
(0,1,24,2)
C0M1Y24K2 
(0%,1%,24%,2%)
(0.00/0.01/0.24/0.02)	

CMYK percentages

%0
%1.2
%23.9
%1.57

Codes

Color #FBF8BF in popluar color models

FBF8BF
RGB251248191
HSL57°88.24%86.67%
HSB/HSV57°23.90%98.43%
CMYK0.00%1.20%23.90%
1.57%

Color #FBF8BF in popluar number systems.

HEXFBF8BF
Decimal251248191
Binary111110111111100010111111
Octal373370277

Shades and tints

Shades of #FBF8BF

#FBF8BF
(251,248,191)
#E5E2AE
(229,226,174)
#CFCC9D
(207,204,157)
#B9B68C
(185,182,140)
#A3A07B
(163,160,123)
#8D8A6A
(141,138,106)
#777459
(119,116,89)
#615E48
(97,94,72)
#4B4837
(75,72,55)
#353226
(53,50,38)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #FBF8BF

#FBF8BF
(251,248,191)
#FBF8C4
(251,248,196)
#FBF8C9
(251,248,201)
#FBF8CE
(251,248,206)
#FBF8D3
(251,248,211)
#FBF8D8
(251,248,216)
#FBF8DD
(251,248,221)
#FBF8E2
(251,248,226)
#FBF8E7
(251,248,231)
#FBF8EC
(251,248,236)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8BF; }

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

This text font color is #FBF8BF.


Background Color

.myBgColor { background-color: #FBF8BF; }

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

This div background color is #FBF8BF.


Border color

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

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

This div border color is #FBF8BF.


Opacity

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

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

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

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

This text has shadow with #FBF8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF8BF on black background.


Color preview on white background

This text has color #FBF8BF on white background.



Black color preview on #FBF8BF background

This text has black color on #FBF8BF background.


White color preview on #FBF8BF background

This text has white color on #FBF8BF background.