HEX: #FFE6BB
RGB: (255,230,187)
#FFE6BB contains mainly red and green colors. Web safe color of #FFE6BB is #FFCCCC (or #FCC).
#FFE6BB color RGB value is (255,230,187).
RGB: (255,230,187)
(100%, 90%, 73%)
R 255 of 255 = 100%
G 230 of 255 = 90%
B 187 of 255 = 73%
R + G + B ~ 88%. #FFE6BB is light color.
R + G + B = 255 + 230 + 187 = 672 (100%)
R 255 of 672 ~ 37.95%
G 230 of 672 ~ 34.23%
B 187 of 672 ~ 27.83'%
#FFE6BB color CMYK value is (0,10,27,0).
CMYK: (0,10,27,0)
C0M10Y27K0 (0%, 10%, 27%, 0%)
(0.00 / 0.10 / 0.27 / 0.00)
Color #FFE6BB in popluar color models
FF | E6 | BB | |
---|---|---|---|
RGB | 255 | 230 | 187 |
HSL | 38° | 100.00% | 86.67% |
HSB/HSV | 38° | 26.67% | 100.00% |
CMYK | 0.00% | 9.80% | 26.67% |
0.00% |
Color #FFE6BB in popluar number systems.
HEX | FF | E6 | BB |
Decimal | 255 | 230 | 187 |
Binary | 11111111 | 11100110 | 10111011 |
Octal | 377 | 346 | 273 |
Shades of #FFE6BB
Tints of #FFE6BB
Examples of css and html codes for elements with #FFE6BB color. Also use rgb(255,230,187) instead hex code.
.myTextColor { color: #FFE6BB; }
<p style="color:#FFE6BB">This sample text font color is #FFE6BB.</p>
This text font color is #FFE6BB.
.myBgColor { background-color: #FFE6BB; }
<div style="background-color:#FFE6BB">Inner text</div>
This div background color is #FFE6BB.
.myBorderColor { border: 1px solid #FFE6BB; }
<div style="border:3px solid #FFE6BB">Div</div>
This div border color is #FFE6BB.
.myOpacity80 { color: #FFE6BB; opacity: 0.8; }
<p style="color:#FFE6BB;opacity:0.8;">80%</p>
Text with #FFE6BB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE6BB;}
<p style="text-shadow: 3px 3px 1px #FFE6BB">Text here.</p>
This text has shadow with #FFE6BB color.
.textShadow {text-shadow: 3px 3px 1px #FFE6BB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE6BB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFE6BB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE6BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE6BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE6BB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE6BB;
-webkit-box-shadow: 1px 1px 3px 2px #FFE6BB;
box-shadow: 1px 1px 3px 2px #FFE6BB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE6BB; -webkit-box-shadow: 1px 1px 3px 2px #FFE6BB; box-shadow:1px 1px 3px 2px #FFE6BB;">
Div content here
</div>
This text has color #FFE6BB on black background.
This text has color #FFE6BB on white background.
This text has black color on #FFE6BB background.
This text has white color on #FFE6BB background.
Complementary color for #hex is #001944.