HEX: #FDCEE2
RGB: (253,206,226)
#FDCEE2 contains red, green and blue colors in about the same proportion. Web safe color of #FDCEE2 is #FFCCCC (or #FCC).
#FDCEE2 color RGB value is (253,206,226).
RGB: (253,206,226)
(99%, 81%, 89%)
R 253 of 255 = 99%
G 206 of 255 = 81%
B 226 of 255 = 89%
R + G + B ~ 90%. #FDCEE2 is light color.
R + G + B = 253 + 206 + 226 = 685 (100%)
R 253 of 685 ~ 36.93%
G 206 of 685 ~ 30.07%
B 226 of 685 ~ 32.99'%
#FDCEE2 color CMYK value is (0,19,11,1).
CMYK: (0,19,11,1)
C0M19Y11K1 (0%, 19%, 11%, 1%)
(0.00 / 0.19 / 0.11 / 0.01)
Color #FDCEE2 in popluar color models
FD | CE | E2 | |
---|---|---|---|
RGB | 253 | 206 | 226 |
HSL | 334° | 92.16% | 90.00% |
HSB/HSV | 334° | 18.58% | 99.22% |
CMYK | 0.00% | 18.58% | 10.67% |
0.78% |
Color #FDCEE2 in popluar number systems.
HEX | FD | CE | E2 |
Decimal | 253 | 206 | 226 |
Binary | 11111101 | 11001110 | 11100010 |
Octal | 375 | 316 | 342 |
Shades of #FDCEE2
Tints of #FDCEE2
Examples of css and html codes for elements with #FDCEE2 color. Also use rgb(253,206,226) instead hex code.
.myTextColor { color: #FDCEE2; }
<p style="color:#FDCEE2">This sample text font color is #FDCEE2.</p>
This text font color is #FDCEE2.
.myBgColor { background-color: #FDCEE2; }
<div style="background-color:#FDCEE2">Inner text</div>
This div background color is #FDCEE2.
.myBorderColor { border: 1px solid #FDCEE2; }
<div style="border:3px solid #FDCEE2">Div</div>
This div border color is #FDCEE2.
.myOpacity80 { color: #FDCEE2; opacity: 0.8; }
<p style="color:#FDCEE2;opacity:0.8;">80%</p>
Text with #FDCEE2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDCEE2;}
<p style="text-shadow: 3px 3px 1px #FDCEE2">Text here.</p>
This text has shadow with #FDCEE2 color.
.textShadow {text-shadow: 3px 3px 1px #FDCEE2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDCEE2, 5px 5px 20px red">Text here.</p>
This text has shadow with #FDCEE2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDCEE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDCEE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDCEE2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDCEE2;
-webkit-box-shadow: 1px 1px 3px 2px #FDCEE2;
box-shadow: 1px 1px 3px 2px #FDCEE2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDCEE2; -webkit-box-shadow: 1px 1px 3px 2px #FDCEE2; box-shadow:1px 1px 3px 2px #FDCEE2;">
Div content here
</div>
This text has color #FDCEE2 on black background.
This text has color #FDCEE2 on white background.
This text has black color on #FDCEE2 background.
This text has white color on #FDCEE2 background.
Complementary color for #hex is #02311D.