COLOR #F8D0AC

HEX: #F8D0AC RGB: (248,208,172)

Color info

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

RGB color model

#F8D0AC color RGB value is (248,208,172).

RGB: (248,208,172) (97%, 82%, 67%)

RGB channels and saturation

R 248 of 255 = 97%
G 208 of 255 = 82%
B 172 of 255 = 67%

248
208
172

R + G + B ~ 82%. #F8D0AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 208 + 172 = 628 (100%)
R 248 of 628 ~ 39.49%
G 208 of 628 ~ 33.12%
B 172 of 628 ~ 27.39'%

%39.49
%33.12
%27.39

CMYK color model

#F8D0AC color CMYK value is (0,16,31,3).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 30.65%
  • key color value is 2.75%
CMYK: (0,16,31,3) C0M16Y31K3 (0%,16%,31%,3%) (0.00/0.16/0.31/0.03) 

CMYK percentages

%0
%16.13
%30.65
%2.75

Codes

Color #F8D0AC in popluar color models

F8 D0 AC
RGB 248 208 172
HSL 28° 84.44% 82.35%
HSB/HSV 28° 30.65% 97.25%
CMYK 0.00% 16.13% 30.65%
2.75%

Color #F8D0AC in popluar number systems.

HEX F8 D0 AC
Decimal 248 208 172
Binary 11111000 11010000 10101100
Octal 370 320 254

Shades and tints

Shades of #F8D0AC

#F8D0AC
(248,208,172)
#E2BE9D
(226,190,157)
#CCAC8E
(204,172,142)
#B69A7F
(182,154,127)
#A08870
(160,136,112)
#8A7661
(138,118,97)
#746452
(116,100,82)
#5E5243
(94,82,67)
#484034
(72,64,52)
#322E25
(50,46,37)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #F8D0AC

#F8D0AC
(248,208,172)
#F8D4B3
(248,212,179)
#F8D8BA
(248,216,186)
#F8DCC1
(248,220,193)
#F8E0C8
(248,224,200)
#F8E4CF
(248,228,207)
#F8E8D6
(248,232,214)
#F8ECDD
(248,236,221)
#F8F0E4
(248,240,228)
#F8F4EB
(248,244,235)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D0AC; }

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

This text font color is #F8D0AC.

Background Color

.myBgColor { background-color: #F8D0AC; }

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

This div background color is #F8D0AC.

Border color

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

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

This div border color is #F8D0AC.

Opacity

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

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

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

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

This text has shadow with #F8D0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D0AC.

Preview

Color preview on black background

This text has color #F8D0AC on black background.


Color preview on white background

This text has color #F8D0AC on white background.


Black color preview on #F8D0AC background

This text has black color on #F8D0AC background.


White color preview on #F8D0AC background

This text has white color on #F8D0AC background.


Related colors

Complementary color

Complementary color for #hex is #072F53.


I love getcolorcode.com

Triadic colors

1 #ACF8D0 and #D0ACF8 with #F8D0AC are triadic colors.

2 #ACD0F8 and #D0F8AC with #F8D0AC are triadic colors.