COLOR #F8D5F9

HEX: #F8D5F9
RGB: (248,213,249)

Color info

#F8D5F9 contains red, green and blue colors in about the same proportion. Web safe color of #F8D5F9 is #FFCCFF (or #FCF).

RGB color model

#F8D5F9 color RGB value is (248,213,249).

  • red value is 248;
  • green value is 213;
  • blue value is 249.
RGB:
(248,213,249)
(97%,84%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 213 of 255 = 84%
B 249 of 255 = 98%

248
213
249

R + G + B ~ 93%. #F8D5F9 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 213 + 249 = 710 (100%)
R 248 of 710 ~ 34.93%
G 213 of 710 ~ 30%
B 249 of 710 ~ 35.07%

%34.93
%30
%35.07

CMYK color model

#F8D5F9 color CMYK value is (0,14,0,2).

  • cyan value is 0.40%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(0,14,0,2)
C0M14Y0K2 
(0%,14%,0%,2%)
(0.00/0.14/0.00/0.02)	

CMYK percentages

%0.4
%14.46
%0
%2.35

Codes

Color #F8D5F9 in popluar color models

F8D5F9
RGB248213249
HSL298°75.00%90.59%
HSB/HSV298°14.46%97.65%
CMYK0.40%14.46%0.00%
2.35%

Color #F8D5F9 in popluar number systems.

HEXF8D5F9
Decimal248213249
Binary111110001101010111111001
Octal370325371

Shades and tints

Shades of #F8D5F9

#F8D5F9
(248,213,249)
#E2C2E3
(226,194,227)
#CCAFCD
(204,175,205)
#B69CB7
(182,156,183)
#A089A1
(160,137,161)
#8A768B
(138,118,139)
#746375
(116,99,117)
#5E505F
(94,80,95)
#483D49
(72,61,73)
#322A33
(50,42,51)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #F8D5F9

#F8D5F9
(248,213,249)
#F8D8F9
(248,216,249)
#F8DBF9
(248,219,249)
#F8DEF9
(248,222,249)
#F8E1F9
(248,225,249)
#F8E4F9
(248,228,249)
#F8E7F9
(248,231,249)
#F8EAF9
(248,234,249)
#F8EDF9
(248,237,249)
#F8F0F9
(248,240,249)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D5F9 color. Also use rgb(248,213,249) instead hex code.

Text Font Color

.myTextColor { color: #F8D5F9; }

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

This text font color is #F8D5F9.


Background Color

.myBgColor { background-color: #F8D5F9; }

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

This div background color is #F8D5F9.


Border color

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

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

This div border color is #F8D5F9.


Opacity

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

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

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

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

This text has shadow with #F8D5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D5F9 on black background.


Color preview on white background

This text has color #F8D5F9 on white background.



Black color preview on #F8D5F9 background

This text has black color on #F8D5F9 background.


White color preview on #F8D5F9 background

This text has white color on #F8D5F9 background.