COLOR #F5E2C6

HEX: #F5E2C6
RGB: (245,226,198)

Color info

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

RGB color model

#F5E2C6 color RGB value is (245,226,198).

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

RGB channels and saturation

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

245
226
198

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

Portions of RGB colors in percentages

R + G + B =
245 + 226 + 198 = 669 (100%)
R 245 of 669 ~ 36.62%
G 226 of 669 ~ 33.78%
B 198 of 669 ~ 29.6%

%36.62
%33.78
%29.6

CMYK color model

#F5E2C6 color CMYK value is (0,8,19,4).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(0,8,19,4)
C0M8Y19K4 
(0%,8%,19%,4%)
(0.00/0.08/0.19/0.04)	

CMYK percentages

%0
%7.76
%19.18
%3.92

Codes

Color #F5E2C6 in popluar color models

F5E2C6
RGB245226198
HSL36°70.15%86.86%
HSB/HSV36°19.18%96.08%
CMYK0.00%7.76%19.18%
3.92%

Color #F5E2C6 in popluar number systems.

HEXF5E2C6
Decimal245226198
Binary111101011110001011000110
Octal365342306

Shades and tints

Shades of #F5E2C6

#F5E2C6
(245,226,198)
#DFCEB4
(223,206,180)
#C9BAA2
(201,186,162)
#B3A690
(179,166,144)
#9D927E
(157,146,126)
#877E6C
(135,126,108)
#716A5A
(113,106,90)
#5B5648
(91,86,72)
#454236
(69,66,54)
#2F2E24
(47,46,36)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #F5E2C6

#F5E2C6
(245,226,198)
#F5E4CB
(245,228,203)
#F5E6D0
(245,230,208)
#F5E8D5
(245,232,213)
#F5EADA
(245,234,218)
#F5ECDF
(245,236,223)
#F5EEE4
(245,238,228)
#F5F0E9
(245,240,233)
#F5F2EE
(245,242,238)
#F5F4F3
(245,244,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E2C6; }

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

This text font color is #F5E2C6.


Background Color

.myBgColor { background-color: #F5E2C6; }

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

This div background color is #F5E2C6.


Border color

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

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

This div border color is #F5E2C6.


Opacity

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

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

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

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

This text has shadow with #F5E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E2C6 on black background.


Color preview on white background

This text has color #F5E2C6 on white background.



Black color preview on #F5E2C6 background

This text has black color on #F5E2C6 background.


White color preview on #F5E2C6 background

This text has white color on #F5E2C6 background.