COLOR #F5E3C6

HEX: #F5E3C6
RGB: (245,227,198)

Color info

#F5E3C6 contains red, green and blue colors in about the same proportion. Web safe color of #F5E3C6 is #FFCCCC (or #FCC).

RGB color model

#F5E3C6 color RGB value is (245,227,198).

  • red value is 245;
  • green value is 227;
  • blue value is 198.
RGB:
(245,227,198)
(96%,89%,78%)

RGB channels and saturation

R 245 of 255 = 96%
G 227 of 255 = 89%
B 198 of 255 = 78%

245
227
198

R + G + B ~ 88%. #F5E3C6 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 227 + 198 = 670 (100%)
R 245 of 670 ~ 36.57%
G 227 of 670 ~ 33.88%
B 198 of 670 ~ 29.55%

%36.57
%33.88
%29.55

CMYK color model

#F5E3C6 color CMYK value is (0,7,19,4).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(0,7,19,4)
C0M7Y19K4 
(0%,7%,19%,4%)
(0.00/0.07/0.19/0.04)	

CMYK percentages

%0
%7.35
%19.18
%3.92

Codes

Color #F5E3C6 in popluar color models

F5E3C6
RGB245227198
HSL37°70.15%86.86%
HSB/HSV37°19.18%96.08%
CMYK0.00%7.35%19.18%
3.92%

Color #F5E3C6 in popluar number systems.

HEXF5E3C6
Decimal245227198
Binary111101011110001111000110
Octal365343306

Shades and tints

Shades of #F5E3C6

#F5E3C6
(245,227,198)
#DFCFB4
(223,207,180)
#C9BBA2
(201,187,162)
#B3A790
(179,167,144)
#9D937E
(157,147,126)
#877F6C
(135,127,108)
#716B5A
(113,107,90)
#5B5748
(91,87,72)
#454336
(69,67,54)
#2F2F24
(47,47,36)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #F5E3C6

#F5E3C6
(245,227,198)
#F5E5CB
(245,229,203)
#F5E7D0
(245,231,208)
#F5E9D5
(245,233,213)
#F5EBDA
(245,235,218)
#F5EDDF
(245,237,223)
#F5EFE4
(245,239,228)
#F5F1E9
(245,241,233)
#F5F3EE
(245,243,238)
#F5F5F3
(245,245,243)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E3C6 color. Also use rgb(245,227,198) instead hex code.

Text Font Color

.myTextColor { color: #F5E3C6; }

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

This text font color is #F5E3C6.


Background Color

.myBgColor { background-color: #F5E3C6; }

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

This div background color is #F5E3C6.


Border color

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

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

This div border color is #F5E3C6.


Opacity

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

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

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

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

This text has shadow with #F5E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E3C6 on black background.


Color preview on white background

This text has color #F5E3C6 on white background.



Black color preview on #F5E3C6 background

This text has black color on #F5E3C6 background.


White color preview on #F5E3C6 background

This text has white color on #F5E3C6 background.