COLOR #F4DCCA

HEX: #F4DCCA
RGB: (244,220,202)

Color info

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

RGB color model

#F4DCCA color RGB value is (244,220,202).

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

RGB channels and saturation

R 244 of 255 = 96%
G 220 of 255 = 86%
B 202 of 255 = 79%

244
220
202

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

Portions of RGB colors in percentages

R + G + B =
244 + 220 + 202 = 666 (100%)
R 244 of 666 ~ 36.64%
G 220 of 666 ~ 33.03%
B 202 of 666 ~ 30.33%

%36.64
%33.03
%30.33

CMYK color model

#F4DCCA color CMYK value is (0,10,17,4).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(0,10,17,4)
C0M10Y17K4 
(0%,10%,17%,4%)
(0.00/0.10/0.17/0.04)	

CMYK percentages

%0
%9.84
%17.21
%4.31

Codes

Color #F4DCCA in popluar color models

F4DCCA
RGB244220202
HSL26°65.63%87.45%
HSB/HSV26°17.21%95.69%
CMYK0.00%9.84%17.21%
4.31%

Color #F4DCCA in popluar number systems.

HEXF4DCCA
Decimal244220202
Binary111101001101110011001010
Octal364334312

Shades and tints

Shades of #F4DCCA

#F4DCCA
(244,220,202)
#DEC8B8
(222,200,184)
#C8B4A6
(200,180,166)
#B2A094
(178,160,148)
#9C8C82
(156,140,130)
#867870
(134,120,112)
#70645E
(112,100,94)
#5A504C
(90,80,76)
#443C3A
(68,60,58)
#2E2828
(46,40,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #F4DCCA

#F4DCCA
(244,220,202)
#F5DFCE
(245,223,206)
#F6E2D2
(246,226,210)
#F7E5D6
(247,229,214)
#F8E8DA
(248,232,218)
#F9EBDE
(249,235,222)
#FAEEE2
(250,238,226)
#FBF1E6
(251,241,230)
#FCF4EA
(252,244,234)
#FDF7EE
(253,247,238)
#FEFAF2
(254,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DCCA; }

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

This text font color is #F4DCCA.


Background Color

.myBgColor { background-color: #F4DCCA; }

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

This div background color is #F4DCCA.


Border color

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

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

This div border color is #F4DCCA.


Opacity

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

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

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

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

This text has shadow with #F4DCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DCCA on black background.


Color preview on white background

This text has color #F4DCCA on white background.



Black color preview on #F4DCCA background

This text has black color on #F4DCCA background.


White color preview on #F4DCCA background

This text has white color on #F4DCCA background.