COLOR #F8D7F3

HEX: #F8D7F3
RGB: (248,215,243)

Color info

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

RGB color model

#F8D7F3 color RGB value is (248,215,243).

  • red value is 248;
  • green value is 215;
  • blue value is 243.
RGB:
(248,215,243)
(97%,84%,95%)

RGB channels and saturation

R 248 of 255 = 97%
G 215 of 255 = 84%
B 243 of 255 = 95%

248
215
243

R + G + B ~ 92%. #F8D7F3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 215 + 243 = 706 (100%)
R 248 of 706 ~ 35.13%
G 215 of 706 ~ 30.45%
B 243 of 706 ~ 34.42%

%35.13
%30.45
%34.42

CMYK color model

#F8D7F3 color CMYK value is (0,13,2,3).

  • cyan value is 0.00%
  • magenta value is 13.31%
  • yellow value is 2.02%
  • key color value is 2.75%
CMYK:
(0,13,2,3)
C0M13Y2K3 
(0%,13%,2%,3%)
(0.00/0.13/0.02/0.03)	

CMYK percentages

%0
%13.31
%2.02
%2.75

Codes

Color #F8D7F3 in popluar color models

F8D7F3
RGB248215243
HSL309°70.21%90.78%
HSB/HSV309°13.31%97.25%
CMYK0.00%13.31%2.02%
2.75%

Color #F8D7F3 in popluar number systems.

HEXF8D7F3
Decimal248215243
Binary111110001101011111110011
Octal370327363

Shades and tints

Shades of #F8D7F3

#F8D7F3
(248,215,243)
#E2C4DD
(226,196,221)
#CCB1C7
(204,177,199)
#B69EB1
(182,158,177)
#A08B9B
(160,139,155)
#8A7885
(138,120,133)
#74656F
(116,101,111)
#5E5259
(94,82,89)
#483F43
(72,63,67)
#322C2D
(50,44,45)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #F8D7F3

#F8D7F3
(248,215,243)
#F8DAF4
(248,218,244)
#F8DDF5
(248,221,245)
#F8E0F6
(248,224,246)
#F8E3F7
(248,227,247)
#F8E6F8
(248,230,248)
#F8E9F9
(248,233,249)
#F8ECFA
(248,236,250)
#F8EFFB
(248,239,251)
#F8F2FC
(248,242,252)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D7F3 color. Also use rgb(248,215,243) instead hex code.

Text Font Color

.myTextColor { color: #F8D7F3; }

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

This text font color is #F8D7F3.


Background Color

.myBgColor { background-color: #F8D7F3; }

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

This div background color is #F8D7F3.


Border color

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

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

This div border color is #F8D7F3.


Opacity

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

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

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

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

This text has shadow with #F8D7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D7F3 on black background.


Color preview on white background

This text has color #F8D7F3 on white background.



Black color preview on #F8D7F3 background

This text has black color on #F8D7F3 background.


White color preview on #F8D7F3 background

This text has white color on #F8D7F3 background.