COLOR #F2DFDA

HEX: #F2DFDA RGB: (242,223,218)

Color info

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

RGB color model

#F2DFDA color RGB value is (242,223,218).

RGB: (242,223,218) (95%, 87%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 218 of 255 = 85%

242
223
218

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

Portions of RGB colors in percentages

R + G + B = 242 + 223 + 218 = 683 (100%)
R 242 of 683 ~ 35.43%
G 223 of 683 ~ 32.65%
B 218 of 683 ~ 31.92'%

%35.43
%32.65
%31.92

CMYK color model

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

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

CMYK: (0,8,10,5)
C0M8Y10K5 (0%, 8%, 10%, 5%)
(0.00 / 0.08 / 0.10 / 0.05)

CMYK percentages

%0
%7.85
%9.92
%5.1

Codes

Color #F2DFDA in popluar color models

F2 DF DA
RGB 242 223 218
HSL 13° 48.00% 90.20%
HSB/HSV 13° 9.92% 94.90%
CMYK 0.00% 7.85% 9.92%
5.10%

Color #F2DFDA in popluar number systems.

HEX F2 DF DA
Decimal 242 223 218
Binary 11110010 11011111 11011010
Octal 362 337 332

Shades and tints

Shades of #F2DFDA

#F2DFDA
(242,223,218)
#DCCBC7
(220,203,199)
#C6B7B4
(198,183,180)
#B0A3A1
(176,163,161)
#9A8F8E
(154,143,142)
#847B7B
(132,123,123)
#6E6768
(110,103,104)
#585355
(88,83,85)
#423F42
(66,63,66)
#2C2B2F
(44,43,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #F2DFDA

#F2DFDA
(242,223,218)
#F3E1DD
(243,225,221)
#F4E3E0
(244,227,224)
#F5E5E3
(245,229,227)
#F6E7E6
(246,231,230)
#F7E9E9
(247,233,233)
#F8EBEC
(248,235,236)
#F9EDEF
(249,237,239)
#FAEFF2
(250,239,242)
#FBF1F5
(251,241,245)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DFDA; }

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

This text font color is #F2DFDA.

Background Color

.myBgColor { background-color: #F2DFDA; }

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

This div background color is #F2DFDA.

Border color

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

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

This div border color is #F2DFDA.

Opacity

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

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

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

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

This text has shadow with #F2DFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DFDA.

Preview

Color preview on black background

This text has color #F2DFDA on black background.


Color preview on white background

This text has color #F2DFDA on white background.


Black color preview on #F2DFDA background

This text has black color on #F2DFDA background.


White color preview on #F2DFDA background

This text has white color on #F2DFDA background.


Related colors

Complementary color

Complementary color for #hex is #0D2025.


I love getcolorcode.com

Triadic colors

1 #DAF2DF and #DFDAF2 with #F2DFDA are triadic colors.

2 #DADFF2 and #DFF2DA with #F2DFDA are triadic colors.