COLOR #F4D4C3

HEX: #F4D4C3
RGB: (244,212,195)

Color info

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

RGB color model

#F4D4C3 color RGB value is (244,212,195).

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

RGB channels and saturation

R 244 of 255 = 96%
G 212 of 255 = 83%
B 195 of 255 = 76%

244
212
195

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

Portions of RGB colors in percentages

R + G + B =
244 + 212 + 195 = 651 (100%)
R 244 of 651 ~ 37.48%
G 212 of 651 ~ 32.57%
B 195 of 651 ~ 29.95%

%37.48
%32.57
%29.95

CMYK color model

#F4D4C3 color CMYK value is (0,13,20,4).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 20.08%
  • key color value is 4.31%
CMYK:
(0,13,20,4)
C0M13Y20K4 
(0%,13%,20%,4%)
(0.00/0.13/0.20/0.04)	

CMYK percentages

%0
%13.11
%20.08
%4.31

Codes

Color #F4D4C3 in popluar color models

F4D4C3
RGB244212195
HSL21°69.01%86.08%
HSB/HSV21°20.08%95.69%
CMYK0.00%13.11%20.08%
4.31%

Color #F4D4C3 in popluar number systems.

HEXF4D4C3
Decimal244212195
Binary111101001101010011000011
Octal364324303

Shades and tints

Shades of #F4D4C3

#F4D4C3
(244,212,195)
#DEC1B2
(222,193,178)
#C8AEA1
(200,174,161)
#B29B90
(178,155,144)
#9C887F
(156,136,127)
#86756E
(134,117,110)
#70625D
(112,98,93)
#5A4F4C
(90,79,76)
#443C3B
(68,60,59)
#2E292A
(46,41,42)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #F4D4C3

#F4D4C3
(244,212,195)
#F5D7C8
(245,215,200)
#F6DACD
(246,218,205)
#F7DDD2
(247,221,210)
#F8E0D7
(248,224,215)
#F9E3DC
(249,227,220)
#FAE6E1
(250,230,225)
#FBE9E6
(251,233,230)
#FCECEB
(252,236,235)
#FDEFF0
(253,239,240)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D4C3; }

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

This text font color is #F4D4C3.


Background Color

.myBgColor { background-color: #F4D4C3; }

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

This div background color is #F4D4C3.


Border color

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

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

This div border color is #F4D4C3.


Opacity

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

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

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

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

This text has shadow with #F4D4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D4C3 on black background.


Color preview on white background

This text has color #F4D4C3 on white background.



Black color preview on #F4D4C3 background

This text has black color on #F4D4C3 background.


White color preview on #F4D4C3 background

This text has white color on #F4D4C3 background.