COLOR #F8DBDD

HEX: #F8DBDD RGB: (248,219,221)

Color info

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

RGB color model

#F8DBDD color RGB value is (248,219,221).

RGB: (248,219,221) (97%, 86%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 221 of 255 = 87%

248
219
221

R + G + B ~ 90%. #F8DBDD is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 219 + 221 = 688 (100%)
R 248 of 688 ~ 36.05%
G 219 of 688 ~ 31.83%
B 221 of 688 ~ 32.12'%

%36.05
%31.83
%32.12

CMYK color model

#F8DBDD color CMYK value is (0,12,11,3).

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

CMYK: (0,12,11,3)
C0M12Y11K3 (0%, 12%, 11%, 3%)
(0.00 / 0.12 / 0.11 / 0.03)

CMYK percentages

%0
%11.69
%10.89
%2.75

Codes

Color #F8DBDD in popluar color models

F8 DB DD
RGB 248 219 221
HSL 356° 67.44% 91.57%
HSB/HSV 356° 11.69% 97.25%
CMYK 0.00% 11.69% 10.89%
2.75%

Color #F8DBDD in popluar number systems.

HEX F8 DB DD
Decimal 248 219 221
Binary 11111000 11011011 11011101
Octal 370 333 335

Shades and tints

Shades of #F8DBDD

#F8DBDD
(248,219,221)
#E2C8C9
(226,200,201)
#CCB5B5
(204,181,181)
#B6A2A1
(182,162,161)
#A08F8D
(160,143,141)
#8A7C79
(138,124,121)
#746965
(116,105,101)
#5E5651
(94,86,81)
#48433D
(72,67,61)
#323029
(50,48,41)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #F8DBDD

#F8DBDD
(248,219,221)
#F8DEE0
(248,222,224)
#F8E1E3
(248,225,227)
#F8E4E6
(248,228,230)
#F8E7E9
(248,231,233)
#F8EAEC
(248,234,236)
#F8EDEF
(248,237,239)
#F8F0F2
(248,240,242)
#F8F3F5
(248,243,245)
#F8F6F8
(248,246,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DBDD; }

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

This text font color is #F8DBDD.

Background Color

.myBgColor { background-color: #F8DBDD; }

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

This div background color is #F8DBDD.

Border color

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

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

This div border color is #F8DBDD.

Opacity

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

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

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

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

This text has shadow with #F8DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DBDD.

Preview

Color preview on black background

This text has color #F8DBDD on black background.


Color preview on white background

This text has color #F8DBDD on white background.


Black color preview on #F8DBDD background

This text has black color on #F8DBDD background.


White color preview on #F8DBDD background

This text has white color on #F8DBDD background.


Related colors

Complementary color

Complementary color for #hex is #072422.


I love getcolorcode.com

Triadic colors

1 #DDF8DB and #DBDDF8 with #F8DBDD are triadic colors.

2 #DDDBF8 and #DBF8DD with #F8DBDD are triadic colors.