COLOR #F8DAE3

HEX: #F8DAE3
RGB: (248,218,227)

Color info

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

RGB color model

#F8DAE3 color RGB value is (248,218,227).

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

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 227 of 255 = 89%

248
218
227

R + G + B ~ 90%. #F8DAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 218 + 227 = 693 (100%)
R 248 of 693 ~ 35.79%
G 218 of 693 ~ 31.46%
B 227 of 693 ~ 32.76%

%35.79
%31.46
%32.76

CMYK color model

#F8DAE3 color CMYK value is (0,12,8,3).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(0,12,8,3)
C0M12Y8K3 
(0%,12%,8%,3%)
(0.00/0.12/0.08/0.03)	

CMYK percentages

%0
%12.1
%8.47
%2.75

Codes

Color #F8DAE3 in popluar color models

F8DAE3
RGB248218227
HSL342°68.18%91.37%
HSB/HSV342°12.10%97.25%
CMYK0.00%12.10%8.47%
2.75%

Color #F8DAE3 in popluar number systems.

HEXF8DAE3
Decimal248218227
Binary111110001101101011100011
Octal370332343

Shades and tints

Shades of #F8DAE3

#F8DAE3
(248,218,227)
#E2C7CF
(226,199,207)
#CCB4BB
(204,180,187)
#B6A1A7
(182,161,167)
#A08E93
(160,142,147)
#8A7B7F
(138,123,127)
#74686B
(116,104,107)
#5E5557
(94,85,87)
#484243
(72,66,67)
#322F2F
(50,47,47)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #F8DAE3

#F8DAE3
(248,218,227)
#F8DDE5
(248,221,229)
#F8E0E7
(248,224,231)
#F8E3E9
(248,227,233)
#F8E6EB
(248,230,235)
#F8E9ED
(248,233,237)
#F8ECEF
(248,236,239)
#F8EFF1
(248,239,241)
#F8F2F3
(248,242,243)
#F8F5F5
(248,245,245)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DAE3; }

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

This text font color is #F8DAE3.


Background Color

.myBgColor { background-color: #F8DAE3; }

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

This div background color is #F8DAE3.


Border color

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

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

This div border color is #F8DAE3.


Opacity

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

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

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

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

This text has shadow with #F8DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DAE3 on black background.


Color preview on white background

This text has color #F8DAE3 on white background.



Black color preview on #F8DAE3 background

This text has black color on #F8DAE3 background.


White color preview on #F8DAE3 background

This text has white color on #F8DAE3 background.