COLOR #F8D7BE

HEX: #F8D7BE
RGB: (248,215,190)

Color info

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

RGB color model

#F8D7BE color RGB value is (248,215,190).

  • red value is 248;
  • green value is 215;
  • blue value is 190.
RGB:
(248,215,190)
(97%,84%,75%)

RGB channels and saturation

R 248 of 255 = 97%
G 215 of 255 = 84%
B 190 of 255 = 75%

248
215
190

R + G + B ~ 85%. #F8D7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 215 + 190 = 653 (100%)
R 248 of 653 ~ 37.98%
G 215 of 653 ~ 32.92%
B 190 of 653 ~ 29.1%

%37.98
%32.92
%29.1

CMYK color model

#F8D7BE color CMYK value is (0,13,23,3).

  • cyan value is 0.00%
  • magenta value is 13.31%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(0,13,23,3)
C0M13Y23K3 
(0%,13%,23%,3%)
(0.00/0.13/0.23/0.03)	

CMYK percentages

%0
%13.31
%23.39
%2.75

Codes

Color #F8D7BE in popluar color models

F8D7BE
RGB248215190
HSL26°80.56%85.88%
HSB/HSV26°23.39%97.25%
CMYK0.00%13.31%23.39%
2.75%

Color #F8D7BE in popluar number systems.

HEXF8D7BE
Decimal248215190
Binary111110001101011110111110
Octal370327276

Shades and tints

Shades of #F8D7BE

#F8D7BE
(248,215,190)
#E2C4AD
(226,196,173)
#CCB19C
(204,177,156)
#B69E8B
(182,158,139)
#A08B7A
(160,139,122)
#8A7869
(138,120,105)
#746558
(116,101,88)
#5E5247
(94,82,71)
#483F36
(72,63,54)
#322C25
(50,44,37)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #F8D7BE

#F8D7BE
(248,215,190)
#F8DAC3
(248,218,195)
#F8DDC8
(248,221,200)
#F8E0CD
(248,224,205)
#F8E3D2
(248,227,210)
#F8E6D7
(248,230,215)
#F8E9DC
(248,233,220)
#F8ECE1
(248,236,225)
#F8EFE6
(248,239,230)
#F8F2EB
(248,242,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D7BE color. Also use rgb(248,215,190) instead hex code.

Text Font Color

.myTextColor { color: #F8D7BE; }

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

This text font color is #F8D7BE.


Background Color

.myBgColor { background-color: #F8D7BE; }

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

This div background color is #F8D7BE.


Border color

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

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

This div border color is #F8D7BE.


Opacity

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

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

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

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

This text has shadow with #F8D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D7BE on black background.


Color preview on white background

This text has color #F8D7BE on white background.



Black color preview on #F8D7BE background

This text has black color on #F8D7BE background.


White color preview on #F8D7BE background

This text has white color on #F8D7BE background.