HEX: #FBEBDD
RGB: (251,235,221)
#FBEBDD contains red, green and blue colors in about the same proportion. Web safe color of #FBEBDD is #FFFFCC (or #FFC).
#FBEBDD color RGB value is (251,235,221).
RGB: (251,235,221)
(98%, 92%, 87%)
R 251 of 255 = 98%
G 235 of 255 = 92%
B 221 of 255 = 87%
R + G + B ~ 92%. #FBEBDD is light color.
R + G + B = 251 + 235 + 221 = 707 (100%)
R 251 of 707 ~ 35.5%
G 235 of 707 ~ 33.24%
B 221 of 707 ~ 31.26'%
#FBEBDD color CMYK value is (0,6,12,2).
CMYK: (0,6,12,2)
C0M6Y12K2 (0%, 6%, 12%, 2%)
(0.00 / 0.06 / 0.12 / 0.02)
Color #FBEBDD in popluar color models
FB | EB | DD | |
---|---|---|---|
RGB | 251 | 235 | 221 |
HSL | 28° | 78.95% | 92.55% |
HSB/HSV | 28° | 11.95% | 98.43% |
CMYK | 0.00% | 6.37% | 11.95% |
1.57% |
Color #FBEBDD in popluar number systems.
HEX | FB | EB | DD |
Decimal | 251 | 235 | 221 |
Binary | 11111011 | 11101011 | 11011101 |
Octal | 373 | 353 | 335 |
Shades of #FBEBDD
Tints of #FBEBDD
Examples of css and html codes for elements with #FBEBDD color. Also use rgb(251,235,221) instead hex code.
.myTextColor { color: #FBEBDD; }
<p style="color:#FBEBDD">This sample text font color is #FBEBDD.</p>
This text font color is #FBEBDD.
.myBgColor { background-color: #FBEBDD; }
<div style="background-color:#FBEBDD">Inner text</div>
This div background color is #FBEBDD.
.myBorderColor { border: 1px solid #FBEBDD; }
<div style="border:3px solid #FBEBDD">Div</div>
This div border color is #FBEBDD.
.myOpacity80 { color: #FBEBDD; opacity: 0.8; }
<p style="color:#FBEBDD;opacity:0.8;">80%</p>
Text with #FBEBDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBEBDD;}
<p style="text-shadow: 3px 3px 1px #FBEBDD">Text here.</p>
This text has shadow with #FBEBDD color.
.textShadow {text-shadow: 3px 3px 1px #FBEBDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBEBDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBEBDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBEBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBEBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBEBDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBEBDD;
-webkit-box-shadow: 1px 1px 3px 2px #FBEBDD;
box-shadow: 1px 1px 3px 2px #FBEBDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBEBDD; -webkit-box-shadow: 1px 1px 3px 2px #FBEBDD; box-shadow:1px 1px 3px 2px #FBEBDD;">
Div content here
</div>
This text has color #FBEBDD on black background.
This text has color #FBEBDD on white background.
This text has black color on #FBEBDD background.
This text has white color on #FBEBDD background.
Complementary color for #hex is #041422.