COLOR #F5D3EF

HEX: #F5D3EF RGB: (245,211,239)

Color info

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

RGB color model

#F5D3EF color RGB value is (245,211,239).

RGB: (245,211,239) (96%, 83%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 239 of 255 = 94%

245
211
239

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

Portions of RGB colors in percentages

R + G + B = 245 + 211 + 239 = 695 (100%)
R 245 of 695 ~ 35.25%
G 211 of 695 ~ 30.36%
B 239 of 695 ~ 34.39'%

%35.25
%30.36
%34.39

CMYK color model

#F5D3EF color CMYK value is (0,14,2,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 2.45%
  • key color value is 3.92%

CMYK: (0,14,2,4)
C0M14Y2K4 (0%, 14%, 2%, 4%)
(0.00 / 0.14 / 0.02 / 0.04)

CMYK percentages

%0
%13.88
%2.45
%3.92

Codes

Color #F5D3EF in popluar color models

F5 D3 EF
RGB 245 211 239
HSL 311° 62.96% 89.41%
HSB/HSV 311° 13.88% 96.08%
CMYK 0.00% 13.88% 2.45%
3.92%

Color #F5D3EF in popluar number systems.

HEX F5 D3 EF
Decimal 245 211 239
Binary 11110101 11010011 11101111
Octal 365 323 357

Shades and tints

Shades of #F5D3EF

#F5D3EF
(245,211,239)
#DFC0DA
(223,192,218)
#C9ADC5
(201,173,197)
#B39AB0
(179,154,176)
#9D879B
(157,135,155)
#877486
(135,116,134)
#716171
(113,97,113)
#5B4E5C
(91,78,92)
#453B47
(69,59,71)
#2F2832
(47,40,50)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #F5D3EF

#F5D3EF
(245,211,239)
#F5D7F0
(245,215,240)
#F5DBF1
(245,219,241)
#F5DFF2
(245,223,242)
#F5E3F3
(245,227,243)
#F5E7F4
(245,231,244)
#F5EBF5
(245,235,245)
#F5EFF6
(245,239,246)
#F5F3F7
(245,243,247)
#F5F7F8
(245,247,248)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3EF color. Also use rgb(245,211,239) instead hex code.

Text Font Color

.myTextColor { color: #F5D3EF; }

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

This text font color is #F5D3EF.

Background Color

.myBgColor { background-color: #F5D3EF; }

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

This div background color is #F5D3EF.

Border color

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

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

This div border color is #F5D3EF.

Opacity

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

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

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

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

This text has shadow with #F5D3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D3EF.

Preview

Color preview on black background

This text has color #F5D3EF on black background.


Color preview on white background

This text has color #F5D3EF on white background.


Black color preview on #F5D3EF background

This text has black color on #F5D3EF background.


White color preview on #F5D3EF background

This text has white color on #F5D3EF background.


Related colors

Complementary color

Complementary color for #hex is #0A2C10.


I love getcolorcode.com

Triadic colors

1 #EFF5D3 and #D3EFF5 with #F5D3EF are triadic colors.

2 #EFD3F5 and #D3F5EF with #F5D3EF are triadic colors.