COLOR #F4DADE

HEX: #F4DADE
RGB: (244,218,222)

Color info

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

RGB color model

#F4DADE color RGB value is (244,218,222).

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

RGB channels and saturation

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

244
218
222

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

Portions of RGB colors in percentages

R + G + B =
244 + 218 + 222 = 684 (100%)
R 244 of 684 ~ 35.67%
G 218 of 684 ~ 31.87%
B 222 of 684 ~ 32.46%

%35.67
%31.87
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 9.02%
  • 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.02
%4.31

Codes

Color #F4DADE in popluar color models

F4DADE
RGB244218222
HSL351°54.17%90.59%
HSB/HSV351°10.66%95.69%
CMYK0.00%10.66%9.02%
4.31%

Color #F4DADE in popluar number systems.

HEXF4DADE
Decimal244218222
Binary111101001101101011011110
Octal364332336

Shades and tints

Shades of #F4DADE

#F4DADE
(244,218,222)
#DEC7CA
(222,199,202)
#C8B4B6
(200,180,182)
#B2A1A2
(178,161,162)
#9C8E8E
(156,142,142)
#867B7A
(134,123,122)
#706866
(112,104,102)
#5A5552
(90,85,82)
#44423E
(68,66,62)
#2E2F2A
(46,47,42)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #F4DADE

#F4DADE
(244,218,222)
#F5DDE1
(245,221,225)
#F6E0E4
(246,224,228)
#F7E3E7
(247,227,231)
#F8E6EA
(248,230,234)
#F9E9ED
(249,233,237)
#FAECF0
(250,236,240)
#FBEFF3
(251,239,243)
#FCF2F6
(252,242,246)
#FDF5F9
(253,245,249)
#FEF8FC
(254,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DADE; }

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

This text font color is #F4DADE.


Background Color

.myBgColor { background-color: #F4DADE; }

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

This div background color is #F4DADE.


Border color

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

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

This div border color is #F4DADE.


Opacity

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

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

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

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

This text has shadow with #F4DADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DADE on black background.


Color preview on white background

This text has color #F4DADE on white background.



Black color preview on #F4DADE background

This text has black color on #F4DADE background.


White color preview on #F4DADE background

This text has white color on #F4DADE background.