COLOR #F4DADC

HEX: #F4DADC RGB: (244,218,220)

Color info

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

RGB color model

#F4DADC color RGB value is (244,218,220).

RGB: (244,218,220) (96%, 85%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 220 of 255 = 86%

244
218
220

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

Portions of RGB colors in percentages

R + G + B = 244 + 218 + 220 = 682 (100%)
R 244 of 682 ~ 35.78%
G 218 of 682 ~ 31.96%
B 220 of 682 ~ 32.26'%

%35.78
%31.96
%32.26

CMYK color model

#F4DADC color CMYK value is (0,11,10,4).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (0,11,10,4)
C0M11Y10K4 (0%, 11%, 10%, 4%)
(0.00 / 0.11 / 0.10 / 0.04)

CMYK percentages

%0
%10.66
%9.84
%4.31

Codes

Color #F4DADC in popluar color models

F4 DA DC
RGB 244 218 220
HSL 355° 54.17% 90.59%
HSB/HSV 355° 10.66% 95.69%
CMYK 0.00% 10.66% 9.84%
4.31%

Color #F4DADC in popluar number systems.

HEX F4 DA DC
Decimal 244 218 220
Binary 11110100 11011010 11011100
Octal 364 332 334

Shades and tints

Shades of #F4DADC

#F4DADC
(244,218,220)
#DEC7C8
(222,199,200)
#C8B4B4
(200,180,180)
#B2A1A0
(178,161,160)
#9C8E8C
(156,142,140)
#867B78
(134,123,120)
#706864
(112,104,100)
#5A5550
(90,85,80)
#44423C
(68,66,60)
#2E2F28
(46,47,40)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #F4DADC

#F4DADC
(244,218,220)
#F5DDDF
(245,221,223)
#F6E0E2
(246,224,226)
#F7E3E5
(247,227,229)
#F8E6E8
(248,230,232)
#F9E9EB
(249,233,235)
#FAECEE
(250,236,238)
#FBEFF1
(251,239,241)
#FCF2F4
(252,242,244)
#FDF5F7
(253,245,247)
#FEF8FA
(254,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DADC; }

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

This text font color is #F4DADC.

Background Color

.myBgColor { background-color: #F4DADC; }

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

This div background color is #F4DADC.

Border color

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

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

This div border color is #F4DADC.

Opacity

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

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

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

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

This text has shadow with #F4DADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DADC.

Preview

Color preview on black background

This text has color #F4DADC on black background.


Color preview on white background

This text has color #F4DADC on white background.


Black color preview on #F4DADC background

This text has black color on #F4DADC background.


White color preview on #F4DADC background

This text has white color on #F4DADC background.


Related colors

Complementary color

Complementary color for #hex is #0B2523.


I love getcolorcode.com

Triadic colors

1 #DCF4DA and #DADCF4 with #F4DADC are triadic colors.

2 #DCDAF4 and #DAF4DC with #F4DADC are triadic colors.