COLOR #F5C8B8

HEX: #F5C8B8
RGB: (245,200,184)

Color info

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

RGB color model

#F5C8B8 color RGB value is (245,200,184).

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

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 184 of 255 = 72%

245
200
184

R + G + B ~ 82%. #F5C8B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 200 + 184 = 629 (100%)
R 245 of 629 ~ 38.95%
G 200 of 629 ~ 31.8%
B 184 of 629 ~ 29.25%

%38.95
%31.8
%29.25

CMYK color model

#F5C8B8 color CMYK value is (0,18,25,4).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(0,18,25,4)
C0M18Y25K4 
(0%,18%,25%,4%)
(0.00/0.18/0.25/0.04)	

CMYK percentages

%0
%18.37
%24.9
%3.92

Codes

Color #F5C8B8 in popluar color models

F5C8B8
RGB245200184
HSL16°75.31%84.12%
HSB/HSV16°24.90%96.08%
CMYK0.00%18.37%24.90%
3.92%

Color #F5C8B8 in popluar number systems.

HEXF5C8B8
Decimal245200184
Binary111101011100100010111000
Octal365310270

Shades and tints

Shades of #F5C8B8

#F5C8B8
(245,200,184)
#DFB6A8
(223,182,168)
#C9A498
(201,164,152)
#B39288
(179,146,136)
#9D8078
(157,128,120)
#876E68
(135,110,104)
#715C58
(113,92,88)
#5B4A48
(91,74,72)
#453838
(69,56,56)
#2F2628
(47,38,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #F5C8B8

#F5C8B8
(245,200,184)
#F5CDBE
(245,205,190)
#F5D2C4
(245,210,196)
#F5D7CA
(245,215,202)
#F5DCD0
(245,220,208)
#F5E1D6
(245,225,214)
#F5E6DC
(245,230,220)
#F5EBE2
(245,235,226)
#F5F0E8
(245,240,232)
#F5F5EE
(245,245,238)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C8B8; }

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

This text font color is #F5C8B8.


Background Color

.myBgColor { background-color: #F5C8B8; }

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

This div background color is #F5C8B8.


Border color

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

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

This div border color is #F5C8B8.


Opacity

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

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

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

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

This text has shadow with #F5C8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C8B8 on black background.


Color preview on white background

This text has color #F5C8B8 on white background.



Black color preview on #F5C8B8 background

This text has black color on #F5C8B8 background.


White color preview on #F5C8B8 background

This text has white color on #F5C8B8 background.