COLOR #F5E6EF

HEX: #F5E6EF RGB: (245,230,239)

Color info

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

RGB color model

#F5E6EF color RGB value is (245,230,239).

RGB: (245,230,239) (96%, 90%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 239 of 255 = 94%

245
230
239

R + G + B ~ 93%. #F5E6EF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 230 + 239 = 714 (100%)
R 245 of 714 ~ 34.31%
G 230 of 714 ~ 32.21%
B 239 of 714 ~ 33.47'%

%34.31
%32.21
%33.47

CMYK color model

#F5E6EF color CMYK value is (0,6,2,4).

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

CMYK: (0,6,2,4)
C0M6Y2K4 (0%, 6%, 2%, 4%)
(0.00 / 0.06 / 0.02 / 0.04)

CMYK percentages

%0
%6.12
%2.45
%3.92

Codes

Color #F5E6EF in popluar color models

F5 E6 EF
RGB 245 230 239
HSL 324° 42.86% 93.14%
HSB/HSV 324° 6.12% 96.08%
CMYK 0.00% 6.12% 2.45%
3.92%

Color #F5E6EF in popluar number systems.

HEX F5 E6 EF
Decimal 245 230 239
Binary 11110101 11100110 11101111
Octal 365 346 357

Shades and tints

Shades of #F5E6EF

#F5E6EF
(245,230,239)
#DFD2DA
(223,210,218)
#C9BEC5
(201,190,197)
#B3AAB0
(179,170,176)
#9D969B
(157,150,155)
#878286
(135,130,134)
#716E71
(113,110,113)
#5B5A5C
(91,90,92)
#454647
(69,70,71)
#2F3232
(47,50,50)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #F5E6EF

#F5E6EF
(245,230,239)
#F5E8F0
(245,232,240)
#F5EAF1
(245,234,241)
#F5ECF2
(245,236,242)
#F5EEF3
(245,238,243)
#F5F0F4
(245,240,244)
#F5F2F5
(245,242,245)
#F5F4F6
(245,244,246)
#F5F6F7
(245,246,247)
#F5F8F8
(245,248,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6EF; }

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

This text font color is #F5E6EF.

Background Color

.myBgColor { background-color: #F5E6EF; }

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

This div background color is #F5E6EF.

Border color

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

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

This div border color is #F5E6EF.

Opacity

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

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

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

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

This text has shadow with #F5E6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E6EF.

Preview

Color preview on black background

This text has color #F5E6EF on black background.


Color preview on white background

This text has color #F5E6EF on white background.


Black color preview on #F5E6EF background

This text has black color on #F5E6EF background.


White color preview on #F5E6EF background

This text has white color on #F5E6EF background.


Related colors

Complementary color

Complementary color for #hex is #0A1910.


I love getcolorcode.com

Triadic colors

1 #EFF5E6 and #E6EFF5 with #F5E6EF are triadic colors.

2 #EFE6F5 and #E6F5EF with #F5E6EF are triadic colors.