COLOR #F8C9BC

HEX: #F8C9BC RGB: (248,201,188)

Color info

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

RGB color model

#F8C9BC color RGB value is (248,201,188).

RGB: (248,201,188) (97%, 79%, 74%)

RGB channels and saturation

R 248 of 255 = 97%
G 201 of 255 = 79%
B 188 of 255 = 74%

248
201
188

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

Portions of RGB colors in percentages

R + G + B = 248 + 201 + 188 = 637 (100%)
R 248 of 637 ~ 38.93%
G 201 of 637 ~ 31.55%
B 188 of 637 ~ 29.51'%

%38.93
%31.55
%29.51

CMYK color model

#F8C9BC color CMYK value is (0,19,24,3).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 24.19%
  • key color value is 2.75%

CMYK: (0,19,24,3)
C0M19Y24K3 (0%, 19%, 24%, 3%)
(0.00 / 0.19 / 0.24 / 0.03)

CMYK percentages

%0
%18.95
%24.19
%2.75

Codes

Color #F8C9BC in popluar color models

F8 C9 BC
RGB 248 201 188
HSL 13° 81.08% 85.49%
HSB/HSV 13° 24.19% 97.25%
CMYK 0.00% 18.95% 24.19%
2.75%

Color #F8C9BC in popluar number systems.

HEX F8 C9 BC
Decimal 248 201 188
Binary 11111000 11001001 10111100
Octal 370 311 274

Shades and tints

Shades of #F8C9BC

#F8C9BC
(248,201,188)
#E2B7AB
(226,183,171)
#CCA59A
(204,165,154)
#B69389
(182,147,137)
#A08178
(160,129,120)
#8A6F67
(138,111,103)
#745D56
(116,93,86)
#5E4B45
(94,75,69)
#483934
(72,57,52)
#322723
(50,39,35)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #F8C9BC

#F8C9BC
(248,201,188)
#F8CDC2
(248,205,194)
#F8D1C8
(248,209,200)
#F8D5CE
(248,213,206)
#F8D9D4
(248,217,212)
#F8DDDA
(248,221,218)
#F8E1E0
(248,225,224)
#F8E5E6
(248,229,230)
#F8E9EC
(248,233,236)
#F8EDF2
(248,237,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C9BC color. Also use rgb(248,201,188) instead hex code.

Text Font Color

.myTextColor { color: #F8C9BC; }

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

This text font color is #F8C9BC.

Background Color

.myBgColor { background-color: #F8C9BC; }

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

This div background color is #F8C9BC.

Border color

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

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

This div border color is #F8C9BC.

Opacity

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

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

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

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

This text has shadow with #F8C9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C9BC.

Preview

Color preview on black background

This text has color #F8C9BC on black background.


Color preview on white background

This text has color #F8C9BC on white background.


Black color preview on #F8C9BC background

This text has black color on #F8C9BC background.


White color preview on #F8C9BC background

This text has white color on #F8C9BC background.


Related colors

Complementary color

Complementary color for #hex is #073643.


I love getcolorcode.com

Triadic colors

1 #BCF8C9 and #C9BCF8 with #F8C9BC are triadic colors.

2 #BCC9F8 and #C9F8BC with #F8C9BC are triadic colors.