COLOR #F4D1C3

HEX: #F4D1C3
RGB: (244,209,195)

Color info

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

RGB color model

#F4D1C3 color RGB value is (244,209,195).

  • red value is 244;
  • green value is 209;
  • blue value is 195.
RGB:
(244,209,195)
(96%,82%,76%)

RGB channels and saturation

R 244 of 255 = 96%
G 209 of 255 = 82%
B 195 of 255 = 76%

244
209
195

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

Portions of RGB colors in percentages

R + G + B =
244 + 209 + 195 = 648 (100%)
R 244 of 648 ~ 37.65%
G 209 of 648 ~ 32.25%
B 195 of 648 ~ 30.09%

%37.65
%32.25
%30.09

CMYK color model

#F4D1C3 color CMYK value is (0,14,20,4).

  • cyan value is 0.00%
  • magenta value is 14.34%
  • yellow value is 20.08%
  • key color value is 4.31%
CMYK:
(0,14,20,4)
C0M14Y20K4 
(0%,14%,20%,4%)
(0.00/0.14/0.20/0.04)	

CMYK percentages

%0
%14.34
%20.08
%4.31

Codes

Color #F4D1C3 in popluar color models

F4D1C3
RGB244209195
HSL17°69.01%86.08%
HSB/HSV17°20.08%95.69%
CMYK0.00%14.34%20.08%
4.31%

Color #F4D1C3 in popluar number systems.

HEXF4D1C3
Decimal244209195
Binary111101001101000111000011
Octal364321303

Shades and tints

Shades of #F4D1C3

#F4D1C3
(244,209,195)
#DEBEB2
(222,190,178)
#C8ABA1
(200,171,161)
#B29890
(178,152,144)
#9C857F
(156,133,127)
#86726E
(134,114,110)
#705F5D
(112,95,93)
#5A4C4C
(90,76,76)
#44393B
(68,57,59)
#2E262A
(46,38,42)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #F4D1C3

#F4D1C3
(244,209,195)
#F5D5C8
(245,213,200)
#F6D9CD
(246,217,205)
#F7DDD2
(247,221,210)
#F8E1D7
(248,225,215)
#F9E5DC
(249,229,220)
#FAE9E1
(250,233,225)
#FBEDE6
(251,237,230)
#FCF1EB
(252,241,235)
#FDF5F0
(253,245,240)
#FEF9F5
(254,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D1C3; }

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

This text font color is #F4D1C3.


Background Color

.myBgColor { background-color: #F4D1C3; }

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

This div background color is #F4D1C3.


Border color

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

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

This div border color is #F4D1C3.


Opacity

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

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

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

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

This text has shadow with #F4D1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D1C3 on black background.


Color preview on white background

This text has color #F4D1C3 on white background.



Black color preview on #F4D1C3 background

This text has black color on #F4D1C3 background.


White color preview on #F4D1C3 background

This text has white color on #F4D1C3 background.