HEX: #F2C9DC
RGB: (242,201,220)
#F2C9DC contains red, green and blue colors in about the same proportion. Web safe color of #F2C9DC is #FFCCCC (or #FCC).
#F2C9DC color RGB value is (242,201,220).
RGB: (242,201,220)
(95%, 79%, 86%)
R 242 of 255 = 95%
G 201 of 255 = 79%
B 220 of 255 = 86%
R + G + B ~ 87%. #F2C9DC is light color.
R + G + B = 242 + 201 + 220 = 663 (100%)
R 242 of 663 ~ 36.5%
G 201 of 663 ~ 30.32%
B 220 of 663 ~ 33.18'%
#F2C9DC color CMYK value is (0,17,9,5).
CMYK: (0,17,9,5)
C0M17Y9K5 (0%, 17%, 9%, 5%)
(0.00 / 0.17 / 0.09 / 0.05)
Color #F2C9DC in popluar color models
F2 | C9 | DC | |
---|---|---|---|
RGB | 242 | 201 | 220 |
HSL | 332° | 61.19% | 86.86% |
HSB/HSV | 332° | 16.94% | 94.90% |
CMYK | 0.00% | 16.94% | 9.09% |
5.10% |
Color #F2C9DC in popluar number systems.
HEX | F2 | C9 | DC |
Decimal | 242 | 201 | 220 |
Binary | 11110010 | 11001001 | 11011100 |
Octal | 362 | 311 | 334 |
Shades of #F2C9DC
Tints of #F2C9DC
Examples of css and html codes for elements with #F2C9DC color. Also use rgb(242,201,220) instead hex code.
.myTextColor { color: #F2C9DC; }
<p style="color:#F2C9DC">This sample text font color is #F2C9DC.</p>
This text font color is #F2C9DC.
.myBgColor { background-color: #F2C9DC; }
<div style="background-color:#F2C9DC">Inner text</div>
This div background color is #F2C9DC.
.myBorderColor { border: 1px solid #F2C9DC; }
<div style="border:3px solid #F2C9DC">Div</div>
This div border color is #F2C9DC.
.myOpacity80 { color: #F2C9DC; opacity: 0.8; }
<p style="color:#F2C9DC;opacity:0.8;">80%</p>
Text with #F2C9DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2C9DC;}
<p style="text-shadow: 3px 3px 1px #F2C9DC">Text here.</p>
This text has shadow with #F2C9DC color.
.textShadow {text-shadow: 3px 3px 1px #F2C9DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2C9DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2C9DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2C9DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2C9DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2C9DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2C9DC;
-webkit-box-shadow: 1px 1px 3px 2px #F2C9DC;
box-shadow: 1px 1px 3px 2px #F2C9DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2C9DC; -webkit-box-shadow: 1px 1px 3px 2px #F2C9DC; box-shadow:1px 1px 3px 2px #F2C9DC;">
Div content here
</div>
This text has color #F2C9DC on black background.
This text has color #F2C9DC on white background.
This text has black color on #F2C9DC background.
This text has white color on #F2C9DC background.
Complementary color for #hex is #0D3623.