COLOR #F8DDB1

HEX: #F8DDB1 RGB: (248,221,177)

Color info

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

RGB color model

#F8DDB1 color RGB value is (248,221,177).

RGB: (248,221,177) (97%, 87%, 69%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 177 of 255 = 69%

248
221
177

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

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 177 = 646 (100%)
R 248 of 646 ~ 38.39%
G 221 of 646 ~ 34.21%
B 177 of 646 ~ 27.4'%

%38.39
%34.21
%27.4

CMYK color model

#F8DDB1 color CMYK value is (0,11,29,3).

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

CMYK: (0,11,29,3)
C0M11Y29K3 (0%, 11%, 29%, 3%)
(0.00 / 0.11 / 0.29 / 0.03)

CMYK percentages

%0
%10.89
%28.63
%2.75

Codes

Color #F8DDB1 in popluar color models

F8 DD B1
RGB 248 221 177
HSL 37° 83.53% 83.33%
HSB/HSV 37° 28.63% 97.25%
CMYK 0.00% 10.89% 28.63%
2.75%

Color #F8DDB1 in popluar number systems.

HEX F8 DD B1
Decimal 248 221 177
Binary 11111000 11011101 10110001
Octal 370 335 261

Shades and tints

Shades of #F8DDB1

#F8DDB1
(248,221,177)
#E2C9A1
(226,201,161)
#CCB591
(204,181,145)
#B6A181
(182,161,129)
#A08D71
(160,141,113)
#8A7961
(138,121,97)
#746551
(116,101,81)
#5E5141
(94,81,65)
#483D31
(72,61,49)
#322921
(50,41,33)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #F8DDB1

#F8DDB1
(248,221,177)
#F8E0B8
(248,224,184)
#F8E3BF
(248,227,191)
#F8E6C6
(248,230,198)
#F8E9CD
(248,233,205)
#F8ECD4
(248,236,212)
#F8EFDB
(248,239,219)
#F8F2E2
(248,242,226)
#F8F5E9
(248,245,233)
#F8F8F0
(248,248,240)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DDB1; }

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

This text font color is #F8DDB1.

Background Color

.myBgColor { background-color: #F8DDB1; }

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

This div background color is #F8DDB1.

Border color

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

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

This div border color is #F8DDB1.

Opacity

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

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

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

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

This text has shadow with #F8DDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDB1.

Preview

Color preview on black background

This text has color #F8DDB1 on black background.


Color preview on white background

This text has color #F8DDB1 on white background.


Black color preview on #F8DDB1 background

This text has black color on #F8DDB1 background.


White color preview on #F8DDB1 background

This text has white color on #F8DDB1 background.


Related colors

Complementary color

Complementary color for #hex is #07224E.


I love getcolorcode.com

Triadic colors

1 #B1F8DD and #DDB1F8 with #F8DDB1 are triadic colors.

2 #B1DDF8 and #DDF8B1 with #F8DDB1 are triadic colors.