COLOR #F5DCEE

HEX: #F5DCEE RGB: (245,220,238)

Color info

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

RGB color model

#F5DCEE color RGB value is (245,220,238).

RGB: (245,220,238) (96%, 86%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 238 of 255 = 93%

245
220
238

R + G + B ~ 92%. #F5DCEE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 220 + 238 = 703 (100%)
R 245 of 703 ~ 34.85%
G 220 of 703 ~ 31.29%
B 238 of 703 ~ 33.85'%

%34.85
%31.29
%33.85

CMYK color model

#F5DCEE color CMYK value is (0,10,3,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (0,10,3,4)
C0M10Y3K4 (0%, 10%, 3%, 4%)
(0.00 / 0.10 / 0.03 / 0.04)

CMYK percentages

%0
%10.2
%2.86
%3.92

Codes

Color #F5DCEE in popluar color models

F5 DC EE
RGB 245 220 238
HSL 317° 55.56% 91.18%
HSB/HSV 317° 10.20% 96.08%
CMYK 0.00% 10.20% 2.86%
3.92%

Color #F5DCEE in popluar number systems.

HEX F5 DC EE
Decimal 245 220 238
Binary 11110101 11011100 11101110
Octal 365 334 356

Shades and tints

Shades of #F5DCEE

#F5DCEE
(245,220,238)
#DFC8D9
(223,200,217)
#C9B4C4
(201,180,196)
#B3A0AF
(179,160,175)
#9D8C9A
(157,140,154)
#877885
(135,120,133)
#716470
(113,100,112)
#5B505B
(91,80,91)
#453C46
(69,60,70)
#2F2831
(47,40,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #F5DCEE

#F5DCEE
(245,220,238)
#F5DFEF
(245,223,239)
#F5E2F0
(245,226,240)
#F5E5F1
(245,229,241)
#F5E8F2
(245,232,242)
#F5EBF3
(245,235,243)
#F5EEF4
(245,238,244)
#F5F1F5
(245,241,245)
#F5F4F6
(245,244,246)
#F5F7F7
(245,247,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCEE color. Also use rgb(245,220,238) instead hex code.

Text Font Color

.myTextColor { color: #F5DCEE; }

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

This text font color is #F5DCEE.

Background Color

.myBgColor { background-color: #F5DCEE; }

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

This div background color is #F5DCEE.

Border color

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

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

This div border color is #F5DCEE.

Opacity

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

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

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

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

This text has shadow with #F5DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DCEE.

Preview

Color preview on black background

This text has color #F5DCEE on black background.


Color preview on white background

This text has color #F5DCEE on white background.


Black color preview on #F5DCEE background

This text has black color on #F5DCEE background.


White color preview on #F5DCEE background

This text has white color on #F5DCEE background.


Related colors

Complementary color

Complementary color for #hex is #0A2311.


I love getcolorcode.com

Triadic colors

1 #EEF5DC and #DCEEF5 with #F5DCEE are triadic colors.

2 #EEDCF5 and #DCF5EE with #F5DCEE are triadic colors.