HEX: #FBEDAF
RGB: (251,237,175)
#FBEDAF contains mainly red and green colors. Web safe color of #FBEDAF is #FFFF99 (or #FF9).
#FBEDAF color RGB value is (251,237,175).
RGB: (251,237,175)
(98%, 93%, 69%)
R 251 of 255 = 98%
G 237 of 255 = 93%
B 175 of 255 = 69%
R + G + B ~ 87%. #FBEDAF is light color.
R + G + B = 251 + 237 + 175 = 663 (100%)
R 251 of 663 ~ 37.86%
G 237 of 663 ~ 35.75%
B 175 of 663 ~ 26.4'%
#FBEDAF color CMYK value is (0,6,30,2).
CMYK: (0,6,30,2)
C0M6Y30K2 (0%, 6%, 30%, 2%)
(0.00 / 0.06 / 0.30 / 0.02)
Color #FBEDAF in popluar color models
FB | ED | AF | |
---|---|---|---|
RGB | 251 | 237 | 175 |
HSL | 49° | 90.48% | 83.53% |
HSB/HSV | 49° | 30.28% | 98.43% |
CMYK | 0.00% | 5.58% | 30.28% |
1.57% |
Color #FBEDAF in popluar number systems.
HEX | FB | ED | AF |
Decimal | 251 | 237 | 175 |
Binary | 11111011 | 11101101 | 10101111 |
Octal | 373 | 355 | 257 |
Shades of #FBEDAF
Tints of #FBEDAF
Examples of css and html codes for elements with #FBEDAF color. Also use rgb(251,237,175) instead hex code.
.myTextColor { color: #FBEDAF; }
<p style="color:#FBEDAF">This sample text font color is #FBEDAF.</p>
This text font color is #FBEDAF.
.myBgColor { background-color: #FBEDAF; }
<div style="background-color:#FBEDAF">Inner text</div>
This div background color is #FBEDAF.
.myBorderColor { border: 1px solid #FBEDAF; }
<div style="border:3px solid #FBEDAF">Div</div>
This div border color is #FBEDAF.
.myOpacity80 { color: #FBEDAF; opacity: 0.8; }
<p style="color:#FBEDAF;opacity:0.8;">80%</p>
Text with #FBEDAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBEDAF;}
<p style="text-shadow: 3px 3px 1px #FBEDAF">Text here.</p>
This text has shadow with #FBEDAF color.
.textShadow {text-shadow: 3px 3px 1px #FBEDAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBEDAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBEDAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBEDAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBEDAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBEDAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBEDAF;
-webkit-box-shadow: 1px 1px 3px 2px #FBEDAF;
box-shadow: 1px 1px 3px 2px #FBEDAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBEDAF; -webkit-box-shadow: 1px 1px 3px 2px #FBEDAF; box-shadow:1px 1px 3px 2px #FBEDAF;">
Div content here
</div>
This text has color #FBEDAF on black background.
This text has color #FBEDAF on white background.
This text has black color on #FBEDAF background.
This text has white color on #FBEDAF background.
Complementary color for #hex is #041250.