COLOR #FBF1EB

HEX: #FBF1EB
RGB: (251,241,235)

Color info

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

RGB color model

#FBF1EB color RGB value is (251,241,235).

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

RGB channels and saturation

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

251
241
235

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

Portions of RGB colors in percentages

R + G + B =
251 + 241 + 235 = 727 (100%)
R 251 of 727 ~ 34.53%
G 241 of 727 ~ 33.15%
B 235 of 727 ~ 32.32%

%34.53
%33.15
%32.32

CMYK color model

#FBF1EB color CMYK value is (0,4,6,2).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(0,4,6,2)
C0M4Y6K2 
(0%,4%,6%,2%)
(0.00/0.04/0.06/0.02)	

CMYK percentages

%0
%3.98
%6.37
%1.57

Codes

Color #FBF1EB in popluar color models

FBF1EB
RGB251241235
HSL23°66.67%95.29%
HSB/HSV23°6.37%98.43%
CMYK0.00%3.98%6.37%
1.57%

Color #FBF1EB in popluar number systems.

HEXFBF1EB
Decimal251241235
Binary111110111111000111101011
Octal373361353

Shades and tints

Shades of #FBF1EB

#FBF1EB
(251,241,235)
#E5DCD6
(229,220,214)
#CFC7C1
(207,199,193)
#B9B2AC
(185,178,172)
#A39D97
(163,157,151)
#8D8882
(141,136,130)
#77736D
(119,115,109)
#615E58
(97,94,88)
#4B4943
(75,73,67)
#35342E
(53,52,46)
#1F1F19
(31,31,25)
#000000
(0,0,0)

Tints of #FBF1EB

#FBF1EB
(251,241,235)
#FBF2EC
(251,242,236)
#FBF3ED
(251,243,237)
#FBF4EE
(251,244,238)
#FBF5EF
(251,245,239)
#FBF6F0
(251,246,240)
#FBF7F1
(251,247,241)
#FBF8F2
(251,248,242)
#FBF9F3
(251,249,243)
#FBFAF4
(251,250,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF1EB; }

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

This text font color is #FBF1EB.


Background Color

.myBgColor { background-color: #FBF1EB; }

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

This div background color is #FBF1EB.


Border color

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

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

This div border color is #FBF1EB.


Opacity

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

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

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

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

This text has shadow with #FBF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF1EB on black background.


Color preview on white background

This text has color #FBF1EB on white background.



Black color preview on #FBF1EB background

This text has black color on #FBF1EB background.


White color preview on #FBF1EB background

This text has white color on #FBF1EB background.