COLOR #F3DADB

HEX: #F3DADB RGB: (243,218,219)

Color info

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

RGB color model

#F3DADB color RGB value is (243,218,219).

RGB: (243,218,219) (95%, 85%, 86%)

RGB channels and saturation

R 243 of 255 = 95%
G 218 of 255 = 85%
B 219 of 255 = 86%

243
218
219

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

Portions of RGB colors in percentages

R + G + B = 243 + 218 + 219 = 680 (100%)
R 243 of 680 ~ 35.74%
G 218 of 680 ~ 32.06%
B 219 of 680 ~ 32.21'%

%35.74
%32.06
%32.21

CMYK color model

#F3DADB color CMYK value is (0,10,10,5).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK: (0,10,10,5) C0M10Y10K5 (0%,10%,10%,5%) (0.00/0.10/0.10/0.05) 

CMYK percentages

%0
%10.29
%9.88
%4.71

Codes

Color #F3DADB in popluar color models

F3 DA DB
RGB 243 218 219
HSL 358° 51.02% 90.39%
HSB/HSV 358° 10.29% 95.29%
CMYK 0.00% 10.29% 9.88%
4.71%

Color #F3DADB in popluar number systems.

HEX F3 DA DB
Decimal 243 218 219
Binary 11110011 11011010 11011011
Octal 363 332 333

Shades and tints

Shades of #F3DADB

#F3DADB
(243,218,219)
#DDC7C8
(221,199,200)
#C7B4B5
(199,180,181)
#B1A1A2
(177,161,162)
#9B8E8F
(155,142,143)
#857B7C
(133,123,124)
#6F6869
(111,104,105)
#595556
(89,85,86)
#434243
(67,66,67)
#2D2F30
(45,47,48)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #F3DADB

#F3DADB
(243,218,219)
#F4DDDE
(244,221,222)
#F5E0E1
(245,224,225)
#F6E3E4
(246,227,228)
#F7E6E7
(247,230,231)
#F8E9EA
(248,233,234)
#F9ECED
(249,236,237)
#FAEFF0
(250,239,240)
#FBF2F3
(251,242,243)
#FCF5F6
(252,245,246)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DADB; }

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

This text font color is #F3DADB.

Background Color

.myBgColor { background-color: #F3DADB; }

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

This div background color is #F3DADB.

Border color

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

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

This div border color is #F3DADB.

Opacity

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

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

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

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

This text has shadow with #F3DADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DADB.

Preview

Color preview on black background

This text has color #F3DADB on black background.


Color preview on white background

This text has color #F3DADB on white background.


Black color preview on #F3DADB background

This text has black color on #F3DADB background.


White color preview on #F3DADB background

This text has white color on #F3DADB background.


Related colors

Complementary color

Complementary color for #hex is #0C2524.


I love getcolorcode.com

Triadic colors

1 #DBF3DA and #DADBF3 with #F3DADB are triadic colors.

2 #DBDAF3 and #DAF3DB with #F3DADB are triadic colors.