HEX: #FDD6EB
RGB: (253,214,235)
#FDD6EB contains red, green and blue colors in about the same proportion. Web safe color of #FDD6EB is #FFCCFF (or #FCF).
#FDD6EB color RGB value is (253,214,235).
RGB: (253,214,235)
(99%, 84%, 92%)
R 253 of 255 = 99%
G 214 of 255 = 84%
B 235 of 255 = 92%
R + G + B ~ 92%. #FDD6EB is light color.
R + G + B = 253 + 214 + 235 = 702 (100%)
R 253 of 702 ~ 36.04%
G 214 of 702 ~ 30.48%
B 235 of 702 ~ 33.48'%
#FDD6EB color CMYK value is (0,15,7,1).
CMYK: (0,15,7,1)
C0M15Y7K1 (0%, 15%, 7%, 1%)
(0.00 / 0.15 / 0.07 / 0.01)
Color #FDD6EB in popluar color models
FD | D6 | EB | |
---|---|---|---|
RGB | 253 | 214 | 235 |
HSL | 328° | 90.70% | 91.57% |
HSB/HSV | 328° | 15.42% | 99.22% |
CMYK | 0.00% | 15.42% | 7.11% |
0.78% |
Color #FDD6EB in popluar number systems.
HEX | FD | D6 | EB |
Decimal | 253 | 214 | 235 |
Binary | 11111101 | 11010110 | 11101011 |
Octal | 375 | 326 | 353 |
Shades of #FDD6EB
Tints of #FDD6EB
Examples of css and html codes for elements with #FDD6EB color. Also use rgb(253,214,235) instead hex code.
.myTextColor { color: #FDD6EB; }
<p style="color:#FDD6EB">This sample text font color is #FDD6EB.</p>
This text font color is #FDD6EB.
.myBgColor { background-color: #FDD6EB; }
<div style="background-color:#FDD6EB">Inner text</div>
This div background color is #FDD6EB.
.myBorderColor { border: 1px solid #FDD6EB; }
<div style="border:3px solid #FDD6EB">Div</div>
This div border color is #FDD6EB.
.myOpacity80 { color: #FDD6EB; opacity: 0.8; }
<p style="color:#FDD6EB;opacity:0.8;">80%</p>
Text with #FDD6EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDD6EB;}
<p style="text-shadow: 3px 3px 1px #FDD6EB">Text here.</p>
This text has shadow with #FDD6EB color.
.textShadow {text-shadow: 3px 3px 1px #FDD6EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDD6EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDD6EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDD6EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDD6EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDD6EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDD6EB;
-webkit-box-shadow: 1px 1px 3px 2px #FDD6EB;
box-shadow: 1px 1px 3px 2px #FDD6EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDD6EB; -webkit-box-shadow: 1px 1px 3px 2px #FDD6EB; box-shadow:1px 1px 3px 2px #FDD6EB;">
Div content here
</div>
This text has color #FDD6EB on black background.
This text has color #FDD6EB on white background.
This text has black color on #FDD6EB background.
This text has white color on #FDD6EB background.
Complementary color for #hex is #022914.