HEX: #FFC7DB
RGB: (255,199,219)
#FFC7DB contains red, green and blue colors in about the same proportion. Web safe color of #FFC7DB is #FFCCCC (or #FCC).
#FFC7DB color RGB value is (255,199,219).
RGB: (255,199,219)
(100%, 78%, 86%)
R 255 of 255 = 100%
G 199 of 255 = 78%
B 219 of 255 = 86%
R + G + B ~ 88%. #FFC7DB is light color.
R + G + B = 255 + 199 + 219 = 673 (100%)
R 255 of 673 ~ 37.89%
G 199 of 673 ~ 29.57%
B 219 of 673 ~ 32.54'%
#FFC7DB color CMYK value is (0,22,14,0).
CMYK: (0,22,14,0) C0M22Y14K0 (0%,22%,14%,0%) (0.00/0.22/0.14/0.00)
Color #FFC7DB in popluar color models
FF | C7 | DB | |
---|---|---|---|
RGB | 255 | 199 | 219 |
HSL | 339° | 100.00% | 89.02% |
HSB/HSV | 339° | 21.96% | 100.00% |
CMYK | 0.00% | 21.96% | 14.12% |
0.00% |
Color #FFC7DB in popluar number systems.
HEX | FF | C7 | DB |
Decimal | 255 | 199 | 219 |
Binary | 11111111 | 11000111 | 11011011 |
Octal | 377 | 307 | 333 |
Shades of #FFC7DB
Tints of #FFC7DB
Examples of css and html codes for elements with #FFC7DB color. Also use rgb(255,199,219) instead hex code.
.myTextColor { color: #FFC7DB; }
<p style="color:#FFC7DB">This sample text font color is #FFC7DB.</p>
This text font color is #FFC7DB.
.myBgColor { background-color: #FFC7DB; }
<div style="background-color:#FFC7DB">Inner text</div>
This div background color is #FFC7DB.
.myBorderColor { border: 1px solid #FFC7DB; }
<div style="border:3px solid #FFC7DB">Div</div>
This div border color is #FFC7DB.
.myOpacity80 { color: #FFC7DB; opacity: 0.8; }
<p style="color:#FFC7DB;opacity:0.8;">80%</p>
Text with #FFC7DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFC7DB;}
<p style="text-shadow: 3px 3px 1px #FFC7DB">Text here.</p>
This text has shadow with #FFC7DB color.
.textShadow {text-shadow: 3px 3px 1px #FFC7DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFC7DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFC7DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFC7DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFC7DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFC7DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFC7DB;
-webkit-box-shadow: 1px 1px 3px 2px #FFC7DB;
box-shadow: 1px 1px 3px 2px #FFC7DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFC7DB; -webkit-box-shadow: 1px 1px 3px 2px #FFC7DB; box-shadow:1px 1px 3px 2px #FFC7DB;">
Div content here
</div>
This text has color #FFC7DB on black background.
This text has color #FFC7DB on white background.
This text has black color on #FFC7DB background.
This text has white color on #FFC7DB background.
Complementary color for #hex is #003824.