HEX: #FBE1EF
RGB: (251,225,239)
#FBE1EF contains red, green and blue colors in about the same proportion. Web safe color of #FBE1EF is #FFCCFF (or #FCF).
#FBE1EF color RGB value is (251,225,239).
RGB: (251,225,239)
(98%, 88%, 94%)
R 251 of 255 = 98%
G 225 of 255 = 88%
B 239 of 255 = 94%
R + G + B ~ 93%. #FBE1EF is light color.
R + G + B = 251 + 225 + 239 = 715 (100%)
R 251 of 715 ~ 35.1%
G 225 of 715 ~ 31.47%
B 239 of 715 ~ 33.43'%
#FBE1EF color CMYK value is (0,10,5,2).
CMYK: (0,10,5,2) C0M10Y5K2 (0%,10%,5%,2%) (0.00/0.10/0.05/0.02)
Color #FBE1EF in popluar color models
FB | E1 | EF | |
---|---|---|---|
RGB | 251 | 225 | 239 |
HSL | 328° | 76.47% | 93.33% |
HSB/HSV | 328° | 10.36% | 98.43% |
CMYK | 0.00% | 10.36% | 4.78% |
1.57% |
Color #FBE1EF in popluar number systems.
HEX | FB | E1 | EF |
Decimal | 251 | 225 | 239 |
Binary | 11111011 | 11100001 | 11101111 |
Octal | 373 | 341 | 357 |
Shades of #FBE1EF
Tints of #FBE1EF
Examples of css and html codes for elements with #FBE1EF color. Also use rgb(251,225,239) instead hex code.
.myTextColor { color: #FBE1EF; }
<p style="color:#FBE1EF">This sample text font color is #FBE1EF.</p>
This text font color is #FBE1EF.
.myBgColor { background-color: #FBE1EF; }
<div style="background-color:#FBE1EF">Inner text</div>
This div background color is #FBE1EF.
.myBorderColor { border: 1px solid #FBE1EF; }
<div style="border:3px solid #FBE1EF">Div</div>
This div border color is #FBE1EF.
.myOpacity80 { color: #FBE1EF; opacity: 0.8; }
<p style="color:#FBE1EF;opacity:0.8;">80%</p>
Text with #FBE1EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBE1EF;}
<p style="text-shadow: 3px 3px 1px #FBE1EF">Text here.</p>
This text has shadow with #FBE1EF color.
.textShadow {text-shadow: 3px 3px 1px #FBE1EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBE1EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBE1EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE1EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBE1EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBE1EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBE1EF;
-webkit-box-shadow: 1px 1px 3px 2px #FBE1EF;
box-shadow: 1px 1px 3px 2px #FBE1EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE1EF; -webkit-box-shadow: 1px 1px 3px 2px #FBE1EF; box-shadow:1px 1px 3px 2px #FBE1EF;">
Div content here
</div>
This text has color #FBE1EF on black background.
This text has color #FBE1EF on white background.
This text has black color on #FBE1EF background.
This text has white color on #FBE1EF background.
Complementary color for #hex is #041E10.