COLOR #FBF5EA

HEX: #FBF5EA
RGB: (251,245,234)

Color info

#FBF5EA contains red, green and blue colors in about the same proportion. Web safe color of #FBF5EA is #FFFFFF (or #FFF).

RGB color model

#FBF5EA color RGB value is (251,245,234).

  • red value is 251;
  • green value is 245;
  • blue value is 234.
RGB:
(251,245,234)
(98%,96%,92%)

RGB channels and saturation

R 251 of 255 = 98%
G 245 of 255 = 96%
B 234 of 255 = 92%

251
245
234

R + G + B ~ 95%. #FBF5EA is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 245 + 234 = 730 (100%)
R 251 of 730 ~ 34.38%
G 245 of 730 ~ 33.56%
B 234 of 730 ~ 32.05%

%34.38
%33.56
%32.05

CMYK color model

#FBF5EA color CMYK value is (0,2,7,2).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,2,7,2)
C0M2Y7K2 
(0%,2%,7%,2%)
(0.00/0.02/0.07/0.02)	

CMYK percentages

%0
%2.39
%6.77
%1.57

Codes

Color #FBF5EA in popluar color models

FBF5EA
RGB251245234
HSL39°68.00%95.10%
HSB/HSV39°6.77%98.43%
CMYK0.00%2.39%6.77%
1.57%

Color #FBF5EA in popluar number systems.

HEXFBF5EA
Decimal251245234
Binary111110111111010111101010
Octal373365352

Shades and tints

Shades of #FBF5EA

#FBF5EA
(251,245,234)
#E5DFD5
(229,223,213)
#CFC9C0
(207,201,192)
#B9B3AB
(185,179,171)
#A39D96
(163,157,150)
#8D8781
(141,135,129)
#77716C
(119,113,108)
#615B57
(97,91,87)
#4B4542
(75,69,66)
#352F2D
(53,47,45)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBF5EA

#FBF5EA
(251,245,234)
#FBF5EB
(251,245,235)
#FBF5EC
(251,245,236)
#FBF5ED
(251,245,237)
#FBF5EE
(251,245,238)
#FBF5EF
(251,245,239)
#FBF5F0
(251,245,240)
#FBF5F1
(251,245,241)
#FBF5F2
(251,245,242)
#FBF5F3
(251,245,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF5EA color. Also use rgb(251,245,234) instead hex code.

Text Font Color

.myTextColor { color: #FBF5EA; }

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

This text font color is #FBF5EA.


Background Color

.myBgColor { background-color: #FBF5EA; }

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

This div background color is #FBF5EA.


Border color

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

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

This div border color is #FBF5EA.


Opacity

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

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

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

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

This text has shadow with #FBF5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF5EA on black background.


Color preview on white background

This text has color #FBF5EA on white background.



Black color preview on #FBF5EA background

This text has black color on #FBF5EA background.


White color preview on #FBF5EA background

This text has white color on #FBF5EA background.