HEX: #F6DEBB
RGB: (246,222,187)
#F6DEBB contains red, green and blue colors in about the same proportion. Web safe color of #F6DEBB is #FFCCCC (or #FCC).
#F6DEBB color RGB value is (246,222,187).
RGB: (246,222,187)
(96%, 87%, 73%)
R 246 of 255 = 96%
G 222 of 255 = 87%
B 187 of 255 = 73%
R + G + B ~ 85%. #F6DEBB is quite light color.
R + G + B = 246 + 222 + 187 = 655 (100%)
R 246 of 655 ~ 37.56%
G 222 of 655 ~ 33.89%
B 187 of 655 ~ 28.55'%
#F6DEBB color CMYK value is (0,10,24,4).
CMYK: (0,10,24,4)
C0M10Y24K4 (0%, 10%, 24%, 4%)
(0.00 / 0.10 / 0.24 / 0.04)
Color #F6DEBB in popluar color models
F6 | DE | BB | |
---|---|---|---|
RGB | 246 | 222 | 187 |
HSL | 36° | 76.62% | 84.90% |
HSB/HSV | 36° | 23.98% | 96.47% |
CMYK | 0.00% | 9.76% | 23.98% |
3.53% |
Color #F6DEBB in popluar number systems.
HEX | F6 | DE | BB |
Decimal | 246 | 222 | 187 |
Binary | 11110110 | 11011110 | 10111011 |
Octal | 366 | 336 | 273 |
Shades of #F6DEBB
Tints of #F6DEBB
Examples of css and html codes for elements with #F6DEBB color. Also use rgb(246,222,187) instead hex code.
.myTextColor { color: #F6DEBB; }
<p style="color:#F6DEBB">This sample text font color is #F6DEBB.</p>
This text font color is #F6DEBB.
.myBgColor { background-color: #F6DEBB; }
<div style="background-color:#F6DEBB">Inner text</div>
This div background color is #F6DEBB.
.myBorderColor { border: 1px solid #F6DEBB; }
<div style="border:3px solid #F6DEBB">Div</div>
This div border color is #F6DEBB.
.myOpacity80 { color: #F6DEBB; opacity: 0.8; }
<p style="color:#F6DEBB;opacity:0.8;">80%</p>
Text with #F6DEBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6DEBB;}
<p style="text-shadow: 3px 3px 1px #F6DEBB">Text here.</p>
This text has shadow with #F6DEBB color.
.textShadow {text-shadow: 3px 3px 1px #F6DEBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6DEBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6DEBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6DEBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6DEBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6DEBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6DEBB;
-webkit-box-shadow: 1px 1px 3px 2px #F6DEBB;
box-shadow: 1px 1px 3px 2px #F6DEBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6DEBB; -webkit-box-shadow: 1px 1px 3px 2px #F6DEBB; box-shadow:1px 1px 3px 2px #F6DEBB;">
Div content here
</div>
This text has color #F6DEBB on black background.
This text has color #F6DEBB on white background.
This text has black color on #F6DEBB background.
This text has white color on #F6DEBB background.
Complementary color for #hex is #092144.