COLOR #F8DDE3

HEX: #F8DDE3 RGB: (248,221,227)

Color info

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

RGB color model

#F8DDE3 color RGB value is (248,221,227).

RGB: (248,221,227) (97%, 87%, 89%)

RGB channels and saturation

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

248
221
227

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

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 227 = 696 (100%)
R 248 of 696 ~ 35.63%
G 221 of 696 ~ 31.75%
B 227 of 696 ~ 32.61'%

%35.63
%31.75
%32.61

CMYK color model

#F8DDE3 color CMYK value is (0,11,8,3).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 8.47%
  • key color value is 2.75%

CMYK: (0,11,8,3)
C0M11Y8K3 (0%, 11%, 8%, 3%)
(0.00 / 0.11 / 0.08 / 0.03)

CMYK percentages

%0
%10.89
%8.47
%2.75

Codes

Color #F8DDE3 in popluar color models

F8 DD E3
RGB 248 221 227
HSL 347° 65.85% 91.96%
HSB/HSV 347° 10.89% 97.25%
CMYK 0.00% 10.89% 8.47%
2.75%

Color #F8DDE3 in popluar number systems.

HEX F8 DD E3
Decimal 248 221 227
Binary 11111000 11011101 11100011
Octal 370 335 343

Shades and tints

Shades of #F8DDE3

#F8DDE3
(248,221,227)
#E2C9CF
(226,201,207)
#CCB5BB
(204,181,187)
#B6A1A7
(182,161,167)
#A08D93
(160,141,147)
#8A797F
(138,121,127)
#74656B
(116,101,107)
#5E5157
(94,81,87)
#483D43
(72,61,67)
#32292F
(50,41,47)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #F8DDE3

#F8DDE3
(248,221,227)
#F8E0E5
(248,224,229)
#F8E3E7
(248,227,231)
#F8E6E9
(248,230,233)
#F8E9EB
(248,233,235)
#F8ECED
(248,236,237)
#F8EFEF
(248,239,239)
#F8F2F1
(248,242,241)
#F8F5F3
(248,245,243)
#F8F8F5
(248,248,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DDE3; }

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

This text font color is #F8DDE3.

Background Color

.myBgColor { background-color: #F8DDE3; }

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

This div background color is #F8DDE3.

Border color

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

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

This div border color is #F8DDE3.

Opacity

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

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

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

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

This text has shadow with #F8DDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDE3.

Preview

Color preview on black background

This text has color #F8DDE3 on black background.


Color preview on white background

This text has color #F8DDE3 on white background.


Black color preview on #F8DDE3 background

This text has black color on #F8DDE3 background.


White color preview on #F8DDE3 background

This text has white color on #F8DDE3 background.


Related colors

Complementary color

Complementary color for #hex is #07221C.


I love getcolorcode.com

Triadic colors

1 #E3F8DD and #DDE3F8 with #F8DDE3 are triadic colors.

2 #E3DDF8 and #DDF8E3 with #F8DDE3 are triadic colors.