COLOR #F8DD95

HEX: #F8DD95
RGB: (248,221,149)

Color info

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

RGB color model

#F8DD95 color RGB value is (248,221,149).

  • red value is 248;
  • green value is 221;
  • blue value is 149.
RGB:
(248,221,149)
(97%,87%,58%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 149 of 255 = 58%

248
221
149

R + G + B ~ 81%. #F8DD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 221 + 149 = 618 (100%)
R 248 of 618 ~ 40.13%
G 221 of 618 ~ 35.76%
B 149 of 618 ~ 24.11%

%40.13
%35.76
%24.11

CMYK color model

#F8DD95 color CMYK value is (0,11,40,3).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(0,11,40,3)
C0M11Y40K3 
(0%,11%,40%,3%)
(0.00/0.11/0.40/0.03)	

CMYK percentages

%0
%10.89
%39.92
%2.75

Codes

Color #F8DD95 in popluar color models

F8DD95
RGB248221149
HSL44°87.61%77.84%
HSB/HSV44°39.92%97.25%
CMYK0.00%10.89%39.92%
2.75%

Color #F8DD95 in popluar number systems.

HEXF8DD95
Decimal248221149
Binary111110001101110110010101
Octal370335225

Shades and tints

Shades of #F8DD95

#F8DD95
(248,221,149)
#E2C988
(226,201,136)
#CCB57B
(204,181,123)
#B6A16E
(182,161,110)
#A08D61
(160,141,97)
#8A7954
(138,121,84)
#746547
(116,101,71)
#5E513A
(94,81,58)
#483D2D
(72,61,45)
#322920
(50,41,32)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #F8DD95

#F8DD95
(248,221,149)
#F8E09E
(248,224,158)
#F8E3A7
(248,227,167)
#F8E6B0
(248,230,176)
#F8E9B9
(248,233,185)
#F8ECC2
(248,236,194)
#F8EFCB
(248,239,203)
#F8F2D4
(248,242,212)
#F8F5DD
(248,245,221)
#F8F8E6
(248,248,230)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DD95; }

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

This text font color is #F8DD95.


Background Color

.myBgColor { background-color: #F8DD95; }

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

This div background color is #F8DD95.


Border color

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

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

This div border color is #F8DD95.


Opacity

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

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

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

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

This text has shadow with #F8DD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DD95 on black background.


Color preview on white background

This text has color #F8DD95 on white background.



Black color preview on #F8DD95 background

This text has black color on #F8DD95 background.


White color preview on #F8DD95 background

This text has white color on #F8DD95 background.