COLOR #FBF3EB

HEX: #FBF3EB
RGB: (251,243,235)

Color info

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

RGB color model

#FBF3EB color RGB value is (251,243,235).

  • red value is 251;
  • green value is 243;
  • blue value is 235.
RGB:
(251,243,235)
(98%,95%,92%)

RGB channels and saturation

R 251 of 255 = 98%
G 243 of 255 = 95%
B 235 of 255 = 92%

251
243
235

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

Portions of RGB colors in percentages

R + G + B =
251 + 243 + 235 = 729 (100%)
R 251 of 729 ~ 34.43%
G 243 of 729 ~ 33.33%
B 235 of 729 ~ 32.24%

%34.43
%33.33
%32.24

CMYK color model

#FBF3EB color CMYK value is (0,3,6,2).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(0,3,6,2)
C0M3Y6K2 
(0%,3%,6%,2%)
(0.00/0.03/0.06/0.02)	

CMYK percentages

%0
%3.19
%6.37
%1.57

Codes

Color #FBF3EB in popluar color models

FBF3EB
RGB251243235
HSL30°66.67%95.29%
HSB/HSV30°6.37%98.43%
CMYK0.00%3.19%6.37%
1.57%

Color #FBF3EB in popluar number systems.

HEXFBF3EB
Decimal251243235
Binary111110111111001111101011
Octal373363353

Shades and tints

Shades of #FBF3EB

#FBF3EB
(251,243,235)
#E5DDD6
(229,221,214)
#CFC7C1
(207,199,193)
#B9B1AC
(185,177,172)
#A39B97
(163,155,151)
#8D8582
(141,133,130)
#776F6D
(119,111,109)
#615958
(97,89,88)
#4B4343
(75,67,67)
#352D2E
(53,45,46)
#1F1719
(31,23,25)
#000000
(0,0,0)

Tints of #FBF3EB

#FBF3EB
(251,243,235)
#FBF4EC
(251,244,236)
#FBF5ED
(251,245,237)
#FBF6EE
(251,246,238)
#FBF7EF
(251,247,239)
#FBF8F0
(251,248,240)
#FBF9F1
(251,249,241)
#FBFAF2
(251,250,242)
#FBFBF3
(251,251,243)
#FBFCF4
(251,252,244)
#FBFDF5
(251,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF3EB color. Also use rgb(251,243,235) instead hex code.

Text Font Color

.myTextColor { color: #FBF3EB; }

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

This text font color is #FBF3EB.


Background Color

.myBgColor { background-color: #FBF3EB; }

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

This div background color is #FBF3EB.


Border color

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

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

This div border color is #FBF3EB.


Opacity

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

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

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

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

This text has shadow with #FBF3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF3EB on black background.


Color preview on white background

This text has color #FBF3EB on white background.



Black color preview on #FBF3EB background

This text has black color on #FBF3EB background.


White color preview on #FBF3EB background

This text has white color on #FBF3EB background.