COLOR #F8DABB

HEX: #F8DABB RGB: (248,218,187)

Color info

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

RGB color model

#F8DABB color RGB value is (248,218,187).

RGB: (248,218,187) (97%, 85%, 73%)

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 187 of 255 = 73%

248
218
187

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

Portions of RGB colors in percentages

R + G + B = 248 + 218 + 187 = 653 (100%)
R 248 of 653 ~ 37.98%
G 218 of 653 ~ 33.38%
B 187 of 653 ~ 28.64'%

%37.98
%33.38
%28.64

CMYK color model

#F8DABB color CMYK value is (0,12,25,3).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 24.60%
  • key color value is 2.75%

CMYK: (0,12,25,3)
C0M12Y25K3 (0%, 12%, 25%, 3%)
(0.00 / 0.12 / 0.25 / 0.03)

CMYK percentages

%0
%12.1
%24.6
%2.75

Codes

Color #F8DABB in popluar color models

F8 DA BB
RGB 248 218 187
HSL 30° 81.33% 85.29%
HSB/HSV 30° 24.60% 97.25%
CMYK 0.00% 12.10% 24.60%
2.75%

Color #F8DABB in popluar number systems.

HEX F8 DA BB
Decimal 248 218 187
Binary 11111000 11011010 10111011
Octal 370 332 273

Shades and tints

Shades of #F8DABB

#F8DABB
(248,218,187)
#E2C7AA
(226,199,170)
#CCB499
(204,180,153)
#B6A188
(182,161,136)
#A08E77
(160,142,119)
#8A7B66
(138,123,102)
#746855
(116,104,85)
#5E5544
(94,85,68)
#484233
(72,66,51)
#322F22
(50,47,34)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #F8DABB

#F8DABB
(248,218,187)
#F8DDC1
(248,221,193)
#F8E0C7
(248,224,199)
#F8E3CD
(248,227,205)
#F8E6D3
(248,230,211)
#F8E9D9
(248,233,217)
#F8ECDF
(248,236,223)
#F8EFE5
(248,239,229)
#F8F2EB
(248,242,235)
#F8F5F1
(248,245,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DABB; }

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

This text font color is #F8DABB.

Background Color

.myBgColor { background-color: #F8DABB; }

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

This div background color is #F8DABB.

Border color

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

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

This div border color is #F8DABB.

Opacity

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

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

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

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

This text has shadow with #F8DABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DABB.

Preview

Color preview on black background

This text has color #F8DABB on black background.


Color preview on white background

This text has color #F8DABB on white background.


Black color preview on #F8DABB background

This text has black color on #F8DABB background.


White color preview on #F8DABB background

This text has white color on #F8DABB background.


Related colors

Complementary color

Complementary color for #hex is #072544.


I love getcolorcode.com

Triadic colors

1 #BBF8DA and #DABBF8 with #F8DABB are triadic colors.

2 #BBDAF8 and #DAF8BB with #F8DABB are triadic colors.