COLOR #F8D48C

HEX: #F8D48C RGB: (248,212,140)

Color info

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

RGB color model

#F8D48C color RGB value is (248,212,140).

RGB: (248,212,140) (97%, 83%, 55%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 140 of 255 = 55%

248
212
140

R + G + B ~ 78%. #F8D48C is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 212 + 140 = 600 (100%)
R 248 of 600 ~ 41.33%
G 212 of 600 ~ 35.33%
B 140 of 600 ~ 23.33'%

%41.33
%35.33
%23.33

CMYK color model

#F8D48C color CMYK value is (0,15,44,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 43.55%
  • key color value is 2.75%

CMYK: (0,15,44,3)
C0M15Y44K3 (0%, 15%, 44%, 3%)
(0.00 / 0.15 / 0.44 / 0.03)

CMYK percentages

%0
%14.52
%43.55
%2.75

Codes

Color #F8D48C in popluar color models

F8 D4 8C
RGB 248 212 140
HSL 40° 88.52% 76.08%
HSB/HSV 40° 43.55% 97.25%
CMYK 0.00% 14.52% 43.55%
2.75%

Color #F8D48C in popluar number systems.

HEX F8 D4 8C
Decimal 248 212 140
Binary 11111000 11010100 10001100
Octal 370 324 214

Shades and tints

Shades of #F8D48C

#F8D48C
(248,212,140)
#E2C180
(226,193,128)
#CCAE74
(204,174,116)
#B69B68
(182,155,104)
#A0885C
(160,136,92)
#8A7550
(138,117,80)
#746244
(116,98,68)
#5E4F38
(94,79,56)
#483C2C
(72,60,44)
#322920
(50,41,32)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #F8D48C

#F8D48C
(248,212,140)
#F8D796
(248,215,150)
#F8DAA0
(248,218,160)
#F8DDAA
(248,221,170)
#F8E0B4
(248,224,180)
#F8E3BE
(248,227,190)
#F8E6C8
(248,230,200)
#F8E9D2
(248,233,210)
#F8ECDC
(248,236,220)
#F8EFE6
(248,239,230)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D48C color. Also use rgb(248,212,140) instead hex code.

Text Font Color

.myTextColor { color: #F8D48C; }

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

This text font color is #F8D48C.

Background Color

.myBgColor { background-color: #F8D48C; }

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

This div background color is #F8D48C.

Border color

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

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

This div border color is #F8D48C.

Opacity

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

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

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

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

This text has shadow with #F8D48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D48C.

Preview

Color preview on black background

This text has color #F8D48C on black background.


Color preview on white background

This text has color #F8D48C on white background.


Black color preview on #F8D48C background

This text has black color on #F8D48C background.


White color preview on #F8D48C background

This text has white color on #F8D48C background.


Related colors

Complementary color

Complementary color for #hex is #072B73.


I love getcolorcode.com

Triadic colors

1 #8CF8D4 and #D48CF8 with #F8D48C are triadic colors.

2 #8CD4F8 and #D4F88C with #F8D48C are triadic colors.