HEX: #FDCCDF
RGB: (253,204,223)
#FDCCDF contains red, green and blue colors in about the same proportion. Web safe color of #FDCCDF is #FFCCCC (or #FCC).
#FDCCDF color RGB value is (253,204,223).
RGB: (253,204,223)
(99%, 80%, 87%)
R 253 of 255 = 99%
G 204 of 255 = 80%
B 223 of 255 = 87%
R + G + B ~ 89%. #FDCCDF is light color.
R + G + B = 253 + 204 + 223 = 680 (100%)
R 253 of 680 ~ 37.21%
G 204 of 680 ~ 30%
B 223 of 680 ~ 32.79'%
#FDCCDF color CMYK value is (0,19,12,1).
CMYK: (0,19,12,1) C0M19Y12K1 (0%,19%,12%,1%) (0.00/0.19/0.12/0.01)
Color #FDCCDF in popluar color models
FD | CC | DF | |
---|---|---|---|
RGB | 253 | 204 | 223 |
HSL | 337° | 92.45% | 89.61% |
HSB/HSV | 337° | 19.37% | 99.22% |
CMYK | 0.00% | 19.37% | 11.86% |
0.78% |
Color #FDCCDF in popluar number systems.
HEX | FD | CC | DF |
Decimal | 253 | 204 | 223 |
Binary | 11111101 | 11001100 | 11011111 |
Octal | 375 | 314 | 337 |
Shades of #FDCCDF
Tints of #FDCCDF
Examples of css and html codes for elements with #FDCCDF color. Also use rgb(253,204,223) instead hex code.
.myTextColor { color: #FDCCDF; }
<p style="color:#FDCCDF">This sample text font color is #FDCCDF.</p>
This text font color is #FDCCDF.
.myBgColor { background-color: #FDCCDF; }
<div style="background-color:#FDCCDF">Inner text</div>
This div background color is #FDCCDF.
.myBorderColor { border: 1px solid #FDCCDF; }
<div style="border:3px solid #FDCCDF">Div</div>
This div border color is #FDCCDF.
.myOpacity80 { color: #FDCCDF; opacity: 0.8; }
<p style="color:#FDCCDF;opacity:0.8;">80%</p>
Text with #FDCCDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDCCDF;}
<p style="text-shadow: 3px 3px 1px #FDCCDF">Text here.</p>
This text has shadow with #FDCCDF color.
.textShadow {text-shadow: 3px 3px 1px #FDCCDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDCCDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDCCDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDCCDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDCCDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDCCDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDCCDF;
-webkit-box-shadow: 1px 1px 3px 2px #FDCCDF;
box-shadow: 1px 1px 3px 2px #FDCCDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDCCDF; -webkit-box-shadow: 1px 1px 3px 2px #FDCCDF; box-shadow:1px 1px 3px 2px #FDCCDF;">
Div content here
</div>
This text has color #FDCCDF on black background.
This text has color #FDCCDF on white background.
This text has black color on #FDCCDF background.
This text has white color on #FDCCDF background.
Complementary color for #hex is #023320.