COLOR #F8C5BD

HEX: #F8C5BD
RGB: (248,197,189)

Color info

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

RGB color model

#F8C5BD color RGB value is (248,197,189).

  • red value is 248;
  • green value is 197;
  • blue value is 189.
RGB:
(248,197,189)
(97%,77%,74%)

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 189 of 255 = 74%

248
197
189

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

Portions of RGB colors in percentages

R + G + B =
248 + 197 + 189 = 634 (100%)
R 248 of 634 ~ 39.12%
G 197 of 634 ~ 31.07%
B 189 of 634 ~ 29.81%

%39.12
%31.07
%29.81

CMYK color model

#F8C5BD color CMYK value is (0,21,24,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 23.79%
  • key color value is 2.75%
CMYK:
(0,21,24,3)
C0M21Y24K3 
(0%,21%,24%,3%)
(0.00/0.21/0.24/0.03)	

CMYK percentages

%0
%20.56
%23.79
%2.75

Codes

Color #F8C5BD in popluar color models

F8C5BD
RGB248197189
HSL80.82%85.69%
HSB/HSV23.79%97.25%
CMYK0.00%20.56%23.79%
2.75%

Color #F8C5BD in popluar number systems.

HEXF8C5BD
Decimal248197189
Binary111110001100010110111101
Octal370305275

Shades and tints

Shades of #F8C5BD

#F8C5BD
(248,197,189)
#E2B4AC
(226,180,172)
#CCA39B
(204,163,155)
#B6928A
(182,146,138)
#A08179
(160,129,121)
#8A7068
(138,112,104)
#745F57
(116,95,87)
#5E4E46
(94,78,70)
#483D35
(72,61,53)
#322C24
(50,44,36)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #F8C5BD

#F8C5BD
(248,197,189)
#F8CAC3
(248,202,195)
#F8CFC9
(248,207,201)
#F8D4CF
(248,212,207)
#F8D9D5
(248,217,213)
#F8DEDB
(248,222,219)
#F8E3E1
(248,227,225)
#F8E8E7
(248,232,231)
#F8EDED
(248,237,237)
#F8F2F3
(248,242,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C5BD color. Also use rgb(248,197,189) instead hex code.

Text Font Color

.myTextColor { color: #F8C5BD; }

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

This text font color is #F8C5BD.


Background Color

.myBgColor { background-color: #F8C5BD; }

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

This div background color is #F8C5BD.


Border color

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

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

This div border color is #F8C5BD.


Opacity

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

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

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

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

This text has shadow with #F8C5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C5BD on black background.


Color preview on white background

This text has color #F8C5BD on white background.



Black color preview on #F8C5BD background

This text has black color on #F8C5BD background.


White color preview on #F8C5BD background

This text has white color on #F8C5BD background.