HEX: #FBE6AE
RGB: (251,230,174)
#FBE6AE contains mainly red and green colors. Web safe color of #FBE6AE is #FFCC99 (or #FC9).
#FBE6AE color RGB value is (251,230,174).
RGB: (251,230,174)
(98%, 90%, 68%)
R 251 of 255 = 98%
G 230 of 255 = 90%
B 174 of 255 = 68%
R + G + B ~ 85%. #FBE6AE is quite light color.
R + G + B = 251 + 230 + 174 = 655 (100%)
R 251 of 655 ~ 38.32%
G 230 of 655 ~ 35.11%
B 174 of 655 ~ 26.56'%
#FBE6AE color CMYK value is (0,8,31,2).
CMYK: (0,8,31,2)
C0M8Y31K2 (0%, 8%, 31%, 2%)
(0.00 / 0.08 / 0.31 / 0.02)
Color #FBE6AE in popluar color models
FB | E6 | AE | |
---|---|---|---|
RGB | 251 | 230 | 174 |
HSL | 44° | 90.59% | 83.33% |
HSB/HSV | 44° | 30.68% | 98.43% |
CMYK | 0.00% | 8.37% | 30.68% |
1.57% |
Color #FBE6AE in popluar number systems.
HEX | FB | E6 | AE |
Decimal | 251 | 230 | 174 |
Binary | 11111011 | 11100110 | 10101110 |
Octal | 373 | 346 | 256 |
Shades of #FBE6AE
Tints of #FBE6AE
Examples of css and html codes for elements with #FBE6AE color. Also use rgb(251,230,174) instead hex code.
.myTextColor { color: #FBE6AE; }
<p style="color:#FBE6AE">This sample text font color is #FBE6AE.</p>
This text font color is #FBE6AE.
.myBgColor { background-color: #FBE6AE; }
<div style="background-color:#FBE6AE">Inner text</div>
This div background color is #FBE6AE.
.myBorderColor { border: 1px solid #FBE6AE; }
<div style="border:3px solid #FBE6AE">Div</div>
This div border color is #FBE6AE.
.myOpacity80 { color: #FBE6AE; opacity: 0.8; }
<p style="color:#FBE6AE;opacity:0.8;">80%</p>
Text with #FBE6AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBE6AE;}
<p style="text-shadow: 3px 3px 1px #FBE6AE">Text here.</p>
This text has shadow with #FBE6AE color.
.textShadow {text-shadow: 3px 3px 1px #FBE6AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBE6AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBE6AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE6AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBE6AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBE6AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBE6AE;
-webkit-box-shadow: 1px 1px 3px 2px #FBE6AE;
box-shadow: 1px 1px 3px 2px #FBE6AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE6AE; -webkit-box-shadow: 1px 1px 3px 2px #FBE6AE; box-shadow:1px 1px 3px 2px #FBE6AE;">
Div content here
</div>
This text has color #FBE6AE on black background.
This text has color #FBE6AE on white background.
This text has black color on #FBE6AE background.
This text has white color on #FBE6AE background.
Complementary color for #hex is #041951.