COLOR #F8CCB1

HEX: #F8CCB1
RGB: (248,204,177)

Color info

#F8CCB1 contains mainly red and green colors. Web safe color of #F8CCB1 is #FFCC99 (or #FC9).

RGB color model

#F8CCB1 color RGB value is (248,204,177).

  • red value is 248;
  • green value is 204;
  • blue value is 177.
RGB:
(248,204,177)
(97%,80%,69%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 177 of 255 = 69%

248
204
177

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

Portions of RGB colors in percentages

R + G + B =
248 + 204 + 177 = 629 (100%)
R 248 of 629 ~ 39.43%
G 204 of 629 ~ 32.43%
B 177 of 629 ~ 28.14%

%39.43
%32.43
%28.14

CMYK color model

#F8CCB1 color CMYK value is (0,18,29,3).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(0,18,29,3)
C0M18Y29K3 
(0%,18%,29%,3%)
(0.00/0.18/0.29/0.03)	

CMYK percentages

%0
%17.74
%28.63
%2.75

Codes

Color #F8CCB1 in popluar color models

F8CCB1
RGB248204177
HSL23°83.53%83.33%
HSB/HSV23°28.63%97.25%
CMYK0.00%17.74%28.63%
2.75%

Color #F8CCB1 in popluar number systems.

HEXF8CCB1
Decimal248204177
Binary111110001100110010110001
Octal370314261

Shades and tints

Shades of #F8CCB1

#F8CCB1
(248,204,177)
#E2BAA1
(226,186,161)
#CCA891
(204,168,145)
#B69681
(182,150,129)
#A08471
(160,132,113)
#8A7261
(138,114,97)
#746051
(116,96,81)
#5E4E41
(94,78,65)
#483C31
(72,60,49)
#322A21
(50,42,33)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #F8CCB1

#F8CCB1
(248,204,177)
#F8D0B8
(248,208,184)
#F8D4BF
(248,212,191)
#F8D8C6
(248,216,198)
#F8DCCD
(248,220,205)
#F8E0D4
(248,224,212)
#F8E4DB
(248,228,219)
#F8E8E2
(248,232,226)
#F8ECE9
(248,236,233)
#F8F0F0
(248,240,240)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CCB1 color. Also use rgb(248,204,177) instead hex code.

Text Font Color

.myTextColor { color: #F8CCB1; }

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

This text font color is #F8CCB1.


Background Color

.myBgColor { background-color: #F8CCB1; }

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

This div background color is #F8CCB1.


Border color

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

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

This div border color is #F8CCB1.


Opacity

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

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

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

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

This text has shadow with #F8CCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CCB1 on black background.


Color preview on white background

This text has color #F8CCB1 on white background.



Black color preview on #F8CCB1 background

This text has black color on #F8CCB1 background.


White color preview on #F8CCB1 background

This text has white color on #F8CCB1 background.