HEX: #FACCEB
RGB: (250,204,235)
#FACCEB contains red, green and blue colors in about the same proportion. Web safe color of #FACCEB is #FFCCFF (or #FCF).
#FACCEB color RGB value is (250,204,235).
RGB: (250,204,235)
(98%, 80%, 92%)
R 250 of 255 = 98%
G 204 of 255 = 80%
B 235 of 255 = 92%
R + G + B ~ 90%. #FACCEB is light color.
R + G + B = 250 + 204 + 235 = 689 (100%)
R 250 of 689 ~ 36.28%
G 204 of 689 ~ 29.61%
B 235 of 689 ~ 34.11'%
#FACCEB color CMYK value is (0,18,6,2).
CMYK: (0,18,6,2)
C0M18Y6K2 (0%, 18%, 6%, 2%)
(0.00 / 0.18 / 0.06 / 0.02)
Color #FACCEB in popluar color models
FA | CC | EB | |
---|---|---|---|
RGB | 250 | 204 | 235 |
HSL | 320° | 82.14% | 89.02% |
HSB/HSV | 320° | 18.40% | 98.04% |
CMYK | 0.00% | 18.40% | 6.00% |
1.96% |
Color #FACCEB in popluar number systems.
HEX | FA | CC | EB |
Decimal | 250 | 204 | 235 |
Binary | 11111010 | 11001100 | 11101011 |
Octal | 372 | 314 | 353 |
Shades of #FACCEB
Tints of #FACCEB
Examples of css and html codes for elements with #FACCEB color. Also use rgb(250,204,235) instead hex code.
.myTextColor { color: #FACCEB; }
<p style="color:#FACCEB">This sample text font color is #FACCEB.</p>
This text font color is #FACCEB.
.myBgColor { background-color: #FACCEB; }
<div style="background-color:#FACCEB">Inner text</div>
This div background color is #FACCEB.
.myBorderColor { border: 1px solid #FACCEB; }
<div style="border:3px solid #FACCEB">Div</div>
This div border color is #FACCEB.
.myOpacity80 { color: #FACCEB; opacity: 0.8; }
<p style="color:#FACCEB;opacity:0.8;">80%</p>
Text with #FACCEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FACCEB;}
<p style="text-shadow: 3px 3px 1px #FACCEB">Text here.</p>
This text has shadow with #FACCEB color.
.textShadow {text-shadow: 3px 3px 1px #FACCEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FACCEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FACCEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FACCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FACCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FACCEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FACCEB;
-webkit-box-shadow: 1px 1px 3px 2px #FACCEB;
box-shadow: 1px 1px 3px 2px #FACCEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FACCEB; -webkit-box-shadow: 1px 1px 3px 2px #FACCEB; box-shadow:1px 1px 3px 2px #FACCEB;">
Div content here
</div>
This text has color #FACCEB on black background.
This text has color #FACCEB on white background.
This text has black color on #FACCEB background.
This text has white color on #FACCEB background.
Complementary color for #hex is #053314.