COLOR #F8DADB

HEX: #F8DADB RGB: (248,218,219)

Color info

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

RGB color model

#F8DADB color RGB value is (248,218,219).

RGB: (248,218,219) (97%, 85%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 218 of 255 = 85%
B 219 of 255 = 86%

248
218
219

R + G + B ~ 89%. #F8DADB is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 218 + 219 = 685 (100%)
R 248 of 685 ~ 36.2%
G 218 of 685 ~ 31.82%
B 219 of 685 ~ 31.97'%

%36.2
%31.82
%31.97

CMYK color model

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

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

CMYK: (0,12,12,3)
C0M12Y12K3 (0%, 12%, 12%, 3%)
(0.00 / 0.12 / 0.12 / 0.03)

CMYK percentages

%0
%12.1
%11.69
%2.75

Codes

Color #F8DADB in popluar color models

F8 DA DB
RGB 248 218 219
HSL 358° 68.18% 91.37%
HSB/HSV 358° 12.10% 97.25%
CMYK 0.00% 12.10% 11.69%
2.75%

Color #F8DADB in popluar number systems.

HEX F8 DA DB
Decimal 248 218 219
Binary 11111000 11011010 11011011
Octal 370 332 333

Shades and tints

Shades of #F8DADB

#F8DADB
(248,218,219)
#E2C7C8
(226,199,200)
#CCB4B5
(204,180,181)
#B6A1A2
(182,161,162)
#A08E8F
(160,142,143)
#8A7B7C
(138,123,124)
#746869
(116,104,105)
#5E5556
(94,85,86)
#484243
(72,66,67)
#322F30
(50,47,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #F8DADB

#F8DADB
(248,218,219)
#F8DDDE
(248,221,222)
#F8E0E1
(248,224,225)
#F8E3E4
(248,227,228)
#F8E6E7
(248,230,231)
#F8E9EA
(248,233,234)
#F8ECED
(248,236,237)
#F8EFF0
(248,239,240)
#F8F2F3
(248,242,243)
#F8F5F6
(248,245,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DADB; }

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

This text font color is #F8DADB.

Background Color

.myBgColor { background-color: #F8DADB; }

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

This div background color is #F8DADB.

Border color

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

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

This div border color is #F8DADB.

Opacity

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

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

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

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

This text has shadow with #F8DADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DADB.

Preview

Color preview on black background

This text has color #F8DADB on black background.


Color preview on white background

This text has color #F8DADB on white background.


Black color preview on #F8DADB background

This text has black color on #F8DADB background.


White color preview on #F8DADB background

This text has white color on #F8DADB background.


Related colors

Complementary color

Complementary color for #hex is #072524.


I love getcolorcode.com

Triadic colors

1 #DBF8DA and #DADBF8 with #F8DADB are triadic colors.

2 #DBDAF8 and #DAF8DB with #F8DADB are triadic colors.