HEX: #FED2DD
RGB: (254,210,221)
#FED2DD contains red, green and blue colors in about the same proportion. Web safe color of #FED2DD is #FFCCCC (or #FCC).
#FED2DD color RGB value is (254,210,221).
RGB: (254,210,221)
(100%, 82%, 87%)
R 254 of 255 = 100%
G 210 of 255 = 82%
B 221 of 255 = 87%
R + G + B ~ 90%. #FED2DD is light color.
R + G + B = 254 + 210 + 221 = 685 (100%)
R 254 of 685 ~ 37.08%
G 210 of 685 ~ 30.66%
B 221 of 685 ~ 32.26'%
#FED2DD color CMYK value is (0,17,13,0).
CMYK: (0,17,13,0) C0M17Y13K0 (0%,17%,13%,0%) (0.00/0.17/0.13/0.00)
Color #FED2DD in popluar color models
FE | D2 | DD | |
---|---|---|---|
RGB | 254 | 210 | 221 |
HSL | 345° | 95.65% | 90.98% |
HSB/HSV | 345° | 17.32% | 99.61% |
CMYK | 0.00% | 17.32% | 12.99% |
0.39% |
Color #FED2DD in popluar number systems.
HEX | FE | D2 | DD |
Decimal | 254 | 210 | 221 |
Binary | 11111110 | 11010010 | 11011101 |
Octal | 376 | 322 | 335 |
Shades of #FED2DD
Tints of #FED2DD
Examples of css and html codes for elements with #FED2DD color. Also use rgb(254,210,221) instead hex code.
.myTextColor { color: #FED2DD; }
<p style="color:#FED2DD">This sample text font color is #FED2DD.</p>
This text font color is #FED2DD.
.myBgColor { background-color: #FED2DD; }
<div style="background-color:#FED2DD">Inner text</div>
This div background color is #FED2DD.
.myBorderColor { border: 1px solid #FED2DD; }
<div style="border:3px solid #FED2DD">Div</div>
This div border color is #FED2DD.
.myOpacity80 { color: #FED2DD; opacity: 0.8; }
<p style="color:#FED2DD;opacity:0.8;">80%</p>
Text with #FED2DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FED2DD;}
<p style="text-shadow: 3px 3px 1px #FED2DD">Text here.</p>
This text has shadow with #FED2DD color.
.textShadow {text-shadow: 3px 3px 1px #FED2DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FED2DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FED2DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FED2DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FED2DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FED2DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FED2DD;
-webkit-box-shadow: 1px 1px 3px 2px #FED2DD;
box-shadow: 1px 1px 3px 2px #FED2DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FED2DD; -webkit-box-shadow: 1px 1px 3px 2px #FED2DD; box-shadow:1px 1px 3px 2px #FED2DD;">
Div content here
</div>
This text has color #FED2DD on black background.
This text has color #FED2DD on white background.
This text has black color on #FED2DD background.
This text has white color on #FED2DD background.
Complementary color for #hex is #012D22.