HEX: #FDB5EE
RGB: (253,181,238)
#FDB5EE contains mainly red and blue colors. Web safe color of #FDB5EE is #FFCCFF (or #FCF).
#FDB5EE color RGB value is (253,181,238).
RGB: (253,181,238)
(99%, 71%, 93%)
R 253 of 255 = 99%
G 181 of 255 = 71%
B 238 of 255 = 93%
R + G + B ~ 88%. #FDB5EE is light color.
R + G + B = 253 + 181 + 238 = 672 (100%)
R 253 of 672 ~ 37.65%
G 181 of 672 ~ 26.93%
B 238 of 672 ~ 35.42'%
#FDB5EE color CMYK value is (0,28,6,1).
CMYK: (0,28,6,1)
C0M28Y6K1 (0%, 28%, 6%, 1%)
(0.00 / 0.28 / 0.06 / 0.01)
Color #FDB5EE in popluar color models
FD | B5 | EE | |
---|---|---|---|
RGB | 253 | 181 | 238 |
HSL | 313° | 94.74% | 85.10% |
HSB/HSV | 313° | 28.46% | 99.22% |
CMYK | 0.00% | 28.46% | 5.93% |
0.78% |
Color #FDB5EE in popluar number systems.
HEX | FD | B5 | EE |
Decimal | 253 | 181 | 238 |
Binary | 11111101 | 10110101 | 11101110 |
Octal | 375 | 265 | 356 |
Shades of #FDB5EE
Tints of #FDB5EE
Examples of css and html codes for elements with #FDB5EE color. Also use rgb(253,181,238) instead hex code.
.myTextColor { color: #FDB5EE; }
<p style="color:#FDB5EE">This sample text font color is #FDB5EE.</p>
This text font color is #FDB5EE.
.myBgColor { background-color: #FDB5EE; }
<div style="background-color:#FDB5EE">Inner text</div>
This div background color is #FDB5EE.
.myBorderColor { border: 1px solid #FDB5EE; }
<div style="border:3px solid #FDB5EE">Div</div>
This div border color is #FDB5EE.
.myOpacity80 { color: #FDB5EE; opacity: 0.8; }
<p style="color:#FDB5EE;opacity:0.8;">80%</p>
Text with #FDB5EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDB5EE;}
<p style="text-shadow: 3px 3px 1px #FDB5EE">Text here.</p>
This text has shadow with #FDB5EE color.
.textShadow {text-shadow: 3px 3px 1px #FDB5EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDB5EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDB5EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDB5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDB5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDB5EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDB5EE;
-webkit-box-shadow: 1px 1px 3px 2px #FDB5EE;
box-shadow: 1px 1px 3px 2px #FDB5EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDB5EE; -webkit-box-shadow: 1px 1px 3px 2px #FDB5EE; box-shadow:1px 1px 3px 2px #FDB5EE;">
Div content here
</div>
This text has color #FDB5EE on black background.
This text has color #FDB5EE on white background.
This text has black color on #FDB5EE background.
This text has white color on #FDB5EE background.
Complementary color for #hex is #024A11.