COLOR #F8CBB5

HEX: #F8CBB5
RGB: (248,203,181)

Color info

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

RGB color model

#F8CBB5 color RGB value is (248,203,181).

  • red value is 248;
  • green value is 203;
  • blue value is 181.
RGB:
(248,203,181)
(97%,80%,71%)

RGB channels and saturation

R 248 of 255 = 97%
G 203 of 255 = 80%
B 181 of 255 = 71%

248
203
181

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

Portions of RGB colors in percentages

R + G + B =
248 + 203 + 181 = 632 (100%)
R 248 of 632 ~ 39.24%
G 203 of 632 ~ 32.12%
B 181 of 632 ~ 28.64%

%39.24
%32.12
%28.64

CMYK color model

#F8CBB5 color CMYK value is (0,18,27,3).

  • cyan value is 0.00%
  • magenta value is 18.15%
  • yellow value is 27.02%
  • key color value is 2.75%
CMYK:
(0,18,27,3)
C0M18Y27K3 
(0%,18%,27%,3%)
(0.00/0.18/0.27/0.03)	

CMYK percentages

%0
%18.15
%27.02
%2.75

Codes

Color #F8CBB5 in popluar color models

F8CBB5
RGB248203181
HSL20°82.72%84.12%
HSB/HSV20°27.02%97.25%
CMYK0.00%18.15%27.02%
2.75%

Color #F8CBB5 in popluar number systems.

HEXF8CBB5
Decimal248203181
Binary111110001100101110110101
Octal370313265

Shades and tints

Shades of #F8CBB5

#F8CBB5
(248,203,181)
#E2B9A5
(226,185,165)
#CCA795
(204,167,149)
#B69585
(182,149,133)
#A08375
(160,131,117)
#8A7165
(138,113,101)
#745F55
(116,95,85)
#5E4D45
(94,77,69)
#483B35
(72,59,53)
#322925
(50,41,37)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #F8CBB5

#F8CBB5
(248,203,181)
#F8CFBB
(248,207,187)
#F8D3C1
(248,211,193)
#F8D7C7
(248,215,199)
#F8DBCD
(248,219,205)
#F8DFD3
(248,223,211)
#F8E3D9
(248,227,217)
#F8E7DF
(248,231,223)
#F8EBE5
(248,235,229)
#F8EFEB
(248,239,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CBB5 color. Also use rgb(248,203,181) instead hex code.

Text Font Color

.myTextColor { color: #F8CBB5; }

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

This text font color is #F8CBB5.


Background Color

.myBgColor { background-color: #F8CBB5; }

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

This div background color is #F8CBB5.


Border color

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

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

This div border color is #F8CBB5.


Opacity

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

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

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

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

This text has shadow with #F8CBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CBB5 on black background.


Color preview on white background

This text has color #F8CBB5 on white background.



Black color preview on #F8CBB5 background

This text has black color on #F8CBB5 background.


White color preview on #F8CBB5 background

This text has white color on #F8CBB5 background.