COLOR #F9D4F6

HEX: #F9D4F6
RGB: (249,212,246)

Color info

#F9D4F6 contains red, green and blue colors in about the same proportion. Web safe color of #F9D4F6 is #FFCCFF (or #FCF).

RGB color model

#F9D4F6 color RGB value is (249,212,246).

  • red value is 249;
  • green value is 212;
  • blue value is 246.
RGB:
(249,212,246)
(98%,83%,96%)

RGB channels and saturation

R 249 of 255 = 98%
G 212 of 255 = 83%
B 246 of 255 = 96%

249
212
246

R + G + B ~ 92%. #F9D4F6 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 212 + 246 = 707 (100%)
R 249 of 707 ~ 35.22%
G 212 of 707 ~ 29.99%
B 246 of 707 ~ 34.79%

%35.22
%29.99
%34.79

CMYK color model

#F9D4F6 color CMYK value is (0,15,1,2).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 1.20%
  • key color value is 2.35%
CMYK:
(0,15,1,2)
C0M15Y1K2 
(0%,15%,1%,2%)
(0.00/0.15/0.01/0.02)	

CMYK percentages

%0
%14.86
%1.2
%2.35

Codes

Color #F9D4F6 in popluar color models

F9D4F6
RGB249212246
HSL305°75.51%90.39%
HSB/HSV305°14.86%97.65%
CMYK0.00%14.86%1.20%
2.35%

Color #F9D4F6 in popluar number systems.

HEXF9D4F6
Decimal249212246
Binary111110011101010011110110
Octal371324366

Shades and tints

Shades of #F9D4F6

#F9D4F6
(249,212,246)
#E3C1E0
(227,193,224)
#CDAECA
(205,174,202)
#B79BB4
(183,155,180)
#A1889E
(161,136,158)
#8B7588
(139,117,136)
#756272
(117,98,114)
#5F4F5C
(95,79,92)
#493C46
(73,60,70)
#332930
(51,41,48)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #F9D4F6

#F9D4F6
(249,212,246)
#F9D7F6
(249,215,246)
#F9DAF6
(249,218,246)
#F9DDF6
(249,221,246)
#F9E0F6
(249,224,246)
#F9E3F6
(249,227,246)
#F9E6F6
(249,230,246)
#F9E9F6
(249,233,246)
#F9ECF6
(249,236,246)
#F9EFF6
(249,239,246)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D4F6 color. Also use rgb(249,212,246) instead hex code.

Text Font Color

.myTextColor { color: #F9D4F6; }

<p style="color:#F9D4F6">This sample text font color is #F9D4F6.</p>

This text font color is #F9D4F6.


Background Color

.myBgColor { background-color: #F9D4F6; }

<div style="background-color:#F9D4F6">Inner text</div>

This div background color is #F9D4F6.


Border color

.myBorderColor { border: 1px solid #F9D4F6; }

<div style="border:3px solid #F9D4F6">Div</div>

This div border color is #F9D4F6.


Opacity

.myOpacity80 { color: #F9D4F6; opacity: 0.8; }

<p style="color:#F9D4F6;opacity:0.8;">80%</p>

Text with #F9D4F6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F9D4F6;}

<p style="text-shadow: 3px 3px 1px #F9D4F6">Text here.</p>

This text has shadow with #F9D4F6 color.

.textShadow {text-shadow: 3px 3px 1px #F9D4F6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F9D4F6, 5px 5px 20px red">Text here.</p>

This text has shadow with #F9D4F6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9D4F6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F9D4F6, Direction=45, Strength=4)">Text</p>

This text has shadow with #F9D4F6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F9D4F6;
  -webkit-box-shadow:	1px 1px 3px 2px #F9D4F6;
  box-shadow:		1px 1px 3px 2px #F9D4F6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9D4F6;
-webkit-box-shadow: 1px 1px 3px 2px #F9D4F6;
box-shadow:1px 1px 3px 2px #F9D4F6;">
Div content here</div>
This div box has shadow with color #F9D4F6.

Preview

Color preview on black background

This text has color #F9D4F6 on black background.


Color preview on white background

This text has color #F9D4F6 on white background.



Black color preview on #F9D4F6 background

This text has black color on #F9D4F6 background.


White color preview on #F9D4F6 background

This text has white color on #F9D4F6 background.