COLOR #F8DDAC

HEX: #F8DDAC RGB: (248,221,172)

Color info

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

RGB color model

#F8DDAC color RGB value is (248,221,172).

RGB: (248,221,172) (97%, 87%, 67%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 172 of 255 = 67%

248
221
172

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

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 172 = 641 (100%)
R 248 of 641 ~ 38.69%
G 221 of 641 ~ 34.48%
B 172 of 641 ~ 26.83'%

%38.69
%34.48
%26.83

CMYK color model

#F8DDAC color CMYK value is (0,11,31,3).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 30.65%
  • key color value is 2.75%

CMYK: (0,11,31,3)
C0M11Y31K3 (0%, 11%, 31%, 3%)
(0.00 / 0.11 / 0.31 / 0.03)

CMYK percentages

%0
%10.89
%30.65
%2.75

Codes

Color #F8DDAC in popluar color models

F8 DD AC
RGB 248 221 172
HSL 39° 84.44% 82.35%
HSB/HSV 39° 30.65% 97.25%
CMYK 0.00% 10.89% 30.65%
2.75%

Color #F8DDAC in popluar number systems.

HEX F8 DD AC
Decimal 248 221 172
Binary 11111000 11011101 10101100
Octal 370 335 254

Shades and tints

Shades of #F8DDAC

#F8DDAC
(248,221,172)
#E2C99D
(226,201,157)
#CCB58E
(204,181,142)
#B6A17F
(182,161,127)
#A08D70
(160,141,112)
#8A7961
(138,121,97)
#746552
(116,101,82)
#5E5143
(94,81,67)
#483D34
(72,61,52)
#322925
(50,41,37)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #F8DDAC

#F8DDAC
(248,221,172)
#F8E0B3
(248,224,179)
#F8E3BA
(248,227,186)
#F8E6C1
(248,230,193)
#F8E9C8
(248,233,200)
#F8ECCF
(248,236,207)
#F8EFD6
(248,239,214)
#F8F2DD
(248,242,221)
#F8F5E4
(248,245,228)
#F8F8EB
(248,248,235)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DDAC; }

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

This text font color is #F8DDAC.

Background Color

.myBgColor { background-color: #F8DDAC; }

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

This div background color is #F8DDAC.

Border color

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

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

This div border color is #F8DDAC.

Opacity

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

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

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

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

This text has shadow with #F8DDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDAC.

Preview

Color preview on black background

This text has color #F8DDAC on black background.


Color preview on white background

This text has color #F8DDAC on white background.


Black color preview on #F8DDAC background

This text has black color on #F8DDAC background.


White color preview on #F8DDAC background

This text has white color on #F8DDAC background.


Related colors

Complementary color

Complementary color for #hex is #072253.


I love getcolorcode.com

Triadic colors

1 #ACF8DD and #DDACF8 with #F8DDAC are triadic colors.

2 #ACDDF8 and #DDF8AC with #F8DDAC are triadic colors.