HEX: #FAE6B8
RGB: (250,230,184)
#FAE6B8 contains mainly red and green colors. Web safe color of #FAE6B8 is #FFCCCC (or #FCC).
#FAE6B8 color RGB value is (250,230,184).
RGB: (250,230,184)
(98%, 90%, 72%)
R 250 of 255 = 98%
G 230 of 255 = 90%
B 184 of 255 = 72%
R + G + B ~ 87%. #FAE6B8 is light color.
R + G + B = 250 + 230 + 184 = 664 (100%)
R 250 of 664 ~ 37.65%
G 230 of 664 ~ 34.64%
B 184 of 664 ~ 27.71'%
#FAE6B8 color CMYK value is (0,8,26,2).
CMYK: (0,8,26,2)
C0M8Y26K2 (0%, 8%, 26%, 2%)
(0.00 / 0.08 / 0.26 / 0.02)
Color #FAE6B8 in popluar color models
FA | E6 | B8 | |
---|---|---|---|
RGB | 250 | 230 | 184 |
HSL | 42° | 86.84% | 85.10% |
HSB/HSV | 42° | 26.40% | 98.04% |
CMYK | 0.00% | 8.00% | 26.40% |
1.96% |
Color #FAE6B8 in popluar number systems.
HEX | FA | E6 | B8 |
Decimal | 250 | 230 | 184 |
Binary | 11111010 | 11100110 | 10111000 |
Octal | 372 | 346 | 270 |
Shades of #FAE6B8
Tints of #FAE6B8
Examples of css and html codes for elements with #FAE6B8 color. Also use rgb(250,230,184) instead hex code.
.myTextColor { color: #FAE6B8; }
<p style="color:#FAE6B8">This sample text font color is #FAE6B8.</p>
This text font color is #FAE6B8.
.myBgColor { background-color: #FAE6B8; }
<div style="background-color:#FAE6B8">Inner text</div>
This div background color is #FAE6B8.
.myBorderColor { border: 1px solid #FAE6B8; }
<div style="border:3px solid #FAE6B8">Div</div>
This div border color is #FAE6B8.
.myOpacity80 { color: #FAE6B8; opacity: 0.8; }
<p style="color:#FAE6B8;opacity:0.8;">80%</p>
Text with #FAE6B8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAE6B8;}
<p style="text-shadow: 3px 3px 1px #FAE6B8">Text here.</p>
This text has shadow with #FAE6B8 color.
.textShadow {text-shadow: 3px 3px 1px #FAE6B8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAE6B8, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAE6B8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE6B8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAE6B8, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAE6B8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAE6B8;
-webkit-box-shadow: 1px 1px 3px 2px #FAE6B8;
box-shadow: 1px 1px 3px 2px #FAE6B8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE6B8; -webkit-box-shadow: 1px 1px 3px 2px #FAE6B8; box-shadow:1px 1px 3px 2px #FAE6B8;">
Div content here
</div>
This text has color #FAE6B8 on black background.
This text has color #FAE6B8 on white background.
This text has black color on #FAE6B8 background.
This text has white color on #FAE6B8 background.
Complementary color for #hex is #051947.