COLOR #F4DADD

HEX: #F4DADD
RGB: (244,218,221)

Color info

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

RGB color model

#F4DADD color RGB value is (244,218,221).

  • red value is 244;
  • green value is 218;
  • blue value is 221.
RGB:
(244,218,221)
(96%,85%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 221 of 255 = 87%

244
218
221

R + G + B ~ 89%. #F4DADD is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 218 + 221 = 683 (100%)
R 244 of 683 ~ 35.72%
G 218 of 683 ~ 31.92%
B 221 of 683 ~ 32.36%

%35.72
%31.92
%32.36

CMYK color model

#F4DADD color CMYK value is (0,11,9,4).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK:
(0,11,9,4)
C0M11Y9K4 
(0%,11%,9%,4%)
(0.00/0.11/0.09/0.04)	

CMYK percentages

%0
%10.66
%9.43
%4.31

Codes

Color #F4DADD in popluar color models

F4DADD
RGB244218221
HSL353°54.17%90.59%
HSB/HSV353°10.66%95.69%
CMYK0.00%10.66%9.43%
4.31%

Color #F4DADD in popluar number systems.

HEXF4DADD
Decimal244218221
Binary111101001101101011011101
Octal364332335

Shades and tints

Shades of #F4DADD

#F4DADD
(244,218,221)
#DEC7C9
(222,199,201)
#C8B4B5
(200,180,181)
#B2A1A1
(178,161,161)
#9C8E8D
(156,142,141)
#867B79
(134,123,121)
#706865
(112,104,101)
#5A5551
(90,85,81)
#44423D
(68,66,61)
#2E2F29
(46,47,41)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #F4DADD

#F4DADD
(244,218,221)
#F5DDE0
(245,221,224)
#F6E0E3
(246,224,227)
#F7E3E6
(247,227,230)
#F8E6E9
(248,230,233)
#F9E9EC
(249,233,236)
#FAECEF
(250,236,239)
#FBEFF2
(251,239,242)
#FCF2F5
(252,242,245)
#FDF5F8
(253,245,248)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DADD; }

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

This text font color is #F4DADD.


Background Color

.myBgColor { background-color: #F4DADD; }

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

This div background color is #F4DADD.


Border color

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

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

This div border color is #F4DADD.


Opacity

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

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

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

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

This text has shadow with #F4DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DADD on black background.


Color preview on white background

This text has color #F4DADD on white background.



Black color preview on #F4DADD background

This text has black color on #F4DADD background.


White color preview on #F4DADD background

This text has white color on #F4DADD background.