COLOR #F5CEB8

HEX: #F5CEB8
RGB: (245,206,184)

Color info

#F5CEB8 contains mainly red and green colors. Web safe color of #F5CEB8 is #FFCCCC (or #FCC).

RGB color model

#F5CEB8 color RGB value is (245,206,184).

  • red value is 245;
  • green value is 206;
  • blue value is 184.
RGB:
(245,206,184)
(96%,81%,72%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 184 of 255 = 72%

245
206
184

R + G + B ~ 83%. #F5CEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 184 = 635 (100%)
R 245 of 635 ~ 38.58%
G 206 of 635 ~ 32.44%
B 184 of 635 ~ 28.98%

%38.58
%32.44
%28.98

CMYK color model

#F5CEB8 color CMYK value is (0,16,25,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(0,16,25,4)
C0M16Y25K4 
(0%,16%,25%,4%)
(0.00/0.16/0.25/0.04)	

CMYK percentages

%0
%15.92
%24.9
%3.92

Codes

Color #F5CEB8 in popluar color models

F5CEB8
RGB245206184
HSL22°75.31%84.12%
HSB/HSV22°24.90%96.08%
CMYK0.00%15.92%24.90%
3.92%

Color #F5CEB8 in popluar number systems.

HEXF5CEB8
Decimal245206184
Binary111101011100111010111000
Octal365316270

Shades and tints

Shades of #F5CEB8

#F5CEB8
(245,206,184)
#DFBCA8
(223,188,168)
#C9AA98
(201,170,152)
#B39888
(179,152,136)
#9D8678
(157,134,120)
#877468
(135,116,104)
#716258
(113,98,88)
#5B5048
(91,80,72)
#453E38
(69,62,56)
#2F2C28
(47,44,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5CEB8

#F5CEB8
(245,206,184)
#F5D2BE
(245,210,190)
#F5D6C4
(245,214,196)
#F5DACA
(245,218,202)
#F5DED0
(245,222,208)
#F5E2D6
(245,226,214)
#F5E6DC
(245,230,220)
#F5EAE2
(245,234,226)
#F5EEE8
(245,238,232)
#F5F2EE
(245,242,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CEB8 color. Also use rgb(245,206,184) instead hex code.

Text Font Color

.myTextColor { color: #F5CEB8; }

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

This text font color is #F5CEB8.


Background Color

.myBgColor { background-color: #F5CEB8; }

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

This div background color is #F5CEB8.


Border color

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

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

This div border color is #F5CEB8.


Opacity

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

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

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

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

This text has shadow with #F5CEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CEB8 on black background.


Color preview on white background

This text has color #F5CEB8 on white background.



Black color preview on #F5CEB8 background

This text has black color on #F5CEB8 background.


White color preview on #F5CEB8 background

This text has white color on #F5CEB8 background.