COLOR #F8D3BB

HEX: #F8D3BB
RGB: (248,211,187)

Color info

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

RGB color model

#F8D3BB color RGB value is (248,211,187).

  • red value is 248;
  • green value is 211;
  • blue value is 187.
RGB:
(248,211,187)
(97%,83%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 211 of 255 = 83%
B 187 of 255 = 73%

248
211
187

R + G + B ~ 84%. #F8D3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 211 + 187 = 646 (100%)
R 248 of 646 ~ 38.39%
G 211 of 646 ~ 32.66%
B 187 of 646 ~ 28.95%

%38.39
%32.66
%28.95

CMYK color model

#F8D3BB color CMYK value is (0,15,25,3).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,15,25,3)
C0M15Y25K3 
(0%,15%,25%,3%)
(0.00/0.15/0.25/0.03)	

CMYK percentages

%0
%14.92
%24.6
%2.75

Codes

Color #F8D3BB in popluar color models

F8D3BB
RGB248211187
HSL24°81.33%85.29%
HSB/HSV24°24.60%97.25%
CMYK0.00%14.92%24.60%
2.75%

Color #F8D3BB in popluar number systems.

HEXF8D3BB
Decimal248211187
Binary111110001101001110111011
Octal370323273

Shades and tints

Shades of #F8D3BB

#F8D3BB
(248,211,187)
#E2C0AA
(226,192,170)
#CCAD99
(204,173,153)
#B69A88
(182,154,136)
#A08777
(160,135,119)
#8A7466
(138,116,102)
#746155
(116,97,85)
#5E4E44
(94,78,68)
#483B33
(72,59,51)
#322822
(50,40,34)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #F8D3BB

#F8D3BB
(248,211,187)
#F8D7C1
(248,215,193)
#F8DBC7
(248,219,199)
#F8DFCD
(248,223,205)
#F8E3D3
(248,227,211)
#F8E7D9
(248,231,217)
#F8EBDF
(248,235,223)
#F8EFE5
(248,239,229)
#F8F3EB
(248,243,235)
#F8F7F1
(248,247,241)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D3BB color. Also use rgb(248,211,187) instead hex code.

Text Font Color

.myTextColor { color: #F8D3BB; }

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

This text font color is #F8D3BB.


Background Color

.myBgColor { background-color: #F8D3BB; }

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

This div background color is #F8D3BB.


Border color

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

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

This div border color is #F8D3BB.


Opacity

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

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

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

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

This text has shadow with #F8D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D3BB on black background.


Color preview on white background

This text has color #F8D3BB on white background.



Black color preview on #F8D3BB background

This text has black color on #F8D3BB background.


White color preview on #F8D3BB background

This text has white color on #F8D3BB background.