COLOR #F2DBDD

HEX: #F2DBDD RGB: (242,219,221)

Color info

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

RGB color model

#F2DBDD color RGB value is (242,219,221).

RGB: (242,219,221) (95%, 86%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 221 of 255 = 87%

242
219
221

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

Portions of RGB colors in percentages

R + G + B = 242 + 219 + 221 = 682 (100%)
R 242 of 682 ~ 35.48%
G 219 of 682 ~ 32.11%
B 221 of 682 ~ 32.4'%

%35.48
%32.11
%32.4

CMYK color model

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

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

CMYK: (0,10,9,5)
C0M10Y9K5 (0%, 10%, 9%, 5%)
(0.00 / 0.10 / 0.09 / 0.05)

CMYK percentages

%0
%9.5
%8.68
%5.1

Codes

Color #F2DBDD in popluar color models

F2 DB DD
RGB 242 219 221
HSL 355° 46.94% 90.39%
HSB/HSV 355° 9.50% 94.90%
CMYK 0.00% 9.50% 8.68%
5.10%

Color #F2DBDD in popluar number systems.

HEX F2 DB DD
Decimal 242 219 221
Binary 11110010 11011011 11011101
Octal 362 333 335

Shades and tints

Shades of #F2DBDD

#F2DBDD
(242,219,221)
#DCC8C9
(220,200,201)
#C6B5B5
(198,181,181)
#B0A2A1
(176,162,161)
#9A8F8D
(154,143,141)
#847C79
(132,124,121)
#6E6965
(110,105,101)
#585651
(88,86,81)
#42433D
(66,67,61)
#2C3029
(44,48,41)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #F2DBDD

#F2DBDD
(242,219,221)
#F3DEE0
(243,222,224)
#F4E1E3
(244,225,227)
#F5E4E6
(245,228,230)
#F6E7E9
(246,231,233)
#F7EAEC
(247,234,236)
#F8EDEF
(248,237,239)
#F9F0F2
(249,240,242)
#FAF3F5
(250,243,245)
#FBF6F8
(251,246,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DBDD; }

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

This text font color is #F2DBDD.

Background Color

.myBgColor { background-color: #F2DBDD; }

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

This div background color is #F2DBDD.

Border color

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

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

This div border color is #F2DBDD.

Opacity

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

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

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

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

This text has shadow with #F2DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DBDD.

Preview

Color preview on black background

This text has color #F2DBDD on black background.


Color preview on white background

This text has color #F2DBDD on white background.


Black color preview on #F2DBDD background

This text has black color on #F2DBDD background.


White color preview on #F2DBDD background

This text has white color on #F2DBDD background.


Related colors

Complementary color

Complementary color for #hex is #0D2422.


I love getcolorcode.com

Triadic colors

1 #DDF2DB and #DBDDF2 with #F2DBDD are triadic colors.

2 #DDDBF2 and #DBF2DD with #F2DBDD are triadic colors.