COLOR #F4D5EC

HEX: #F4D5EC
RGB: (244,213,236)

Color info

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

RGB color model

#F4D5EC color RGB value is (244,213,236).

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

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 236 of 255 = 93%

244
213
236

R + G + B ~ 91%. #F4D5EC is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 236 = 693 (100%)
R 244 of 693 ~ 35.21%
G 213 of 693 ~ 30.74%
B 236 of 693 ~ 34.05%

%35.21
%30.74
%34.05

CMYK color model

#F4D5EC color CMYK value is (0,13,3,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(0,13,3,4)
C0M13Y3K4 
(0%,13%,3%,4%)
(0.00/0.13/0.03/0.04)	

CMYK percentages

%0
%12.7
%3.28
%4.31

Codes

Color #F4D5EC in popluar color models

F4D5EC
RGB244213236
HSL315°58.49%89.61%
HSB/HSV315°12.70%95.69%
CMYK0.00%12.70%3.28%
4.31%

Color #F4D5EC in popluar number systems.

HEXF4D5EC
Decimal244213236
Binary111101001101010111101100
Octal364325354

Shades and tints

Shades of #F4D5EC

#F4D5EC
(244,213,236)
#DEC2D7
(222,194,215)
#C8AFC2
(200,175,194)
#B29CAD
(178,156,173)
#9C8998
(156,137,152)
#867683
(134,118,131)
#70636E
(112,99,110)
#5A5059
(90,80,89)
#443D44
(68,61,68)
#2E2A2F
(46,42,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #F4D5EC

#F4D5EC
(244,213,236)
#F5D8ED
(245,216,237)
#F6DBEE
(246,219,238)
#F7DEEF
(247,222,239)
#F8E1F0
(248,225,240)
#F9E4F1
(249,228,241)
#FAE7F2
(250,231,242)
#FBEAF3
(251,234,243)
#FCEDF4
(252,237,244)
#FDF0F5
(253,240,245)
#FEF3F6
(254,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D5EC; }

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

This text font color is #F4D5EC.


Background Color

.myBgColor { background-color: #F4D5EC; }

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

This div background color is #F4D5EC.


Border color

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

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

This div border color is #F4D5EC.


Opacity

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

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

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

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

This text has shadow with #F4D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D5EC on black background.


Color preview on white background

This text has color #F4D5EC on white background.



Black color preview on #F4D5EC background

This text has black color on #F4D5EC background.


White color preview on #F4D5EC background

This text has white color on #F4D5EC background.