HEX: #F3E6AB
RGB: (243,230,171)
#F3E6AB contains mainly red and green colors. Web safe color of #F3E6AB is #FFCC99 (or #FC9).
#F3E6AB color RGB value is (243,230,171).
RGB: (243,230,171)
(95%, 90%, 67%)
R 243 of 255 = 95%
G 230 of 255 = 90%
B 171 of 255 = 67%
R + G + B ~ 84%. #F3E6AB is quite light color.
R + G + B = 243 + 230 + 171 = 644 (100%)
R 243 of 644 ~ 37.73%
G 230 of 644 ~ 35.71%
B 171 of 644 ~ 26.55'%
#F3E6AB color CMYK value is (0,5,30,5).
CMYK: (0,5,30,5)
C0M5Y30K5 (0%, 5%, 30%, 5%)
(0.00 / 0.05 / 0.30 / 0.05)
Color #F3E6AB in popluar color models
F3 | E6 | AB | |
---|---|---|---|
RGB | 243 | 230 | 171 |
HSL | 49° | 75.00% | 81.18% |
HSB/HSV | 49° | 29.63% | 95.29% |
CMYK | 0.00% | 5.35% | 29.63% |
4.71% |
Color #F3E6AB in popluar number systems.
HEX | F3 | E6 | AB |
Decimal | 243 | 230 | 171 |
Binary | 11110011 | 11100110 | 10101011 |
Octal | 363 | 346 | 253 |
Shades of #F3E6AB
Tints of #F3E6AB
Examples of css and html codes for elements with #F3E6AB color. Also use rgb(243,230,171) instead hex code.
.myTextColor { color: #F3E6AB; }
<p style="color:#F3E6AB">This sample text font color is #F3E6AB.</p>
This text font color is #F3E6AB.
.myBgColor { background-color: #F3E6AB; }
<div style="background-color:#F3E6AB">Inner text</div>
This div background color is #F3E6AB.
.myBorderColor { border: 1px solid #F3E6AB; }
<div style="border:3px solid #F3E6AB">Div</div>
This div border color is #F3E6AB.
.myOpacity80 { color: #F3E6AB; opacity: 0.8; }
<p style="color:#F3E6AB;opacity:0.8;">80%</p>
Text with #F3E6AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F3E6AB;}
<p style="text-shadow: 3px 3px 1px #F3E6AB">Text here.</p>
This text has shadow with #F3E6AB color.
.textShadow {text-shadow: 3px 3px 1px #F3E6AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F3E6AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F3E6AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F3E6AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F3E6AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F3E6AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F3E6AB;
-webkit-box-shadow: 1px 1px 3px 2px #F3E6AB;
box-shadow: 1px 1px 3px 2px #F3E6AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F3E6AB; -webkit-box-shadow: 1px 1px 3px 2px #F3E6AB; box-shadow:1px 1px 3px 2px #F3E6AB;">
Div content here
</div>
This text has color #F3E6AB on black background.
This text has color #F3E6AB on white background.
This text has black color on #F3E6AB background.
This text has white color on #F3E6AB background.
Complementary color for #hex is #0C1954.