HEX: #FBC4EB
RGB: (251,196,235)
#FBC4EB contains red, green and blue colors in about the same proportion. Web safe color of #FBC4EB is #FFCCFF (or #FCF).
#FBC4EB color RGB value is (251,196,235).
RGB: (251,196,235)
(98%, 77%, 92%)
R 251 of 255 = 98%
G 196 of 255 = 77%
B 235 of 255 = 92%
R + G + B ~ 89%. #FBC4EB is light color.
R + G + B = 251 + 196 + 235 = 682 (100%)
R 251 of 682 ~ 36.8%
G 196 of 682 ~ 28.74%
B 235 of 682 ~ 34.46'%
#FBC4EB color CMYK value is (0,22,6,2).
CMYK: (0,22,6,2) C0M22Y6K2 (0%,22%,6%,2%) (0.00/0.22/0.06/0.02)
Color #FBC4EB in popluar color models
FB | C4 | EB | |
---|---|---|---|
RGB | 251 | 196 | 235 |
HSL | 317° | 87.30% | 87.65% |
HSB/HSV | 317° | 21.91% | 98.43% |
CMYK | 0.00% | 21.91% | 6.37% |
1.57% |
Color #FBC4EB in popluar number systems.
HEX | FB | C4 | EB |
Decimal | 251 | 196 | 235 |
Binary | 11111011 | 11000100 | 11101011 |
Octal | 373 | 304 | 353 |
Shades of #FBC4EB
Tints of #FBC4EB
Examples of css and html codes for elements with #FBC4EB color. Also use rgb(251,196,235) instead hex code.
.myTextColor { color: #FBC4EB; }
<p style="color:#FBC4EB">This sample text font color is #FBC4EB.</p>
This text font color is #FBC4EB.
.myBgColor { background-color: #FBC4EB; }
<div style="background-color:#FBC4EB">Inner text</div>
This div background color is #FBC4EB.
.myBorderColor { border: 1px solid #FBC4EB; }
<div style="border:3px solid #FBC4EB">Div</div>
This div border color is #FBC4EB.
.myOpacity80 { color: #FBC4EB; opacity: 0.8; }
<p style="color:#FBC4EB;opacity:0.8;">80%</p>
Text with #FBC4EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBC4EB;}
<p style="text-shadow: 3px 3px 1px #FBC4EB">Text here.</p>
This text has shadow with #FBC4EB color.
.textShadow {text-shadow: 3px 3px 1px #FBC4EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBC4EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FBC4EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBC4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBC4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBC4EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FBC4EB;
-webkit-box-shadow: 1px 1px 3px 2px #FBC4EB;
box-shadow: 1px 1px 3px 2px #FBC4EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBC4EB; -webkit-box-shadow: 1px 1px 3px 2px #FBC4EB; box-shadow:1px 1px 3px 2px #FBC4EB;">
Div content here
</div>
This text has color #FBC4EB on black background.
This text has color #FBC4EB on white background.
This text has black color on #FBC4EB background.
This text has white color on #FBC4EB background.
Complementary color for #hex is #043B14.