COLOR #F5D2EE

HEX: #F5D2EE RGB: (245,210,238)

Color info

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

RGB color model

#F5D2EE color RGB value is (245,210,238).

RGB: (245,210,238) (96%, 82%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 238 of 255 = 93%

245
210
238

R + G + B ~ 90%. #F5D2EE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 210 + 238 = 693 (100%)
R 245 of 693 ~ 35.35%
G 210 of 693 ~ 30.3%
B 238 of 693 ~ 34.34'%

%35.35
%30.3
%34.34

CMYK color model

#F5D2EE color CMYK value is (0,14,3,4).

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

CMYK: (0,14,3,4)
C0M14Y3K4 (0%, 14%, 3%, 4%)
(0.00 / 0.14 / 0.03 / 0.04)

CMYK percentages

%0
%14.29
%2.86
%3.92

Codes

Color #F5D2EE in popluar color models

F5 D2 EE
RGB 245 210 238
HSL 312° 63.64% 89.22%
HSB/HSV 312° 14.29% 96.08%
CMYK 0.00% 14.29% 2.86%
3.92%

Color #F5D2EE in popluar number systems.

HEX F5 D2 EE
Decimal 245 210 238
Binary 11110101 11010010 11101110
Octal 365 322 356

Shades and tints

Shades of #F5D2EE

#F5D2EE
(245,210,238)
#DFBFD9
(223,191,217)
#C9ACC4
(201,172,196)
#B399AF
(179,153,175)
#9D869A
(157,134,154)
#877385
(135,115,133)
#716070
(113,96,112)
#5B4D5B
(91,77,91)
#453A46
(69,58,70)
#2F2731
(47,39,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #F5D2EE

#F5D2EE
(245,210,238)
#F5D6EF
(245,214,239)
#F5DAF0
(245,218,240)
#F5DEF1
(245,222,241)
#F5E2F2
(245,226,242)
#F5E6F3
(245,230,243)
#F5EAF4
(245,234,244)
#F5EEF5
(245,238,245)
#F5F2F6
(245,242,246)
#F5F6F7
(245,246,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D2EE; }

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

This text font color is #F5D2EE.

Background Color

.myBgColor { background-color: #F5D2EE; }

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

This div background color is #F5D2EE.

Border color

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

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

This div border color is #F5D2EE.

Opacity

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

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

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

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

This text has shadow with #F5D2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D2EE.

Preview

Color preview on black background

This text has color #F5D2EE on black background.


Color preview on white background

This text has color #F5D2EE on white background.


Black color preview on #F5D2EE background

This text has black color on #F5D2EE background.


White color preview on #F5D2EE background

This text has white color on #F5D2EE background.


Related colors

Complementary color

Complementary color for #hex is #0A2D11.


I love getcolorcode.com

Triadic colors

1 #EEF5D2 and #D2EEF5 with #F5D2EE are triadic colors.

2 #EED2F5 and #D2F5EE with #F5D2EE are triadic colors.