COLOR #F5E0EA

HEX: #F5E0EA
RGB: (245,224,234)

Color info

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

RGB color model

#F5E0EA color RGB value is (245,224,234).

  • red value is 245;
  • green value is 224;
  • blue value is 234.
RGB:
(245,224,234)
(96%,88%,92%)

RGB channels and saturation

R 245 of 255 = 96%
G 224 of 255 = 88%
B 234 of 255 = 92%

245
224
234

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

Portions of RGB colors in percentages

R + G + B =
245 + 224 + 234 = 703 (100%)
R 245 of 703 ~ 34.85%
G 224 of 703 ~ 31.86%
B 234 of 703 ~ 33.29%

%34.85
%31.86
%33.29

CMYK color model

#F5E0EA color CMYK value is (0,9,4,4).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 4.49%
  • key color value is 3.92%
CMYK:
(0,9,4,4)
C0M9Y4K4 
(0%,9%,4%,4%)
(0.00/0.09/0.04/0.04)	

CMYK percentages

%0
%8.57
%4.49
%3.92

Codes

Color #F5E0EA in popluar color models

F5E0EA
RGB245224234
HSL331°51.22%91.96%
HSB/HSV331°8.57%96.08%
CMYK0.00%8.57%4.49%
3.92%

Color #F5E0EA in popluar number systems.

HEXF5E0EA
Decimal245224234
Binary111101011110000011101010
Octal365340352

Shades and tints

Shades of #F5E0EA

#F5E0EA
(245,224,234)
#DFCCD5
(223,204,213)
#C9B8C0
(201,184,192)
#B3A4AB
(179,164,171)
#9D9096
(157,144,150)
#877C81
(135,124,129)
#71686C
(113,104,108)
#5B5457
(91,84,87)
#454042
(69,64,66)
#2F2C2D
(47,44,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #F5E0EA

#F5E0EA
(245,224,234)
#F5E2EB
(245,226,235)
#F5E4EC
(245,228,236)
#F5E6ED
(245,230,237)
#F5E8EE
(245,232,238)
#F5EAEF
(245,234,239)
#F5ECF0
(245,236,240)
#F5EEF1
(245,238,241)
#F5F0F2
(245,240,242)
#F5F2F3
(245,242,243)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E0EA color. Also use rgb(245,224,234) instead hex code.

Text Font Color

.myTextColor { color: #F5E0EA; }

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

This text font color is #F5E0EA.


Background Color

.myBgColor { background-color: #F5E0EA; }

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

This div background color is #F5E0EA.


Border color

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

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

This div border color is #F5E0EA.


Opacity

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

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

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

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

This text has shadow with #F5E0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E0EA on black background.


Color preview on white background

This text has color #F5E0EA on white background.



Black color preview on #F5E0EA background

This text has black color on #F5E0EA background.


White color preview on #F5E0EA background

This text has white color on #F5E0EA background.