HEX: #F2C5DB
RGB: (242,197,219)
#F2C5DB contains red, green and blue colors in about the same proportion. Web safe color of #F2C5DB is #FFCCCC (or #FCC).
#F2C5DB color RGB value is (242,197,219).
RGB: (242,197,219)
(95%, 77%, 86%)
R 242 of 255 = 95%
G 197 of 255 = 77%
B 219 of 255 = 86%
R + G + B ~ 86%. #F2C5DB is light color.
R + G + B = 242 + 197 + 219 = 658 (100%)
R 242 of 658 ~ 36.78%
G 197 of 658 ~ 29.94%
B 219 of 658 ~ 33.28'%
#F2C5DB color CMYK value is (0,19,10,5).
CMYK: (0,19,10,5) C0M19Y10K5 (0%,19%,10%,5%) (0.00/0.19/0.10/0.05)
Color #F2C5DB in popluar color models
F2 | C5 | DB | |
---|---|---|---|
RGB | 242 | 197 | 219 |
HSL | 331° | 63.38% | 86.08% |
HSB/HSV | 331° | 18.60% | 94.90% |
CMYK | 0.00% | 18.60% | 9.50% |
5.10% |
Color #F2C5DB in popluar number systems.
HEX | F2 | C5 | DB |
Decimal | 242 | 197 | 219 |
Binary | 11110010 | 11000101 | 11011011 |
Octal | 362 | 305 | 333 |
Shades of #F2C5DB
Tints of #F2C5DB
Examples of css and html codes for elements with #F2C5DB color. Also use rgb(242,197,219) instead hex code.
.myTextColor { color: #F2C5DB; }
<p style="color:#F2C5DB">This sample text font color is #F2C5DB.</p>
This text font color is #F2C5DB.
.myBgColor { background-color: #F2C5DB; }
<div style="background-color:#F2C5DB">Inner text</div>
This div background color is #F2C5DB.
.myBorderColor { border: 1px solid #F2C5DB; }
<div style="border:3px solid #F2C5DB">Div</div>
This div border color is #F2C5DB.
.myOpacity80 { color: #F2C5DB; opacity: 0.8; }
<p style="color:#F2C5DB;opacity:0.8;">80%</p>
Text with #F2C5DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2C5DB;}
<p style="text-shadow: 3px 3px 1px #F2C5DB">Text here.</p>
This text has shadow with #F2C5DB color.
.textShadow {text-shadow: 3px 3px 1px #F2C5DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2C5DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2C5DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2C5DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2C5DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2C5DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2C5DB;
-webkit-box-shadow: 1px 1px 3px 2px #F2C5DB;
box-shadow: 1px 1px 3px 2px #F2C5DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2C5DB; -webkit-box-shadow: 1px 1px 3px 2px #F2C5DB; box-shadow:1px 1px 3px 2px #F2C5DB;">
Div content here
</div>
This text has color #F2C5DB on black background.
This text has color #F2C5DB on white background.
This text has black color on #F2C5DB background.
This text has white color on #F2C5DB background.
Complementary color for #hex is #0D3A24.