COLOR #F8DFE3

HEX: #F8DFE3
RGB: (248,223,227)

Color info

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

RGB color model

#F8DFE3 color RGB value is (248,223,227).

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

RGB channels and saturation

R 248 of 255 = 97%
G 223 of 255 = 87%
B 227 of 255 = 89%

248
223
227

R + G + B ~ 91%. #F8DFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 227 = 698 (100%)
R 248 of 698 ~ 35.53%
G 223 of 698 ~ 31.95%
B 227 of 698 ~ 32.52%

%35.53
%31.95
%32.52

CMYK color model

#F8DFE3 color CMYK value is (0,10,8,3).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(0,10,8,3)
C0M10Y8K3 
(0%,10%,8%,3%)
(0.00/0.10/0.08/0.03)	

CMYK percentages

%0
%10.08
%8.47
%2.75

Codes

Color #F8DFE3 in popluar color models

F8DFE3
RGB248223227
HSL350°64.10%92.35%
HSB/HSV350°10.08%97.25%
CMYK0.00%10.08%8.47%
2.75%

Color #F8DFE3 in popluar number systems.

HEXF8DFE3
Decimal248223227
Binary111110001101111111100011
Octal370337343

Shades and tints

Shades of #F8DFE3

#F8DFE3
(248,223,227)
#E2CBCF
(226,203,207)
#CCB7BB
(204,183,187)
#B6A3A7
(182,163,167)
#A08F93
(160,143,147)
#8A7B7F
(138,123,127)
#74676B
(116,103,107)
#5E5357
(94,83,87)
#483F43
(72,63,67)
#322B2F
(50,43,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #F8DFE3

#F8DFE3
(248,223,227)
#F8E1E5
(248,225,229)
#F8E3E7
(248,227,231)
#F8E5E9
(248,229,233)
#F8E7EB
(248,231,235)
#F8E9ED
(248,233,237)
#F8EBEF
(248,235,239)
#F8EDF1
(248,237,241)
#F8EFF3
(248,239,243)
#F8F1F5
(248,241,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFE3; }

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

This text font color is #F8DFE3.


Background Color

.myBgColor { background-color: #F8DFE3; }

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

This div background color is #F8DFE3.


Border color

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

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

This div border color is #F8DFE3.


Opacity

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

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

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

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

This text has shadow with #F8DFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DFE3 on black background.


Color preview on white background

This text has color #F8DFE3 on white background.



Black color preview on #F8DFE3 background

This text has black color on #F8DFE3 background.


White color preview on #F8DFE3 background

This text has white color on #F8DFE3 background.