COLOR #F8DBD1

HEX: #F8DBD1
RGB: (248,219,209)

Color info

#F8DBD1 contains red, green and blue colors in about the same proportion. Web safe color of #F8DBD1 is #FFCCCC (or #FCC).

RGB color model

#F8DBD1 color RGB value is (248,219,209).

  • red value is 248;
  • green value is 219;
  • blue value is 209.
RGB:
(248,219,209)
(97%,86%,82%)

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 209 of 255 = 82%

248
219
209

R + G + B ~ 88%. #F8DBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 209 = 676 (100%)
R 248 of 676 ~ 36.69%
G 219 of 676 ~ 32.4%
B 209 of 676 ~ 30.92%

%36.69
%32.4
%30.92

CMYK color model

#F8DBD1 color CMYK value is (0,12,16,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(0,12,16,3)
C0M12Y16K3 
(0%,12%,16%,3%)
(0.00/0.12/0.16/0.03)	

CMYK percentages

%0
%11.69
%15.73
%2.75

Codes

Color #F8DBD1 in popluar color models

F8DBD1
RGB248219209
HSL15°73.58%89.61%
HSB/HSV15°15.73%97.25%
CMYK0.00%11.69%15.73%
2.75%

Color #F8DBD1 in popluar number systems.

HEXF8DBD1
Decimal248219209
Binary111110001101101111010001
Octal370333321

Shades and tints

Shades of #F8DBD1

#F8DBD1
(248,219,209)
#E2C8BE
(226,200,190)
#CCB5AB
(204,181,171)
#B6A298
(182,162,152)
#A08F85
(160,143,133)
#8A7C72
(138,124,114)
#74695F
(116,105,95)
#5E564C
(94,86,76)
#484339
(72,67,57)
#323026
(50,48,38)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #F8DBD1

#F8DBD1
(248,219,209)
#F8DED5
(248,222,213)
#F8E1D9
(248,225,217)
#F8E4DD
(248,228,221)
#F8E7E1
(248,231,225)
#F8EAE5
(248,234,229)
#F8EDE9
(248,237,233)
#F8F0ED
(248,240,237)
#F8F3F1
(248,243,241)
#F8F6F5
(248,246,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DBD1 color. Also use rgb(248,219,209) instead hex code.

Text Font Color

.myTextColor { color: #F8DBD1; }

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

This text font color is #F8DBD1.


Background Color

.myBgColor { background-color: #F8DBD1; }

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

This div background color is #F8DBD1.


Border color

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

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

This div border color is #F8DBD1.


Opacity

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

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

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

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

This text has shadow with #F8DBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DBD1 on black background.


Color preview on white background

This text has color #F8DBD1 on white background.



Black color preview on #F8DBD1 background

This text has black color on #F8DBD1 background.


White color preview on #F8DBD1 background

This text has white color on #F8DBD1 background.