HEX: #FBEDD5
RGB: (251,237,213)
#FBEDD5 contains red, green and blue colors in about the same proportion. Web safe color of #FBEDD5 is #FFFFCC (or #FFC).
#FBEDD5 color RGB value is (251,237,213).
RGB: (251,237,213)
(98%, 93%, 84%)
R 251 of 255 = 98%
G 237 of 255 = 93%
B 213 of 255 = 84%
R + G + B ~ 92%. #FBEDD5 is light color.
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'%
#FBEDD5 color CMYK value is (0,6,15,2).
CMYK: (0,6,15,2) C0M6Y15K2 (0%,6%,15%,2%) (0.00/0.06/0.15/0.02)
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 |
Examples of css and html codes for elements with #FBEDD5 color. Also use rgb(251,237,213) instead hex code.
.myTextColor { color: #FBEDD5; }
<p style="color:#FBEDD5">This sample text font color is #FBEDD5.</p>
This text font color is #FBEDD5.
.myBgColor { background-color: #FBEDD5; }
<div style="background-color:#FBEDD5">Inner text</div>
This div background color is #FBEDD5.
.myBorderColor { border: 1px solid #FBEDD5; }
<div style="border:3px solid #FBEDD5">Div</div>
This div border color is #FBEDD5.
.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%.
.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.
/* 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 text has color #FBEDD5 on black background.
This text has color #FBEDD5 on white background.
This text has black color on #FBEDD5 background.
This text has white color on #FBEDD5 background.