COLOR #F4C4DE

HEX: #F4C4DE
RGB: (244,196,222)

Color info

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

RGB color model

#F4C4DE color RGB value is (244,196,222).

  • red value is 244;
  • green value is 196;
  • blue value is 222.
RGB:
(244,196,222)
(96%,77%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 196 of 255 = 77%
B 222 of 255 = 87%

244
196
222

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

Portions of RGB colors in percentages

R + G + B =
244 + 196 + 222 = 662 (100%)
R 244 of 662 ~ 36.86%
G 196 of 662 ~ 29.61%
B 222 of 662 ~ 33.53%

%36.86
%29.61
%33.53

CMYK color model

#F4C4DE color CMYK value is (0,20,9,4).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(0,20,9,4)
C0M20Y9K4 
(0%,20%,9%,4%)
(0.00/0.20/0.09/0.04)	

CMYK percentages

%0
%19.67
%9.02
%4.31

Codes

Color #F4C4DE in popluar color models

F4C4DE
RGB244196222
HSL328°68.57%86.27%
HSB/HSV328°19.67%95.69%
CMYK0.00%19.67%9.02%
4.31%

Color #F4C4DE in popluar number systems.

HEXF4C4DE
Decimal244196222
Binary111101001100010011011110
Octal364304336

Shades and tints

Shades of #F4C4DE

#F4C4DE
(244,196,222)
#DEB3CA
(222,179,202)
#C8A2B6
(200,162,182)
#B291A2
(178,145,162)
#9C808E
(156,128,142)
#866F7A
(134,111,122)
#705E66
(112,94,102)
#5A4D52
(90,77,82)
#443C3E
(68,60,62)
#2E2B2A
(46,43,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #F4C4DE

#F4C4DE
(244,196,222)
#F5C9E1
(245,201,225)
#F6CEE4
(246,206,228)
#F7D3E7
(247,211,231)
#F8D8EA
(248,216,234)
#F9DDED
(249,221,237)
#FAE2F0
(250,226,240)
#FBE7F3
(251,231,243)
#FCECF6
(252,236,246)
#FDF1F9
(253,241,249)
#FEF6FC
(254,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C4DE color. Also use rgb(244,196,222) instead hex code.

Text Font Color

.myTextColor { color: #F4C4DE; }

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

This text font color is #F4C4DE.


Background Color

.myBgColor { background-color: #F4C4DE; }

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

This div background color is #F4C4DE.


Border color

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

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

This div border color is #F4C4DE.


Opacity

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

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

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

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

This text has shadow with #F4C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C4DE on black background.


Color preview on white background

This text has color #F4C4DE on white background.



Black color preview on #F4C4DE background

This text has black color on #F4C4DE background.


White color preview on #F4C4DE background

This text has white color on #F4C4DE background.