COLOR #F4D2DC

HEX: #F4D2DC
RGB: (244,210,220)

Color info

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

RGB color model

#F4D2DC color RGB value is (244,210,220).

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

RGB channels and saturation

R 244 of 255 = 96%
G 210 of 255 = 82%
B 220 of 255 = 86%

244
210
220

R + G + B ~ 88%. #F4D2DC is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 210 + 220 = 674 (100%)
R 244 of 674 ~ 36.2%
G 210 of 674 ~ 31.16%
B 220 of 674 ~ 32.64%

%36.2
%31.16
%32.64

CMYK color model

#F4D2DC color CMYK value is (0,14,10,4).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(0,14,10,4)
C0M14Y10K4 
(0%,14%,10%,4%)
(0.00/0.14/0.10/0.04)	

CMYK percentages

%0
%13.93
%9.84
%4.31

Codes

Color #F4D2DC in popluar color models

F4D2DC
RGB244210220
HSL342°60.71%89.02%
HSB/HSV342°13.93%95.69%
CMYK0.00%13.93%9.84%
4.31%

Color #F4D2DC in popluar number systems.

HEXF4D2DC
Decimal244210220
Binary111101001101001011011100
Octal364322334

Shades and tints

Shades of #F4D2DC

#F4D2DC
(244,210,220)
#DEBFC8
(222,191,200)
#C8ACB4
(200,172,180)
#B299A0
(178,153,160)
#9C868C
(156,134,140)
#867378
(134,115,120)
#706064
(112,96,100)
#5A4D50
(90,77,80)
#443A3C
(68,58,60)
#2E2728
(46,39,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #F4D2DC

#F4D2DC
(244,210,220)
#F5D6DF
(245,214,223)
#F6DAE2
(246,218,226)
#F7DEE5
(247,222,229)
#F8E2E8
(248,226,232)
#F9E6EB
(249,230,235)
#FAEAEE
(250,234,238)
#FBEEF1
(251,238,241)
#FCF2F4
(252,242,244)
#FDF6F7
(253,246,247)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D2DC; }

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

This text font color is #F4D2DC.


Background Color

.myBgColor { background-color: #F4D2DC; }

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

This div background color is #F4D2DC.


Border color

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

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

This div border color is #F4D2DC.


Opacity

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

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

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

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

This text has shadow with #F4D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D2DC on black background.


Color preview on white background

This text has color #F4D2DC on white background.



Black color preview on #F4D2DC background

This text has black color on #F4D2DC background.


White color preview on #F4D2DC background

This text has white color on #F4D2DC background.