COLOR #F8D3A9

HEX: #F8D3A9 RGB: (248,211,169)

Color info

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

RGB color model

#F8D3A9 color RGB value is (248,211,169).

RGB: (248,211,169) (97%, 83%, 66%)

RGB channels and saturation

R 248 of 255 = 97%
G 211 of 255 = 83%
B 169 of 255 = 66%

248
211
169

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

Portions of RGB colors in percentages

R + G + B = 248 + 211 + 169 = 628 (100%)
R 248 of 628 ~ 39.49%
G 211 of 628 ~ 33.6%
B 169 of 628 ~ 26.91'%

%39.49
%33.6
%26.91

CMYK color model

#F8D3A9 color CMYK value is (0,15,32,3).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 31.85%
  • key color value is 2.75%

CMYK: (0,15,32,3)
C0M15Y32K3 (0%, 15%, 32%, 3%)
(0.00 / 0.15 / 0.32 / 0.03)

CMYK percentages

%0
%14.92
%31.85
%2.75

Codes

Color #F8D3A9 in popluar color models

F8 D3 A9
RGB 248 211 169
HSL 32° 84.95% 81.76%
HSB/HSV 32° 31.85% 97.25%
CMYK 0.00% 14.92% 31.85%
2.75%

Color #F8D3A9 in popluar number systems.

HEX F8 D3 A9
Decimal 248 211 169
Binary 11111000 11010011 10101001
Octal 370 323 251

Shades and tints

Shades of #F8D3A9

#F8D3A9
(248,211,169)
#E2C09A
(226,192,154)
#CCAD8B
(204,173,139)
#B69A7C
(182,154,124)
#A0876D
(160,135,109)
#8A745E
(138,116,94)
#74614F
(116,97,79)
#5E4E40
(94,78,64)
#483B31
(72,59,49)
#322822
(50,40,34)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #F8D3A9

#F8D3A9
(248,211,169)
#F8D7B0
(248,215,176)
#F8DBB7
(248,219,183)
#F8DFBE
(248,223,190)
#F8E3C5
(248,227,197)
#F8E7CC
(248,231,204)
#F8EBD3
(248,235,211)
#F8EFDA
(248,239,218)
#F8F3E1
(248,243,225)
#F8F7E8
(248,247,232)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D3A9 color. Also use rgb(248,211,169) instead hex code.

Text Font Color

.myTextColor { color: #F8D3A9; }

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

This text font color is #F8D3A9.

Background Color

.myBgColor { background-color: #F8D3A9; }

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

This div background color is #F8D3A9.

Border color

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

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

This div border color is #F8D3A9.

Opacity

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

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

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

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

This text has shadow with #F8D3A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D3A9.

Preview

Color preview on black background

This text has color #F8D3A9 on black background.


Color preview on white background

This text has color #F8D3A9 on white background.


Black color preview on #F8D3A9 background

This text has black color on #F8D3A9 background.


White color preview on #F8D3A9 background

This text has white color on #F8D3A9 background.


Related colors

Complementary color

Complementary color for #hex is #072C56.


I love getcolorcode.com

Triadic colors

1 #A9F8D3 and #D3A9F8 with #F8D3A9 are triadic colors.

2 #A9D3F8 and #D3F8A9 with #F8D3A9 are triadic colors.