COLOR #F8DAD1

HEX: #F8DAD1
RGB: (248,218,209)

Color info

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

RGB color model

#F8DAD1 color RGB value is (248,218,209).

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

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 209 of 255 = 82%

248
218
209

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

Portions of RGB colors in percentages

R + G + B =
248 + 218 + 209 = 675 (100%)
R 248 of 675 ~ 36.74%
G 218 of 675 ~ 32.3%
B 209 of 675 ~ 30.96%

%36.74
%32.3
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.10%
  • 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
%12.1
%15.73
%2.75

Codes

Color #F8DAD1 in popluar color models

F8DAD1
RGB248218209
HSL14°73.58%89.61%
HSB/HSV14°15.73%97.25%
CMYK0.00%12.10%15.73%
2.75%

Color #F8DAD1 in popluar number systems.

HEXF8DAD1
Decimal248218209
Binary111110001101101011010001
Octal370332321

Shades and tints

Shades of #F8DAD1

#F8DAD1
(248,218,209)
#E2C7BE
(226,199,190)
#CCB4AB
(204,180,171)
#B6A198
(182,161,152)
#A08E85
(160,142,133)
#8A7B72
(138,123,114)
#74685F
(116,104,95)
#5E554C
(94,85,76)
#484239
(72,66,57)
#322F26
(50,47,38)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #F8DAD1

#F8DAD1
(248,218,209)
#F8DDD5
(248,221,213)
#F8E0D9
(248,224,217)
#F8E3DD
(248,227,221)
#F8E6E1
(248,230,225)
#F8E9E5
(248,233,229)
#F8ECE9
(248,236,233)
#F8EFED
(248,239,237)
#F8F2F1
(248,242,241)
#F8F5F5
(248,245,245)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DAD1; }

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

This text font color is #F8DAD1.


Background Color

.myBgColor { background-color: #F8DAD1; }

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

This div background color is #F8DAD1.


Border color

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

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

This div border color is #F8DAD1.


Opacity

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

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

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

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

This text has shadow with #F8DAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DAD1 on black background.


Color preview on white background

This text has color #F8DAD1 on white background.



Black color preview on #F8DAD1 background

This text has black color on #F8DAD1 background.


White color preview on #F8DAD1 background

This text has white color on #F8DAD1 background.