COLOR #FBEDD5

HEX: #FBEDD5 RGB: (251,237,213)

Color info

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

RGB color model

#FBEDD5 color RGB value is (251,237,213).

RGB: (251,237,213) (98%, 93%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 213 of 255 = 84%

251
237
213

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

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 213 = 701 (100%)
R 251 of 701 ~ 35.81%
G 237 of 701 ~ 33.81%
B 213 of 701 ~ 30.39'%

%35.81
%33.81
%30.39

CMYK color model

#FBEDD5 color CMYK value is (0,6,15,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK: (0,6,15,2) C0M6Y15K2 (0%,6%,15%,2%) (0.00/0.06/0.15/0.02) 

CMYK percentages

%0
%5.58
%15.14
%1.57

Codes

Color #FBEDD5 in popluar color models

FB ED D5
RGB 251 237 213
HSL 38° 82.61% 90.98%
HSB/HSV 38° 15.14% 98.43%
CMYK 0.00% 5.58% 15.14%
1.57%

Color #FBEDD5 in popluar number systems.

HEX FB ED D5
Decimal 251 237 213
Binary 11111011 11101101 11010101
Octal 373 355 325

Shades and tints

Shades of #FBEDD5

#FBEDD5
(251,237,213)
#E5D8C2
(229,216,194)
#CFC3AF
(207,195,175)
#B9AE9C
(185,174,156)
#A39989
(163,153,137)
#8D8476
(141,132,118)
#776F63
(119,111,99)
#615A50
(97,90,80)
#4B453D
(75,69,61)
#35302A
(53,48,42)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #FBEDD5

#FBEDD5
(251,237,213)
#FBEED8
(251,238,216)
#FBEFDB
(251,239,219)
#FBF0DE
(251,240,222)
#FBF1E1
(251,241,225)
#FBF2E4
(251,242,228)
#FBF3E7
(251,243,231)
#FBF4EA
(251,244,234)
#FBF5ED
(251,245,237)
#FBF6F0
(251,246,240)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEDD5; }

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

This text font color is #FBEDD5.


Background Color

.myBgColor { background-color: #FBEDD5; }

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

This div background color is #FBEDD5.


Border color

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

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

This div border color is #FBEDD5.


Opacity

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

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

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

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

This text has shadow with #FBEDD5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FBEDD5 on black background.


Color preview on white background

This text has color #FBEDD5 on white background.



Black color preview on #FBEDD5 background

This text has black color on #FBEDD5 background.


White color preview on #FBEDD5 background

This text has white color on #FBEDD5 background.