HEX: #FBE4ED
RGB: (251,228,237)
#FBE4ED contains red, green and blue colors in about the same proportion. Web safe color of #FBE4ED is #FFCCFF (or #FCF).
#FBE4ED color RGB value is (251,228,237).
RGB: (251,228,237)
(98%, 89%, 93%)
R 251 of 255 = 98%
G 228 of 255 = 89%
B 237 of 255 = 93%
R + G + B ~ 93%. #FBE4ED is light color.
R + G + B = 251 + 228 + 237 = 716 (100%)
R 251 of 716 ~ 35.06%
G 228 of 716 ~ 31.84%
B 237 of 716 ~ 33.1'%
#FBE4ED color CMYK value is (0,9,6,2).
CMYK: (0,9,6,2) C0M9Y6K2 (0%,9%,6%,2%) (0.00/0.09/0.06/0.02)
Color #FBE4ED in popluar color models
FB | E4 | ED | |
---|---|---|---|
RGB | 251 | 228 | 237 |
HSL | 337° | 74.19% | 93.92% |
HSB/HSV | 337° | 9.16% | 98.43% |
CMYK | 0.00% | 9.16% | 5.58% |
1.57% |
Color #FBE4ED in popluar number systems.
HEX | FB | E4 | ED |
Decimal | 251 | 228 | 237 |
Binary | 11111011 | 11100100 | 11101101 |
Octal | 373 | 344 | 355 |
Shades of #FBE4ED
Tints of #FBE4ED
Examples of css and html codes for elements with #FBE4ED color. Also use rgb(251,228,237) instead hex code.
.myTextColor { color: #FBE4ED; }
<p style="color:#FBE4ED">This sample text font color is #FBE4ED.</p>
This text font color is #FBE4ED.
.myBgColor { background-color: #FBE4ED; }
<div style="background-color:#FBE4ED">Inner text</div>
This div background color is #FBE4ED.
.myBorderColor { border: 1px solid #FBE4ED; }
<div style="border:3px solid #FBE4ED">Div</div>
This div border color is #FBE4ED.
.myOpacity80 { color: #FBE4ED; opacity: 0.8; }
<p style="color:#FBE4ED;opacity:0.8;">80%</p>
Text with #FBE4ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBE4ED;}
<p style="text-shadow: 3px 3px 1px #FBE4ED">Text here.</p>
This text has shadow with #FBE4ED color.
.textShadow {text-shadow: 3px 3px 1px #FBE4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBE4ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBE4ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBE4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBE4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBE4ED;
-webkit-box-shadow: 1px 1px 3px 2px #FBE4ED;
box-shadow: 1px 1px 3px 2px #FBE4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE4ED; -webkit-box-shadow: 1px 1px 3px 2px #FBE4ED; box-shadow:1px 1px 3px 2px #FBE4ED;">
Div content here
</div>
This text has color #FBE4ED on black background.
This text has color #FBE4ED on white background.
This text has black color on #FBE4ED background.
This text has white color on #FBE4ED background.
Complementary color for #hex is #041B12.