COLOR #F4DFC6

HEX: #F4DFC6
RGB: (244,223,198)

Color info

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

RGB color model

#F4DFC6 color RGB value is (244,223,198).

  • red value is 244;
  • green value is 223;
  • blue value is 198.
RGB:
(244,223,198)
(96%,87%,78%)

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 198 of 255 = 78%

244
223
198

R + G + B ~ 87%. #F4DFC6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 198 = 665 (100%)
R 244 of 665 ~ 36.69%
G 223 of 665 ~ 33.53%
B 198 of 665 ~ 29.77%

%36.69
%33.53
%29.77

CMYK color model

#F4DFC6 color CMYK value is (0,9,19,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 18.85%
  • key color value is 4.31%
CMYK:
(0,9,19,4)
C0M9Y19K4 
(0%,9%,19%,4%)
(0.00/0.09/0.19/0.04)	

CMYK percentages

%0
%8.61
%18.85
%4.31

Codes

Color #F4DFC6 in popluar color models

F4DFC6
RGB244223198
HSL33°67.65%86.67%
HSB/HSV33°18.85%95.69%
CMYK0.00%8.61%18.85%
4.31%

Color #F4DFC6 in popluar number systems.

HEXF4DFC6
Decimal244223198
Binary111101001101111111000110
Octal364337306

Shades and tints

Shades of #F4DFC6

#F4DFC6
(244,223,198)
#DECBB4
(222,203,180)
#C8B7A2
(200,183,162)
#B2A390
(178,163,144)
#9C8F7E
(156,143,126)
#867B6C
(134,123,108)
#70675A
(112,103,90)
#5A5348
(90,83,72)
#443F36
(68,63,54)
#2E2B24
(46,43,36)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #F4DFC6

#F4DFC6
(244,223,198)
#F5E1CB
(245,225,203)
#F6E3D0
(246,227,208)
#F7E5D5
(247,229,213)
#F8E7DA
(248,231,218)
#F9E9DF
(249,233,223)
#FAEBE4
(250,235,228)
#FBEDE9
(251,237,233)
#FCEFEE
(252,239,238)
#FDF1F3
(253,241,243)
#FEF3F8
(254,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DFC6; }

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

This text font color is #F4DFC6.


Background Color

.myBgColor { background-color: #F4DFC6; }

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

This div background color is #F4DFC6.


Border color

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

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

This div border color is #F4DFC6.


Opacity

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

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

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

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

This text has shadow with #F4DFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFC6 on black background.


Color preview on white background

This text has color #F4DFC6 on white background.



Black color preview on #F4DFC6 background

This text has black color on #F4DFC6 background.


White color preview on #F4DFC6 background

This text has white color on #F4DFC6 background.