COLOR #F2DBDA

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

Color info

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

RGB color model

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

  • red value is 242;
  • green value is 219;
  • blue value is 218.
RGB:
(242,219,218)
(95%,86%,85%)

RGB channels and saturation

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

242
219
218

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

Portions of RGB colors in percentages

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

%35.64
%32.25
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 9.92%
  • 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.5
%9.92
%5.1

Codes

Color #F2DBDA in popluar color models

F2DBDA
RGB242219218
HSL48.00%90.20%
HSB/HSV9.92%94.90%
CMYK0.00%9.50%9.92%
5.10%

Color #F2DBDA in popluar number systems.

HEXF2DBDA
Decimal242219218
Binary111100101101101111011010
Octal362333332

Shades and tints

Shades of #F2DBDA

#F2DBDA
(242,219,218)
#DCC8C7
(220,200,199)
#C6B5B4
(198,181,180)
#B0A2A1
(176,162,161)
#9A8F8E
(154,143,142)
#847C7B
(132,124,123)
#6E6968
(110,105,104)
#585655
(88,86,85)
#424342
(66,67,66)
#2C302F
(44,48,47)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #F2DBDA

#F2DBDA
(242,219,218)
#F3DEDD
(243,222,221)
#F4E1E0
(244,225,224)
#F5E4E3
(245,228,227)
#F6E7E6
(246,231,230)
#F7EAE9
(247,234,233)
#F8EDEC
(248,237,236)
#F9F0EF
(249,240,239)
#FAF3F2
(250,243,242)
#FBF6F5
(251,246,245)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DBDA; }

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

This text font color is #F2DBDA.


Background Color

.myBgColor { background-color: #F2DBDA; }

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

This div background color is #F2DBDA.


Border color

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

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

This div border color is #F2DBDA.


Opacity

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

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

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

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

This text has shadow with #F2DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DBDA on black background.


Color preview on white background

This text has color #F2DBDA on white background.



Black color preview on #F2DBDA background

This text has black color on #F2DBDA background.


White color preview on #F2DBDA background

This text has white color on #F2DBDA background.