COLOR #F4D2EC

HEX: #F4D2EC
RGB: (244,210,236)

Color info

#F4D2EC contains red, green and blue colors in about the same proportion. Web safe color of #F4D2EC is #FFCCFF (or #FCF).

RGB color model

#F4D2EC color RGB value is (244,210,236).

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

RGB channels and saturation

R 244 of 255 = 96%
G 210 of 255 = 82%
B 236 of 255 = 93%

244
210
236

R + G + B ~ 90%. #F4D2EC is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 210 + 236 = 690 (100%)
R 244 of 690 ~ 35.36%
G 210 of 690 ~ 30.43%
B 236 of 690 ~ 34.2%

%35.36
%30.43
%34.2

CMYK color model

#F4D2EC color CMYK value is (0,14,3,4).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(0,14,3,4)
C0M14Y3K4 
(0%,14%,3%,4%)
(0.00/0.14/0.03/0.04)	

CMYK percentages

%0
%13.93
%3.28
%4.31

Codes

Color #F4D2EC in popluar color models

F4D2EC
RGB244210236
HSL314°60.71%89.02%
HSB/HSV314°13.93%95.69%
CMYK0.00%13.93%3.28%
4.31%

Color #F4D2EC in popluar number systems.

HEXF4D2EC
Decimal244210236
Binary111101001101001011101100
Octal364322354

Shades and tints

Shades of #F4D2EC

#F4D2EC
(244,210,236)
#DEBFD7
(222,191,215)
#C8ACC2
(200,172,194)
#B299AD
(178,153,173)
#9C8698
(156,134,152)
#867383
(134,115,131)
#70606E
(112,96,110)
#5A4D59
(90,77,89)
#443A44
(68,58,68)
#2E272F
(46,39,47)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #F4D2EC

#F4D2EC
(244,210,236)
#F5D6ED
(245,214,237)
#F6DAEE
(246,218,238)
#F7DEEF
(247,222,239)
#F8E2F0
(248,226,240)
#F9E6F1
(249,230,241)
#FAEAF2
(250,234,242)
#FBEEF3
(251,238,243)
#FCF2F4
(252,242,244)
#FDF6F5
(253,246,245)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D2EC; }

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

This text font color is #F4D2EC.


Background Color

.myBgColor { background-color: #F4D2EC; }

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

This div background color is #F4D2EC.


Border color

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

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

This div border color is #F4D2EC.


Opacity

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

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

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

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

This text has shadow with #F4D2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D2EC on black background.


Color preview on white background

This text has color #F4D2EC on white background.



Black color preview on #F4D2EC background

This text has black color on #F4D2EC background.


White color preview on #F4D2EC background

This text has white color on #F4D2EC background.