COLOR #FBEDD9

HEX: #FBEDD9
RGB: (251,237,217)

Color info

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

RGB color model

#FBEDD9 color RGB value is (251,237,217).

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

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 217 of 255 = 85%

251
237
217

R + G + B ~ 92%. #FBEDD9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 237 + 217 = 705 (100%)
R 251 of 705 ~ 35.6%
G 237 of 705 ~ 33.62%
B 217 of 705 ~ 30.78%

%35.6
%33.62
%30.78

CMYK color model

#FBEDD9 color CMYK value is (0,6,14,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 13.55%
  • key color value is 1.57%
CMYK:
(0,6,14,2)
C0M6Y14K2 
(0%,6%,14%,2%)
(0.00/0.06/0.14/0.02)	

CMYK percentages

%0
%5.58
%13.55
%1.57

Codes

Color #FBEDD9 in popluar color models

FBEDD9
RGB251237217
HSL35°80.95%91.76%
HSB/HSV35°13.55%98.43%
CMYK0.00%5.58%13.55%
1.57%

Color #FBEDD9 in popluar number systems.

HEXFBEDD9
Decimal251237217
Binary111110111110110111011001
Octal373355331

Shades and tints

Shades of #FBEDD9

#FBEDD9
(251,237,217)
#E5D8C6
(229,216,198)
#CFC3B3
(207,195,179)
#B9AEA0
(185,174,160)
#A3998D
(163,153,141)
#8D847A
(141,132,122)
#776F67
(119,111,103)
#615A54
(97,90,84)
#4B4541
(75,69,65)
#35302E
(53,48,46)
#1F1B1B
(31,27,27)
#000000
(0,0,0)

Tints of #FBEDD9

#FBEDD9
(251,237,217)
#FBEEDC
(251,238,220)
#FBEFDF
(251,239,223)
#FBF0E2
(251,240,226)
#FBF1E5
(251,241,229)
#FBF2E8
(251,242,232)
#FBF3EB
(251,243,235)
#FBF4EE
(251,244,238)
#FBF5F1
(251,245,241)
#FBF6F4
(251,246,244)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDD9; }

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

This text font color is #FBEDD9.


Background Color

.myBgColor { background-color: #FBEDD9; }

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

This div background color is #FBEDD9.


Border color

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

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

This div border color is #FBEDD9.


Opacity

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

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

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

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

This text has shadow with #FBEDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEDD9 on black background.


Color preview on white background

This text has color #FBEDD9 on white background.



Black color preview on #FBEDD9 background

This text has black color on #FBEDD9 background.


White color preview on #FBEDD9 background

This text has white color on #FBEDD9 background.