COLOR #F5DDE4

HEX: #F5DDE4
RGB: (245,221,228)

Color info

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

RGB color model

#F5DDE4 color RGB value is (245,221,228).

  • red value is 245;
  • green value is 221;
  • blue value is 228.
RGB:
(245,221,228)
(96%,87%,89%)

RGB channels and saturation

R 245 of 255 = 96%
G 221 of 255 = 87%
B 228 of 255 = 89%

245
221
228

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

Portions of RGB colors in percentages

R + G + B =
245 + 221 + 228 = 694 (100%)
R 245 of 694 ~ 35.3%
G 221 of 694 ~ 31.84%
B 228 of 694 ~ 32.85%

%35.3
%31.84
%32.85

CMYK color model

#F5DDE4 color CMYK value is (0,10,7,4).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(0,10,7,4)
C0M10Y7K4 
(0%,10%,7%,4%)
(0.00/0.10/0.07/0.04)	

CMYK percentages

%0
%9.8
%6.94
%3.92

Codes

Color #F5DDE4 in popluar color models

F5DDE4
RGB245221228
HSL343°54.55%91.37%
HSB/HSV343°9.80%96.08%
CMYK0.00%9.80%6.94%
3.92%

Color #F5DDE4 in popluar number systems.

HEXF5DDE4
Decimal245221228
Binary111101011101110111100100
Octal365335344

Shades and tints

Shades of #F5DDE4

#F5DDE4
(245,221,228)
#DFC9D0
(223,201,208)
#C9B5BC
(201,181,188)
#B3A1A8
(179,161,168)
#9D8D94
(157,141,148)
#877980
(135,121,128)
#71656C
(113,101,108)
#5B5158
(91,81,88)
#453D44
(69,61,68)
#2F2930
(47,41,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #F5DDE4

#F5DDE4
(245,221,228)
#F5E0E6
(245,224,230)
#F5E3E8
(245,227,232)
#F5E6EA
(245,230,234)
#F5E9EC
(245,233,236)
#F5ECEE
(245,236,238)
#F5EFF0
(245,239,240)
#F5F2F2
(245,242,242)
#F5F5F4
(245,245,244)
#F5F8F6
(245,248,246)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DDE4 color. Also use rgb(245,221,228) instead hex code.

Text Font Color

.myTextColor { color: #F5DDE4; }

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

This text font color is #F5DDE4.


Background Color

.myBgColor { background-color: #F5DDE4; }

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

This div background color is #F5DDE4.


Border color

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

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

This div border color is #F5DDE4.


Opacity

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

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

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

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

This text has shadow with #F5DDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DDE4 on black background.


Color preview on white background

This text has color #F5DDE4 on white background.



Black color preview on #F5DDE4 background

This text has black color on #F5DDE4 background.


White color preview on #F5DDE4 background

This text has white color on #F5DDE4 background.