COLOR #F8DAB3

HEX: #F8DAB3 RGB: (248,218,179)

Color info

#F8DAB3 contains mainly red and green colors. Web safe color of #F8DAB3 is #FFCC99 (or #FC9).

RGB color model

#F8DAB3 color RGB value is (248,218,179).

RGB: (248,218,179) (97%, 85%, 70%)

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 179 of 255 = 70%

248
218
179

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

Portions of RGB colors in percentages

R + G + B = 248 + 218 + 179 = 645 (100%)
R 248 of 645 ~ 38.45%
G 218 of 645 ~ 33.8%
B 179 of 645 ~ 27.75'%

%38.45
%33.8
%27.75

CMYK color model

#F8DAB3 color CMYK value is (0,12,28,3).

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

CMYK: (0,12,28,3)
C0M12Y28K3 (0%, 12%, 28%, 3%)
(0.00 / 0.12 / 0.28 / 0.03)

CMYK percentages

%0
%12.1
%27.82
%2.75

Codes

Color #F8DAB3 in popluar color models

F8 DA B3
RGB 248 218 179
HSL 34° 83.13% 83.73%
HSB/HSV 34° 27.82% 97.25%
CMYK 0.00% 12.10% 27.82%
2.75%

Color #F8DAB3 in popluar number systems.

HEX F8 DA B3
Decimal 248 218 179
Binary 11111000 11011010 10110011
Octal 370 332 263

Shades and tints

Shades of #F8DAB3

#F8DAB3
(248,218,179)
#E2C7A3
(226,199,163)
#CCB493
(204,180,147)
#B6A183
(182,161,131)
#A08E73
(160,142,115)
#8A7B63
(138,123,99)
#746853
(116,104,83)
#5E5543
(94,85,67)
#484233
(72,66,51)
#322F23
(50,47,35)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #F8DAB3

#F8DAB3
(248,218,179)
#F8DDB9
(248,221,185)
#F8E0BF
(248,224,191)
#F8E3C5
(248,227,197)
#F8E6CB
(248,230,203)
#F8E9D1
(248,233,209)
#F8ECD7
(248,236,215)
#F8EFDD
(248,239,221)
#F8F2E3
(248,242,227)
#F8F5E9
(248,245,233)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DAB3; }

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

This text font color is #F8DAB3.

Background Color

.myBgColor { background-color: #F8DAB3; }

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

This div background color is #F8DAB3.

Border color

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

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

This div border color is #F8DAB3.

Opacity

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

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

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

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

This text has shadow with #F8DAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DAB3.

Preview

Color preview on black background

This text has color #F8DAB3 on black background.


Color preview on white background

This text has color #F8DAB3 on white background.


Black color preview on #F8DAB3 background

This text has black color on #F8DAB3 background.


White color preview on #F8DAB3 background

This text has white color on #F8DAB3 background.


Related colors

Complementary color

Complementary color for #hex is #07254C.


I love getcolorcode.com

Triadic colors

1 #B3F8DA and #DAB3F8 with #F8DAB3 are triadic colors.

2 #B3DAF8 and #DAF8B3 with #F8DAB3 are triadic colors.