COLOR #FBF2E9

HEX: #FBF2E9
RGB: (251,242,233)

Color info

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

RGB color model

#FBF2E9 color RGB value is (251,242,233).

  • red value is 251;
  • green value is 242;
  • blue value is 233.
RGB:
(251,242,233)
(98%,95%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 233 of 255 = 91%

251
242
233

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

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 233 = 726 (100%)
R 251 of 726 ~ 34.57%
G 242 of 726 ~ 33.33%
B 233 of 726 ~ 32.09%

%34.57
%33.33
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(0,4,7,2)
C0M4Y7K2 
(0%,4%,7%,2%)
(0.00/0.04/0.07/0.02)	

CMYK percentages

%0
%3.59
%7.17
%1.57

Codes

Color #FBF2E9 in popluar color models

FBF2E9
RGB251242233
HSL30°69.23%94.90%
HSB/HSV30°7.17%98.43%
CMYK0.00%3.59%7.17%
1.57%

Color #FBF2E9 in popluar number systems.

HEXFBF2E9
Decimal251242233
Binary111110111111001011101001
Octal373362351

Shades and tints

Shades of #FBF2E9

#FBF2E9
(251,242,233)
#E5DCD4
(229,220,212)
#CFC6BF
(207,198,191)
#B9B0AA
(185,176,170)
#A39A95
(163,154,149)
#8D8480
(141,132,128)
#776E6B
(119,110,107)
#615856
(97,88,86)
#4B4241
(75,66,65)
#352C2C
(53,44,44)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #FBF2E9

#FBF2E9
(251,242,233)
#FBF3EB
(251,243,235)
#FBF4ED
(251,244,237)
#FBF5EF
(251,245,239)
#FBF6F1
(251,246,241)
#FBF7F3
(251,247,243)
#FBF8F5
(251,248,245)
#FBF9F7
(251,249,247)
#FBFAF9
(251,250,249)
#FBFBFB
(251,251,251)
#FBFCFD
(251,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF2E9 color. Also use rgb(251,242,233) instead hex code.

Text Font Color

.myTextColor { color: #FBF2E9; }

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

This text font color is #FBF2E9.


Background Color

.myBgColor { background-color: #FBF2E9; }

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

This div background color is #FBF2E9.


Border color

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

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

This div border color is #FBF2E9.


Opacity

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

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

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

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

This text has shadow with #FBF2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2E9 on black background.


Color preview on white background

This text has color #FBF2E9 on white background.



Black color preview on #FBF2E9 background

This text has black color on #FBF2E9 background.


White color preview on #FBF2E9 background

This text has white color on #FBF2E9 background.