COLOR #F8D0BA

HEX: #F8D0BA
RGB: (248,208,186)

Color info

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

RGB color model

#F8D0BA color RGB value is (248,208,186).

  • red value is 248;
  • green value is 208;
  • blue value is 186.
RGB:
(248,208,186)
(97%,82%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 208 of 255 = 82%
B 186 of 255 = 73%

248
208
186

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

Portions of RGB colors in percentages

R + G + B =
248 + 208 + 186 = 642 (100%)
R 248 of 642 ~ 38.63%
G 208 of 642 ~ 32.4%
B 186 of 642 ~ 28.97%

%38.63
%32.4
%28.97

CMYK color model

#F8D0BA color CMYK value is (0,16,25,3).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 25.00%
  • key color value is 2.75%
CMYK:
(0,16,25,3)
C0M16Y25K3 
(0%,16%,25%,3%)
(0.00/0.16/0.25/0.03)	

CMYK percentages

%0
%16.13
%25
%2.75

Codes

Color #F8D0BA in popluar color models

F8D0BA
RGB248208186
HSL21°81.58%85.10%
HSB/HSV21°25.00%97.25%
CMYK0.00%16.13%25.00%
2.75%

Color #F8D0BA in popluar number systems.

HEXF8D0BA
Decimal248208186
Binary111110001101000010111010
Octal370320272

Shades and tints

Shades of #F8D0BA

#F8D0BA
(248,208,186)
#E2BEAA
(226,190,170)
#CCAC9A
(204,172,154)
#B69A8A
(182,154,138)
#A0887A
(160,136,122)
#8A766A
(138,118,106)
#74645A
(116,100,90)
#5E524A
(94,82,74)
#48403A
(72,64,58)
#322E2A
(50,46,42)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #F8D0BA

#F8D0BA
(248,208,186)
#F8D4C0
(248,212,192)
#F8D8C6
(248,216,198)
#F8DCCC
(248,220,204)
#F8E0D2
(248,224,210)
#F8E4D8
(248,228,216)
#F8E8DE
(248,232,222)
#F8ECE4
(248,236,228)
#F8F0EA
(248,240,234)
#F8F4F0
(248,244,240)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D0BA color. Also use rgb(248,208,186) instead hex code.

Text Font Color

.myTextColor { color: #F8D0BA; }

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

This text font color is #F8D0BA.


Background Color

.myBgColor { background-color: #F8D0BA; }

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

This div background color is #F8D0BA.


Border color

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

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

This div border color is #F8D0BA.


Opacity

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

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

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

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

This text has shadow with #F8D0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D0BA on black background.


Color preview on white background

This text has color #F8D0BA on white background.



Black color preview on #F8D0BA background

This text has black color on #F8D0BA background.


White color preview on #F8D0BA background

This text has white color on #F8D0BA background.