COLOR #F4DDCC

HEX: #F4DDCC RGB: (244,221,204)

Color info

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

RGB color model

#F4DDCC color RGB value is (244,221,204).

RGB: (244,221,204) (96%, 87%, 80%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 204 of 255 = 80%

244
221
204

R + G + B ~ 88%. #F4DDCC is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 204 = 669 (100%)
R 244 of 669 ~ 36.47%
G 221 of 669 ~ 33.03%
B 204 of 669 ~ 30.49'%

%36.47
%33.03
%30.49

CMYK color model

#F4DDCC color CMYK value is (0,9,16,4).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 16.39%
  • key color value is 4.31%
CMYK: (0,9,16,4) C0M9Y16K4 (0%,9%,16%,4%) (0.00/0.09/0.16/0.04) 

CMYK percentages

%0
%9.43
%16.39
%4.31

Codes

Color #F4DDCC in popluar color models

F4 DD CC
RGB 244 221 204
HSL 26° 64.52% 87.84%
HSB/HSV 26° 16.39% 95.69%
CMYK 0.00% 9.43% 16.39%
4.31%

Color #F4DDCC in popluar number systems.

HEX F4 DD CC
Decimal 244 221 204
Binary 11110100 11011101 11001100
Octal 364 335 314

Shades and tints

Shades of #F4DDCC

#F4DDCC
(244,221,204)
#DEC9BA
(222,201,186)
#C8B5A8
(200,181,168)
#B2A196
(178,161,150)
#9C8D84
(156,141,132)
#867972
(134,121,114)
#706560
(112,101,96)
#5A514E
(90,81,78)
#443D3C
(68,61,60)
#2E292A
(46,41,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #F4DDCC

#F4DDCC
(244,221,204)
#F5E0D0
(245,224,208)
#F6E3D4
(246,227,212)
#F7E6D8
(247,230,216)
#F8E9DC
(248,233,220)
#F9ECE0
(249,236,224)
#FAEFE4
(250,239,228)
#FBF2E8
(251,242,232)
#FCF5EC
(252,245,236)
#FDF8F0
(253,248,240)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DDCC; }

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

This text font color is #F4DDCC.

Background Color

.myBgColor { background-color: #F4DDCC; }

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

This div background color is #F4DDCC.

Border color

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

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

This div border color is #F4DDCC.

Opacity

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

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

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

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

This text has shadow with #F4DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDCC.

Preview

Color preview on black background

This text has color #F4DDCC on black background.


Color preview on white background

This text has color #F4DDCC on white background.


Black color preview on #F4DDCC background

This text has black color on #F4DDCC background.


White color preview on #F4DDCC background

This text has white color on #F4DDCC background.


Related colors

Complementary color

Complementary color for #hex is #0B2233.


I love getcolorcode.com

Triadic colors

1 #CCF4DD and #DDCCF4 with #F4DDCC are triadic colors.

2 #CCDDF4 and #DDF4CC with #F4DDCC are triadic colors.