HEX: #F9C9AE
RGB: (249,201,174)
#F9C9AE contains mainly red and green colors. Web safe color of #F9C9AE is #FFCC99 (or #FC9).
#F9C9AE color RGB value is (249,201,174).
RGB: (249,201,174)
(98%, 79%, 68%)
R 249 of 255 = 98%
G 201 of 255 = 79%
B 174 of 255 = 68%
R + G + B ~ 82%. #F9C9AE is quite light color.
R + G + B = 249 + 201 + 174 = 624 (100%)
R 249 of 624 ~ 39.9%
G 201 of 624 ~ 32.21%
B 174 of 624 ~ 27.88'%
#F9C9AE color CMYK value is (0,19,30,2).
CMYK: (0,19,30,2)
C0M19Y30K2 (0%, 19%, 30%, 2%)
(0.00 / 0.19 / 0.30 / 0.02)
Color #F9C9AE in popluar color models
F9 | C9 | AE | |
---|---|---|---|
RGB | 249 | 201 | 174 |
HSL | 22° | 86.21% | 82.94% |
HSB/HSV | 22° | 30.12% | 97.65% |
CMYK | 0.00% | 19.28% | 30.12% |
2.35% |
Color #F9C9AE in popluar number systems.
HEX | F9 | C9 | AE |
Decimal | 249 | 201 | 174 |
Binary | 11111001 | 11001001 | 10101110 |
Octal | 371 | 311 | 256 |
Shades of #F9C9AE
Tints of #F9C9AE
Examples of css and html codes for elements with #F9C9AE color. Also use rgb(249,201,174) instead hex code.
.myTextColor { color: #F9C9AE; }
<p style="color:#F9C9AE">This sample text font color is #F9C9AE.</p>
This text font color is #F9C9AE.
.myBgColor { background-color: #F9C9AE; }
<div style="background-color:#F9C9AE">Inner text</div>
This div background color is #F9C9AE.
.myBorderColor { border: 1px solid #F9C9AE; }
<div style="border:3px solid #F9C9AE">Div</div>
This div border color is #F9C9AE.
.myOpacity80 { color: #F9C9AE; opacity: 0.8; }
<p style="color:#F9C9AE;opacity:0.8;">80%</p>
Text with #F9C9AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9C9AE;}
<p style="text-shadow: 3px 3px 1px #F9C9AE">Text here.</p>
This text has shadow with #F9C9AE color.
.textShadow {text-shadow: 3px 3px 1px #F9C9AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9C9AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9C9AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9C9AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9C9AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9C9AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9C9AE;
-webkit-box-shadow: 1px 1px 3px 2px #F9C9AE;
box-shadow: 1px 1px 3px 2px #F9C9AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9C9AE; -webkit-box-shadow: 1px 1px 3px 2px #F9C9AE; box-shadow:1px 1px 3px 2px #F9C9AE;">
Div content here
</div>
This text has color #F9C9AE on black background.
This text has color #F9C9AE on white background.
This text has black color on #F9C9AE background.
This text has white color on #F9C9AE background.
Complementary color for #hex is #063651.