COLOR #F4C9C9

HEX: #F4C9C9
RGB: (244,201,201)

Color info

#F4C9C9 contains red, green and blue colors in about the same proportion. Web safe color of #F4C9C9 is #FFCCCC (or #FCC).

RGB color model

#F4C9C9 color RGB value is (244,201,201).

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

RGB channels and saturation

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

244
201
201

R + G + B ~ 85%. #F4C9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 201 + 201 = 646 (100%)
R 244 of 646 ~ 37.77%
G 201 of 646 ~ 31.11%
B 201 of 646 ~ 31.11%

%37.77
%31.11
%31.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(0,18,18,4)
C0M18Y18K4 
(0%,18%,18%,4%)
(0.00/0.18/0.18/0.04)	

CMYK percentages

%0
%17.62
%17.62
%4.31

Codes

Color #F4C9C9 in popluar color models

F4C9C9
RGB244201201
HSL66.15%87.25%
HSB/HSV17.62%95.69%
CMYK0.00%17.62%17.62%
4.31%

Color #F4C9C9 in popluar number systems.

HEXF4C9C9
Decimal244201201
Binary111101001100100111001001
Octal364311311

Shades and tints

Shades of #F4C9C9

#F4C9C9
(244,201,201)
#DEB7B7
(222,183,183)
#C8A5A5
(200,165,165)
#B29393
(178,147,147)
#9C8181
(156,129,129)
#866F6F
(134,111,111)
#705D5D
(112,93,93)
#5A4B4B
(90,75,75)
#443939
(68,57,57)
#2E2727
(46,39,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #F4C9C9

#F4C9C9
(244,201,201)
#F5CDCD
(245,205,205)
#F6D1D1
(246,209,209)
#F7D5D5
(247,213,213)
#F8D9D9
(248,217,217)
#F9DDDD
(249,221,221)
#FAE1E1
(250,225,225)
#FBE5E5
(251,229,229)
#FCE9E9
(252,233,233)
#FDEDED
(253,237,237)
#FEF1F1
(254,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C9C9; }

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

This text font color is #F4C9C9.


Background Color

.myBgColor { background-color: #F4C9C9; }

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

This div background color is #F4C9C9.


Border color

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

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

This div border color is #F4C9C9.


Opacity

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

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

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

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

This text has shadow with #F4C9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C9C9 on black background.


Color preview on white background

This text has color #F4C9C9 on white background.



Black color preview on #F4C9C9 background

This text has black color on #F4C9C9 background.


White color preview on #F4C9C9 background

This text has white color on #F4C9C9 background.