COLOR #F5E6EB

HEX: #F5E6EB RGB: (245,230,235)

Color info

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

RGB color model

#F5E6EB color RGB value is (245,230,235).

RGB: (245,230,235) (96%, 90%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 235 of 255 = 92%

245
230
235

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

Portions of RGB colors in percentages

R + G + B = 245 + 230 + 235 = 710 (100%)
R 245 of 710 ~ 34.51%
G 230 of 710 ~ 32.39%
B 235 of 710 ~ 33.1'%

%34.51
%32.39
%33.1

CMYK color model

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

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

CMYK: (0,6,4,4)
C0M6Y4K4 (0%, 6%, 4%, 4%)
(0.00 / 0.06 / 0.04 / 0.04)

CMYK percentages

%0
%6.12
%4.08
%3.92

Codes

Color #F5E6EB in popluar color models

F5 E6 EB
RGB 245 230 235
HSL 340° 42.86% 93.14%
HSB/HSV 340° 6.12% 96.08%
CMYK 0.00% 6.12% 4.08%
3.92%

Color #F5E6EB in popluar number systems.

HEX F5 E6 EB
Decimal 245 230 235
Binary 11110101 11100110 11101011
Octal 365 346 353

Shades and tints

Shades of #F5E6EB

#F5E6EB
(245,230,235)
#DFD2D6
(223,210,214)
#C9BEC1
(201,190,193)
#B3AAAC
(179,170,172)
#9D9697
(157,150,151)
#878282
(135,130,130)
#716E6D
(113,110,109)
#5B5A58
(91,90,88)
#454643
(69,70,67)
#2F322E
(47,50,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #F5E6EB

#F5E6EB
(245,230,235)
#F5E8EC
(245,232,236)
#F5EAED
(245,234,237)
#F5ECEE
(245,236,238)
#F5EEEF
(245,238,239)
#F5F0F0
(245,240,240)
#F5F2F1
(245,242,241)
#F5F4F2
(245,244,242)
#F5F6F3
(245,246,243)
#F5F8F4
(245,248,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6EB; }

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

This text font color is #F5E6EB.

Background Color

.myBgColor { background-color: #F5E6EB; }

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

This div background color is #F5E6EB.

Border color

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

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

This div border color is #F5E6EB.

Opacity

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

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

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

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

This text has shadow with #F5E6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E6EB.

Preview

Color preview on black background

This text has color #F5E6EB on black background.


Color preview on white background

This text has color #F5E6EB on white background.


Black color preview on #F5E6EB background

This text has black color on #F5E6EB background.


White color preview on #F5E6EB background

This text has white color on #F5E6EB background.


Related colors

Complementary color

Complementary color for #hex is #0A1914.


I love getcolorcode.com

Triadic colors

1 #EBF5E6 and #E6EBF5 with #F5E6EB are triadic colors.

2 #EBE6F5 and #E6F5EB with #F5E6EB are triadic colors.