COLOR #FBF8B0

HEX: #FBF8B0
RGB: (251,248,176)

Color info

#FBF8B0 contains mainly red and green colors. Web safe color of #FBF8B0 is #FFFF99 (or #FF9).

RGB color model

#FBF8B0 color RGB value is (251,248,176).

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

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 176 of 255 = 69%

251
248
176

R + G + B ~ 88%. #FBF8B0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 248 + 176 = 675 (100%)
R 251 of 675 ~ 37.19%
G 248 of 675 ~ 36.74%
B 176 of 675 ~ 26.07%

%37.19
%36.74
%26.07

CMYK color model

#FBF8B0 color CMYK value is (0,1,30,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 29.88%
  • key color value is 1.57%
CMYK:
(0,1,30,2)
C0M1Y30K2 
(0%,1%,30%,2%)
(0.00/0.01/0.30/0.02)	

CMYK percentages

%0
%1.2
%29.88
%1.57

Codes

Color #FBF8B0 in popluar color models

FBF8B0
RGB251248176
HSL58°90.36%83.73%
HSB/HSV58°29.88%98.43%
CMYK0.00%1.20%29.88%
1.57%

Color #FBF8B0 in popluar number systems.

HEXFBF8B0
Decimal251248176
Binary111110111111100010110000
Octal373370260

Shades and tints

Shades of #FBF8B0

#FBF8B0
(251,248,176)
#E5E2A0
(229,226,160)
#CFCC90
(207,204,144)
#B9B680
(185,182,128)
#A3A070
(163,160,112)
#8D8A60
(141,138,96)
#777450
(119,116,80)
#615E40
(97,94,64)
#4B4830
(75,72,48)
#353220
(53,50,32)
#1F1C10
(31,28,16)
#000000
(0,0,0)

Tints of #FBF8B0

#FBF8B0
(251,248,176)
#FBF8B7
(251,248,183)
#FBF8BE
(251,248,190)
#FBF8C5
(251,248,197)
#FBF8CC
(251,248,204)
#FBF8D3
(251,248,211)
#FBF8DA
(251,248,218)
#FBF8E1
(251,248,225)
#FBF8E8
(251,248,232)
#FBF8EF
(251,248,239)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8B0; }

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

This text font color is #FBF8B0.


Background Color

.myBgColor { background-color: #FBF8B0; }

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

This div background color is #FBF8B0.


Border color

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

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

This div border color is #FBF8B0.


Opacity

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

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

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

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

This text has shadow with #FBF8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF8B0 on black background.


Color preview on white background

This text has color #FBF8B0 on white background.



Black color preview on #FBF8B0 background

This text has black color on #FBF8B0 background.


White color preview on #FBF8B0 background

This text has white color on #FBF8B0 background.