HEX: #FEB2DB
RGB: (254,178,219)
#FEB2DB contains mainly red and blue colors. Web safe color of #FEB2DB is #FF99CC (or #F9C).
#FEB2DB color RGB value is (254,178,219).
RGB: (254,178,219)
(100%, 70%, 86%)
R 254 of 255 = 100%
G 178 of 255 = 70%
B 219 of 255 = 86%
R + G + B ~ 85%. #FEB2DB is quite light color.
R + G + B = 254 + 178 + 219 = 651 (100%)
R 254 of 651 ~ 39.02%
G 178 of 651 ~ 27.34%
B 219 of 651 ~ 33.64'%
#FEB2DB color CMYK value is (0,30,14,0).
CMYK: (0,30,14,0)
C0M30Y14K0 (0%, 30%, 14%, 0%)
(0.00 / 0.30 / 0.14 / 0.00)
Color #FEB2DB in popluar color models
FE | B2 | DB | |
---|---|---|---|
RGB | 254 | 178 | 219 |
HSL | 328° | 97.44% | 84.71% |
HSB/HSV | 328° | 29.92% | 99.61% |
CMYK | 0.00% | 29.92% | 13.78% |
0.39% |
Color #FEB2DB in popluar number systems.
HEX | FE | B2 | DB |
Decimal | 254 | 178 | 219 |
Binary | 11111110 | 10110010 | 11011011 |
Octal | 376 | 262 | 333 |
Shades of #FEB2DB
Tints of #FEB2DB
Examples of css and html codes for elements with #FEB2DB color. Also use rgb(254,178,219) instead hex code.
.myTextColor { color: #FEB2DB; }
<p style="color:#FEB2DB">This sample text font color is #FEB2DB.</p>
This text font color is #FEB2DB.
.myBgColor { background-color: #FEB2DB; }
<div style="background-color:#FEB2DB">Inner text</div>
This div background color is #FEB2DB.
.myBorderColor { border: 1px solid #FEB2DB; }
<div style="border:3px solid #FEB2DB">Div</div>
This div border color is #FEB2DB.
.myOpacity80 { color: #FEB2DB; opacity: 0.8; }
<p style="color:#FEB2DB;opacity:0.8;">80%</p>
Text with #FEB2DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEB2DB;}
<p style="text-shadow: 3px 3px 1px #FEB2DB">Text here.</p>
This text has shadow with #FEB2DB color.
.textShadow {text-shadow: 3px 3px 1px #FEB2DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEB2DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEB2DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEB2DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEB2DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEB2DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEB2DB;
-webkit-box-shadow: 1px 1px 3px 2px #FEB2DB;
box-shadow: 1px 1px 3px 2px #FEB2DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEB2DB; -webkit-box-shadow: 1px 1px 3px 2px #FEB2DB; box-shadow:1px 1px 3px 2px #FEB2DB;">
Div content here
</div>
This text has color #FEB2DB on black background.
This text has color #FEB2DB on white background.
This text has black color on #FEB2DB background.
This text has white color on #FEB2DB background.
Complementary color for #hex is #014D24.