COLOR #FBE9E5

HEX: #FBE9E5
RGB: (251,233,229)

Color info

#FBE9E5 contains red, green and blue colors in about the same proportion. Web safe color of #FBE9E5 is #FFFFCC (or #FFC).

RGB color model

#FBE9E5 color RGB value is (251,233,229).

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

RGB channels and saturation

R 251 of 255 = 98%
G 233 of 255 = 91%
B 229 of 255 = 90%

251
233
229

R + G + B ~ 93%. #FBE9E5 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 233 + 229 = 713 (100%)
R 251 of 713 ~ 35.2%
G 233 of 713 ~ 32.68%
B 229 of 713 ~ 32.12%

%35.2
%32.68
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(0,7,9,2)
C0M7Y9K2 
(0%,7%,9%,2%)
(0.00/0.07/0.09/0.02)	

CMYK percentages

%0
%7.17
%8.76
%1.57

Codes

Color #FBE9E5 in popluar color models

FBE9E5
RGB251233229
HSL11°73.33%94.12%
HSB/HSV11°8.76%98.43%
CMYK0.00%7.17%8.76%
1.57%

Color #FBE9E5 in popluar number systems.

HEXFBE9E5
Decimal251233229
Binary111110111110100111100101
Octal373351345

Shades and tints

Shades of #FBE9E5

#FBE9E5
(251,233,229)
#E5D4D1
(229,212,209)
#CFBFBD
(207,191,189)
#B9AAA9
(185,170,169)
#A39595
(163,149,149)
#8D8081
(141,128,129)
#776B6D
(119,107,109)
#615659
(97,86,89)
#4B4145
(75,65,69)
#352C31
(53,44,49)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #FBE9E5

#FBE9E5
(251,233,229)
#FBEBE7
(251,235,231)
#FBEDE9
(251,237,233)
#FBEFEB
(251,239,235)
#FBF1ED
(251,241,237)
#FBF3EF
(251,243,239)
#FBF5F1
(251,245,241)
#FBF7F3
(251,247,243)
#FBF9F5
(251,249,245)
#FBFBF7
(251,251,247)
#FBFDF9
(251,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE9E5; }

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

This text font color is #FBE9E5.


Background Color

.myBgColor { background-color: #FBE9E5; }

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

This div background color is #FBE9E5.


Border color

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

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

This div border color is #FBE9E5.


Opacity

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

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

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

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

This text has shadow with #FBE9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE9E5 on black background.


Color preview on white background

This text has color #FBE9E5 on white background.



Black color preview on #FBE9E5 background

This text has black color on #FBE9E5 background.


White color preview on #FBE9E5 background

This text has white color on #FBE9E5 background.