COLOR #F8DABE

HEX: #F8DABE
RGB: (248,218,190)

Color info

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

RGB color model

#F8DABE color RGB value is (248,218,190).

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

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 190 of 255 = 75%

248
218
190

R + G + B ~ 86%. #F8DABE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 218 + 190 = 656 (100%)
R 248 of 656 ~ 37.8%
G 218 of 656 ~ 33.23%
B 190 of 656 ~ 28.96%

%37.8
%33.23
%28.96

CMYK color model

#F8DABE color CMYK value is (0,12,23,3).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(0,12,23,3)
C0M12Y23K3 
(0%,12%,23%,3%)
(0.00/0.12/0.23/0.03)	

CMYK percentages

%0
%12.1
%23.39
%2.75

Codes

Color #F8DABE in popluar color models

F8DABE
RGB248218190
HSL29°80.56%85.88%
HSB/HSV29°23.39%97.25%
CMYK0.00%12.10%23.39%
2.75%

Color #F8DABE in popluar number systems.

HEXF8DABE
Decimal248218190
Binary111110001101101010111110
Octal370332276

Shades and tints

Shades of #F8DABE

#F8DABE
(248,218,190)
#E2C7AD
(226,199,173)
#CCB49C
(204,180,156)
#B6A18B
(182,161,139)
#A08E7A
(160,142,122)
#8A7B69
(138,123,105)
#746858
(116,104,88)
#5E5547
(94,85,71)
#484236
(72,66,54)
#322F25
(50,47,37)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #F8DABE

#F8DABE
(248,218,190)
#F8DDC3
(248,221,195)
#F8E0C8
(248,224,200)
#F8E3CD
(248,227,205)
#F8E6D2
(248,230,210)
#F8E9D7
(248,233,215)
#F8ECDC
(248,236,220)
#F8EFE1
(248,239,225)
#F8F2E6
(248,242,230)
#F8F5EB
(248,245,235)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DABE; }

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

This text font color is #F8DABE.


Background Color

.myBgColor { background-color: #F8DABE; }

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

This div background color is #F8DABE.


Border color

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

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

This div border color is #F8DABE.


Opacity

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

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

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

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

This text has shadow with #F8DABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DABE on black background.


Color preview on white background

This text has color #F8DABE on white background.



Black color preview on #F8DABE background

This text has black color on #F8DABE background.


White color preview on #F8DABE background

This text has white color on #F8DABE background.