COLOR #FBF9D5

HEX: #FBF9D5
RGB: (251,249,213)

Color info

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

RGB color model

#FBF9D5 color RGB value is (251,249,213).

  • red value is 251;
  • green value is 249;
  • blue value is 213.
RGB:
(251,249,213)
(98%,98%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 249 of 255 = 98%
B 213 of 255 = 84%

251
249
213

R + G + B ~ 93%. #FBF9D5 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 249 + 213 = 713 (100%)
R 251 of 713 ~ 35.2%
G 249 of 713 ~ 34.92%
B 213 of 713 ~ 29.87%

%35.2
%34.92
%29.87

CMYK color model

#FBF9D5 color CMYK value is (0,1,15,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(0,1,15,2)
C0M1Y15K2 
(0%,1%,15%,2%)
(0.00/0.01/0.15/0.02)	

CMYK percentages

%0
%0.8
%15.14
%1.57

Codes

Color #FBF9D5 in popluar color models

FBF9D5
RGB251249213
HSL57°82.61%90.98%
HSB/HSV57°15.14%98.43%
CMYK0.00%0.80%15.14%
1.57%

Color #FBF9D5 in popluar number systems.

HEXFBF9D5
Decimal251249213
Binary111110111111100111010101
Octal373371325

Shades and tints

Shades of #FBF9D5

#FBF9D5
(251,249,213)
#E5E3C2
(229,227,194)
#CFCDAF
(207,205,175)
#B9B79C
(185,183,156)
#A3A189
(163,161,137)
#8D8B76
(141,139,118)
#777563
(119,117,99)
#615F50
(97,95,80)
#4B493D
(75,73,61)
#35332A
(53,51,42)
#1F1D17
(31,29,23)
#000000
(0,0,0)

Tints of #FBF9D5

#FBF9D5
(251,249,213)
#FBF9D8
(251,249,216)
#FBF9DB
(251,249,219)
#FBF9DE
(251,249,222)
#FBF9E1
(251,249,225)
#FBF9E4
(251,249,228)
#FBF9E7
(251,249,231)
#FBF9EA
(251,249,234)
#FBF9ED
(251,249,237)
#FBF9F0
(251,249,240)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF9D5; }

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

This text font color is #FBF9D5.


Background Color

.myBgColor { background-color: #FBF9D5; }

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

This div background color is #FBF9D5.


Border color

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

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

This div border color is #FBF9D5.


Opacity

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

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

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

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

This text has shadow with #FBF9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF9D5 on black background.


Color preview on white background

This text has color #FBF9D5 on white background.



Black color preview on #FBF9D5 background

This text has black color on #FBF9D5 background.


White color preview on #FBF9D5 background

This text has white color on #FBF9D5 background.