COLOR #F4D5ED

HEX: #F4D5ED
RGB: (244,213,237)

Color info

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

RGB color model

#F4D5ED color RGB value is (244,213,237).

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

RGB channels and saturation

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

244
213
237

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

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 237 = 694 (100%)
R 244 of 694 ~ 35.16%
G 213 of 694 ~ 30.69%
B 237 of 694 ~ 34.15%

%35.16
%30.69
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 2.87%
  • 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
%2.87
%4.31

Codes

Color #F4D5ED in popluar color models

F4D5ED
RGB244213237
HSL314°58.49%89.61%
HSB/HSV314°12.70%95.69%
CMYK0.00%12.70%2.87%
4.31%

Color #F4D5ED in popluar number systems.

HEXF4D5ED
Decimal244213237
Binary111101001101010111101101
Octal364325355

Shades and tints

Shades of #F4D5ED

#F4D5ED
(244,213,237)
#DEC2D8
(222,194,216)
#C8AFC3
(200,175,195)
#B29CAE
(178,156,174)
#9C8999
(156,137,153)
#867684
(134,118,132)
#70636F
(112,99,111)
#5A505A
(90,80,90)
#443D45
(68,61,69)
#2E2A30
(46,42,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #F4D5ED

#F4D5ED
(244,213,237)
#F5D8EE
(245,216,238)
#F6DBEF
(246,219,239)
#F7DEF0
(247,222,240)
#F8E1F1
(248,225,241)
#F9E4F2
(249,228,242)
#FAE7F3
(250,231,243)
#FBEAF4
(251,234,244)
#FCEDF5
(252,237,245)
#FDF0F6
(253,240,246)
#FEF3F7
(254,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D5ED; }

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

This text font color is #F4D5ED.


Background Color

.myBgColor { background-color: #F4D5ED; }

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

This div background color is #F4D5ED.


Border color

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

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

This div border color is #F4D5ED.


Opacity

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

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

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

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

This text has shadow with #F4D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D5ED on black background.


Color preview on white background

This text has color #F4D5ED on white background.



Black color preview on #F4D5ED background

This text has black color on #F4D5ED background.


White color preview on #F4D5ED background

This text has white color on #F4D5ED background.