COLOR #F4C9F6

HEX: #F4C9F6
RGB: (244,201,246)

Color info

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

RGB color model

#F4C9F6 color RGB value is (244,201,246).

  • red value is 244;
  • green value is 201;
  • blue value is 246.
RGB:
(244,201,246)
(96%,79%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 201 of 255 = 79%
B 246 of 255 = 96%

244
201
246

R + G + B ~ 90%. #F4C9F6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 201 + 246 = 691 (100%)
R 244 of 691 ~ 35.31%
G 201 of 691 ~ 29.09%
B 246 of 691 ~ 35.6%

%35.31
%29.09
%35.6

CMYK color model

#F4C9F6 color CMYK value is (1,18,0,4).

  • cyan value is 0.81%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,18,0,4)
C1M18Y0K4 
(1%,18%,0%,4%)
(0.01/0.18/0.00/0.04)	

CMYK percentages

%0.81
%18.29
%0
%3.53

Codes

Color #F4C9F6 in popluar color models

F4C9F6
RGB244201246
HSL297°71.43%87.65%
HSB/HSV297°18.29%96.47%
CMYK0.81%18.29%0.00%
3.53%

Color #F4C9F6 in popluar number systems.

HEXF4C9F6
Decimal244201246
Binary111101001100100111110110
Octal364311366

Shades and tints

Shades of #F4C9F6

#F4C9F6
(244,201,246)
#DEB7E0
(222,183,224)
#C8A5CA
(200,165,202)
#B293B4
(178,147,180)
#9C819E
(156,129,158)
#866F88
(134,111,136)
#705D72
(112,93,114)
#5A4B5C
(90,75,92)
#443946
(68,57,70)
#2E2730
(46,39,48)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #F4C9F6

#F4C9F6
(244,201,246)
#F5CDF6
(245,205,246)
#F6D1F6
(246,209,246)
#F7D5F6
(247,213,246)
#F8D9F6
(248,217,246)
#F9DDF6
(249,221,246)
#FAE1F6
(250,225,246)
#FBE5F6
(251,229,246)
#FCE9F6
(252,233,246)
#FDEDF6
(253,237,246)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C9F6 color. Also use rgb(244,201,246) instead hex code.

Text Font Color

.myTextColor { color: #F4C9F6; }

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

This text font color is #F4C9F6.


Background Color

.myBgColor { background-color: #F4C9F6; }

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

This div background color is #F4C9F6.


Border color

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

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

This div border color is #F4C9F6.


Opacity

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

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

Text with #F4C9F6 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 #F4C9F6;}

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

This text has shadow with #F4C9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C9F6 on black background.


Color preview on white background

This text has color #F4C9F6 on white background.



Black color preview on #F4C9F6 background

This text has black color on #F4C9F6 background.


White color preview on #F4C9F6 background

This text has white color on #F4C9F6 background.