HEX: #F9C8FF
RGB: (249,200,255)
#F9C8FF contains red, green and blue colors in about the same proportion. Web safe color of #F9C8FF is #FFCCFF (or #FCF).
#F9C8FF color RGB value is (249,200,255).
RGB: (249,200,255)
(98%, 78%, 100%)
R 249 of 255 = 98%
G 200 of 255 = 78%
B 255 of 255 = 100%
R + G + B ~ 92%. #F9C8FF is light color.
R + G + B = 249 + 200 + 255 = 704 (100%)
R 249 of 704 ~ 35.37%
G 200 of 704 ~ 28.41%
B 255 of 704 ~ 36.22'%
#F9C8FF color CMYK value is (2,22,0,0).
CMYK: (2,22,0,0)
C2M22Y0K0 (2%, 22%, 0%, 0%)
(0.02 / 0.22 / 0.00 / 0.00)
Color #F9C8FF in popluar color models
F9 | C8 | FF | |
---|---|---|---|
RGB | 249 | 200 | 255 |
HSL | 293° | 100.00% | 89.22% |
HSB/HSV | 293° | 21.57% | 100.00% |
CMYK | 2.35% | 21.57% | 0.00% |
0.00% |
Color #F9C8FF in popluar number systems.
HEX | F9 | C8 | FF |
Decimal | 249 | 200 | 255 |
Binary | 11111001 | 11001000 | 11111111 |
Octal | 371 | 310 | 377 |
Shades of #F9C8FF
Tints of #F9C8FF
Examples of css and html codes for elements with #F9C8FF color. Also use rgb(249,200,255) instead hex code.
.myTextColor { color: #F9C8FF; }
<p style="color:#F9C8FF">This sample text font color is #F9C8FF.</p>
This text font color is #F9C8FF.
.myBgColor { background-color: #F9C8FF; }
<div style="background-color:#F9C8FF">Inner text</div>
This div background color is #F9C8FF.
.myBorderColor { border: 1px solid #F9C8FF; }
<div style="border:3px solid #F9C8FF">Div</div>
This div border color is #F9C8FF.
.myOpacity80 { color: #F9C8FF; opacity: 0.8; }
<p style="color:#F9C8FF;opacity:0.8;">80%</p>
Text with #F9C8FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9C8FF;}
<p style="text-shadow: 3px 3px 1px #F9C8FF">Text here.</p>
This text has shadow with #F9C8FF color.
.textShadow {text-shadow: 3px 3px 1px #F9C8FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9C8FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9C8FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9C8FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9C8FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9C8FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9C8FF;
-webkit-box-shadow: 1px 1px 3px 2px #F9C8FF;
box-shadow: 1px 1px 3px 2px #F9C8FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9C8FF; -webkit-box-shadow: 1px 1px 3px 2px #F9C8FF; box-shadow:1px 1px 3px 2px #F9C8FF;">
Div content here
</div>
This text has color #F9C8FF on black background.
This text has color #F9C8FF on white background.
This text has black color on #F9C8FF background.
This text has white color on #F9C8FF background.
Complementary color for #hex is #063700.