COLOR #FBF2EA

HEX: #FBF2EA
RGB: (251,242,234)

Color info

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

RGB color model

#FBF2EA color RGB value is (251,242,234).

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

RGB channels and saturation

R 251 of 255 = 98%
G 242 of 255 = 95%
B 234 of 255 = 92%

251
242
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 242 + 234 = 727 (100%)
R 251 of 727 ~ 34.53%
G 242 of 727 ~ 33.29%
B 234 of 727 ~ 32.19%

%34.53
%33.29
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 6.77%
  • 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
%6.77
%1.57

Codes

Color #FBF2EA in popluar color models

FBF2EA
RGB251242234
HSL28°68.00%95.10%
HSB/HSV28°6.77%98.43%
CMYK0.00%3.59%6.77%
1.57%

Color #FBF2EA in popluar number systems.

HEXFBF2EA
Decimal251242234
Binary111110111111001011101010
Octal373362352

Shades and tints

Shades of #FBF2EA

#FBF2EA
(251,242,234)
#E5DCD5
(229,220,213)
#CFC6C0
(207,198,192)
#B9B0AB
(185,176,171)
#A39A96
(163,154,150)
#8D8481
(141,132,129)
#776E6C
(119,110,108)
#615857
(97,88,87)
#4B4242
(75,66,66)
#352C2D
(53,44,45)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #FBF2EA

#FBF2EA
(251,242,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF2EA; }

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

This text font color is #FBF2EA.


Background Color

.myBgColor { background-color: #FBF2EA; }

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

This div background color is #FBF2EA.


Border color

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

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

This div border color is #FBF2EA.


Opacity

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

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

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

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

This text has shadow with #FBF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF2EA on black background.


Color preview on white background

This text has color #FBF2EA on white background.



Black color preview on #FBF2EA background

This text has black color on #FBF2EA background.


White color preview on #FBF2EA background

This text has white color on #FBF2EA background.