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