COLOR #FBEDE5

HEX: #FBEDE5
RGB: (251,237,229)

Color info

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

RGB color model

#FBEDE5 color RGB value is (251,237,229).

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

RGB channels and saturation

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

251
237
229

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

Portions of RGB colors in percentages

R + G + B =
251 + 237 + 229 = 717 (100%)
R 251 of 717 ~ 35.01%
G 237 of 717 ~ 33.05%
B 229 of 717 ~ 31.94%

%35.01
%33.05
%31.94

CMYK color model

#FBEDE5 color CMYK value is (0,6,9,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(0,6,9,2)
C0M6Y9K2 
(0%,6%,9%,2%)
(0.00/0.06/0.09/0.02)	

CMYK percentages

%0
%5.58
%8.76
%1.57

Codes

Color #FBEDE5 in popluar color models

FBEDE5
RGB251237229
HSL22°73.33%94.12%
HSB/HSV22°8.76%98.43%
CMYK0.00%5.58%8.76%
1.57%

Color #FBEDE5 in popluar number systems.

HEXFBEDE5
Decimal251237229
Binary111110111110110111100101
Octal373355345

Shades and tints

Shades of #FBEDE5

#FBEDE5
(251,237,229)
#E5D8D1
(229,216,209)
#CFC3BD
(207,195,189)
#B9AEA9
(185,174,169)
#A39995
(163,153,149)
#8D8481
(141,132,129)
#776F6D
(119,111,109)
#615A59
(97,90,89)
#4B4545
(75,69,69)
#353031
(53,48,49)
#1F1B1D
(31,27,29)
#000000
(0,0,0)

Tints of #FBEDE5

#FBEDE5
(251,237,229)
#FBEEE7
(251,238,231)
#FBEFE9
(251,239,233)
#FBF0EB
(251,240,235)
#FBF1ED
(251,241,237)
#FBF2EF
(251,242,239)
#FBF3F1
(251,243,241)
#FBF4F3
(251,244,243)
#FBF5F5
(251,245,245)
#FBF6F7
(251,246,247)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDE5; }

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

This text font color is #FBEDE5.


Background Color

.myBgColor { background-color: #FBEDE5; }

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

This div background color is #FBEDE5.


Border color

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

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

This div border color is #FBEDE5.


Opacity

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

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

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

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

This text has shadow with #FBEDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEDE5 on black background.


Color preview on white background

This text has color #FBEDE5 on white background.



Black color preview on #FBEDE5 background

This text has black color on #FBEDE5 background.


White color preview on #FBEDE5 background

This text has white color on #FBEDE5 background.