COLOR #F2DADB

HEX: #F2DADB RGB: (242,218,219)

Color info

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

RGB color model

#F2DADB color RGB value is (242,218,219).

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

RGB channels and saturation

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

242
218
219

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

Portions of RGB colors in percentages

R + G + B = 242 + 218 + 219 = 679 (100%)
R 242 of 679 ~ 35.64%
G 218 of 679 ~ 32.11%
B 219 of 679 ~ 32.25'%

%35.64
%32.11
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 9.50%
  • key color value is 5.10%

CMYK: (0,10,10,5)
C0M10Y10K5 (0%, 10%, 10%, 5%)
(0.00 / 0.10 / 0.10 / 0.05)

CMYK percentages

%0
%9.92
%9.5
%5.1

Codes

Color #F2DADB in popluar color models

F2 DA DB
RGB 242 218 219
HSL 358° 48.00% 90.20%
HSB/HSV 358° 9.92% 94.90%
CMYK 0.00% 9.92% 9.50%
5.10%

Color #F2DADB in popluar number systems.

HEX F2 DA DB
Decimal 242 218 219
Binary 11110010 11011010 11011011
Octal 362 332 333

Shades and tints

Shades of #F2DADB

#F2DADB
(242,218,219)
#DCC7C8
(220,199,200)
#C6B4B5
(198,180,181)
#B0A1A2
(176,161,162)
#9A8E8F
(154,142,143)
#847B7C
(132,123,124)
#6E6869
(110,104,105)
#585556
(88,85,86)
#424243
(66,66,67)
#2C2F30
(44,47,48)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #F2DADB

#F2DADB
(242,218,219)
#F3DDDE
(243,221,222)
#F4E0E1
(244,224,225)
#F5E3E4
(245,227,228)
#F6E6E7
(246,230,231)
#F7E9EA
(247,233,234)
#F8ECED
(248,236,237)
#F9EFF0
(249,239,240)
#FAF2F3
(250,242,243)
#FBF5F6
(251,245,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DADB; }

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

This text font color is #F2DADB.

Background Color

.myBgColor { background-color: #F2DADB; }

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

This div background color is #F2DADB.

Border color

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

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

This div border color is #F2DADB.

Opacity

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

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

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

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

This text has shadow with #F2DADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DADB.

Preview

Color preview on black background

This text has color #F2DADB on black background.


Color preview on white background

This text has color #F2DADB on white background.


Black color preview on #F2DADB background

This text has black color on #F2DADB background.


White color preview on #F2DADB background

This text has white color on #F2DADB background.


Related colors

Complementary color

Complementary color for #hex is #0D2524.


I love getcolorcode.com

Triadic colors

1 #DBF2DA and #DADBF2 with #F2DADB are triadic colors.

2 #DBDAF2 and #DAF2DB with #F2DADB are triadic colors.