COLOR #F5D2EB

HEX: #F5D2EB
RGB: (245,210,235)

Color info

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

RGB color model

#F5D2EB color RGB value is (245,210,235).

  • red value is 245;
  • green value is 210;
  • blue value is 235.
RGB:
(245,210,235)
(96%,82%,92%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 235 of 255 = 92%

245
210
235

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

Portions of RGB colors in percentages

R + G + B =
245 + 210 + 235 = 690 (100%)
R 245 of 690 ~ 35.51%
G 210 of 690 ~ 30.43%
B 235 of 690 ~ 34.06%

%35.51
%30.43
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(0,14,4,4)
C0M14Y4K4 
(0%,14%,4%,4%)
(0.00/0.14/0.04/0.04)	

CMYK percentages

%0
%14.29
%4.08
%3.92

Codes

Color #F5D2EB in popluar color models

F5D2EB
RGB245210235
HSL317°63.64%89.22%
HSB/HSV317°14.29%96.08%
CMYK0.00%14.29%4.08%
3.92%

Color #F5D2EB in popluar number systems.

HEXF5D2EB
Decimal245210235
Binary111101011101001011101011
Octal365322353

Shades and tints

Shades of #F5D2EB

#F5D2EB
(245,210,235)
#DFBFD6
(223,191,214)
#C9ACC1
(201,172,193)
#B399AC
(179,153,172)
#9D8697
(157,134,151)
#877382
(135,115,130)
#71606D
(113,96,109)
#5B4D58
(91,77,88)
#453A43
(69,58,67)
#2F272E
(47,39,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5D2EB

#F5D2EB
(245,210,235)
#F5D6EC
(245,214,236)
#F5DAED
(245,218,237)
#F5DEEE
(245,222,238)
#F5E2EF
(245,226,239)
#F5E6F0
(245,230,240)
#F5EAF1
(245,234,241)
#F5EEF2
(245,238,242)
#F5F2F3
(245,242,243)
#F5F6F4
(245,246,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D2EB; }

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

This text font color is #F5D2EB.


Background Color

.myBgColor { background-color: #F5D2EB; }

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

This div background color is #F5D2EB.


Border color

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

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

This div border color is #F5D2EB.


Opacity

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

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

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

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

This text has shadow with #F5D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D2EB on black background.


Color preview on white background

This text has color #F5D2EB on white background.



Black color preview on #F5D2EB background

This text has black color on #F5D2EB background.


White color preview on #F5D2EB background

This text has white color on #F5D2EB background.