COLOR #FBEEE5

HEX: #FBEEE5
RGB: (251,238,229)

Color info

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

RGB color model

#FBEEE5 color RGB value is (251,238,229).

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

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 229 of 255 = 90%

251
238
229

R + G + B ~ 94%. #FBEEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 229 = 718 (100%)
R 251 of 718 ~ 34.96%
G 238 of 718 ~ 33.15%
B 229 of 718 ~ 31.89%

%34.96
%33.15
%31.89

CMYK color model

#FBEEE5 color CMYK value is (0,5,9,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(0,5,9,2)
C0M5Y9K2 
(0%,5%,9%,2%)
(0.00/0.05/0.09/0.02)	

CMYK percentages

%0
%5.18
%8.76
%1.57

Codes

Color #FBEEE5 in popluar color models

FBEEE5
RGB251238229
HSL25°73.33%94.12%
HSB/HSV25°8.76%98.43%
CMYK0.00%5.18%8.76%
1.57%

Color #FBEEE5 in popluar number systems.

HEXFBEEE5
Decimal251238229
Binary111110111110111011100101
Octal373356345

Shades and tints

Shades of #FBEEE5

#FBEEE5
(251,238,229)
#E5D9D1
(229,217,209)
#CFC4BD
(207,196,189)
#B9AFA9
(185,175,169)
#A39A95
(163,154,149)
#8D8581
(141,133,129)
#77706D
(119,112,109)
#615B59
(97,91,89)
#4B4645
(75,70,69)
#353131
(53,49,49)
#1F1C1D
(31,28,29)
#000000
(0,0,0)

Tints of #FBEEE5

#FBEEE5
(251,238,229)
#FBEFE7
(251,239,231)
#FBF0E9
(251,240,233)
#FBF1EB
(251,241,235)
#FBF2ED
(251,242,237)
#FBF3EF
(251,243,239)
#FBF4F1
(251,244,241)
#FBF5F3
(251,245,243)
#FBF6F5
(251,246,245)
#FBF7F7
(251,247,247)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEE5; }

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

This text font color is #FBEEE5.


Background Color

.myBgColor { background-color: #FBEEE5; }

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

This div background color is #FBEEE5.


Border color

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

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

This div border color is #FBEEE5.


Opacity

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

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

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

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

This text has shadow with #FBEEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEEE5 on black background.


Color preview on white background

This text has color #FBEEE5 on white background.



Black color preview on #FBEEE5 background

This text has black color on #FBEEE5 background.


White color preview on #FBEEE5 background

This text has white color on #FBEEE5 background.