COLOR #F8DDEF

HEX: #F8DDEF RGB: (248,221,239)

Color info

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

RGB color model

#F8DDEF color RGB value is (248,221,239).

RGB: (248,221,239) (97%, 87%, 94%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 239 of 255 = 94%

248
221
239

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

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 239 = 708 (100%)
R 248 of 708 ~ 35.03%
G 221 of 708 ~ 31.21%
B 239 of 708 ~ 33.76'%

%35.03
%31.21
%33.76

CMYK color model

#F8DDEF color CMYK value is (0,11,4,3).

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

CMYK: (0,11,4,3)
C0M11Y4K3 (0%, 11%, 4%, 3%)
(0.00 / 0.11 / 0.04 / 0.03)

CMYK percentages

%0
%10.89
%3.63
%2.75

Codes

Color #F8DDEF in popluar color models

F8 DD EF
RGB 248 221 239
HSL 320° 65.85% 91.96%
HSB/HSV 320° 10.89% 97.25%
CMYK 0.00% 10.89% 3.63%
2.75%

Color #F8DDEF in popluar number systems.

HEX F8 DD EF
Decimal 248 221 239
Binary 11111000 11011101 11101111
Octal 370 335 357

Shades and tints

Shades of #F8DDEF

#F8DDEF
(248,221,239)
#E2C9DA
(226,201,218)
#CCB5C5
(204,181,197)
#B6A1B0
(182,161,176)
#A08D9B
(160,141,155)
#8A7986
(138,121,134)
#746571
(116,101,113)
#5E515C
(94,81,92)
#483D47
(72,61,71)
#322932
(50,41,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #F8DDEF

#F8DDEF
(248,221,239)
#F8E0F0
(248,224,240)
#F8E3F1
(248,227,241)
#F8E6F2
(248,230,242)
#F8E9F3
(248,233,243)
#F8ECF4
(248,236,244)
#F8EFF5
(248,239,245)
#F8F2F6
(248,242,246)
#F8F5F7
(248,245,247)
#F8F8F8
(248,248,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DDEF; }

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

This text font color is #F8DDEF.

Background Color

.myBgColor { background-color: #F8DDEF; }

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

This div background color is #F8DDEF.

Border color

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

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

This div border color is #F8DDEF.

Opacity

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

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

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

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

This text has shadow with #F8DDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDEF.

Preview

Color preview on black background

This text has color #F8DDEF on black background.


Color preview on white background

This text has color #F8DDEF on white background.


Black color preview on #F8DDEF background

This text has black color on #F8DDEF background.


White color preview on #F8DDEF background

This text has white color on #F8DDEF background.


Related colors

Complementary color

Complementary color for #hex is #072210.


I love getcolorcode.com

Triadic colors

1 #EFF8DD and #DDEFF8 with #F8DDEF are triadic colors.

2 #EFDDF8 and #DDF8EF with #F8DDEF are triadic colors.