COLOR #F2DDED

HEX: #F2DDED RGB: (242,221,237)

Color info

#F2DDED contains red, green and blue colors in about the same proportion. Web safe color of #F2DDED is #FFCCFF (or #FCF).

RGB color model

#F2DDED color RGB value is (242,221,237).

RGB: (242,221,237) (95%, 87%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 221 of 255 = 87%
B 237 of 255 = 93%

242
221
237

R + G + B ~ 92%. #F2DDED is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 221 + 237 = 700 (100%)
R 242 of 700 ~ 34.57%
G 221 of 700 ~ 31.57%
B 237 of 700 ~ 33.86'%

%34.57
%31.57
%33.86

CMYK color model

#F2DDED color CMYK value is (0,9,2,5).

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

CMYK: (0,9,2,5)
C0M9Y2K5 (0%, 9%, 2%, 5%)
(0.00 / 0.09 / 0.02 / 0.05)

CMYK percentages

%0
%8.68
%2.07
%5.1

Codes

Color #F2DDED in popluar color models

F2 DD ED
RGB 242 221 237
HSL 314° 44.68% 90.78%
HSB/HSV 314° 8.68% 94.90%
CMYK 0.00% 8.68% 2.07%
5.10%

Color #F2DDED in popluar number systems.

HEX F2 DD ED
Decimal 242 221 237
Binary 11110010 11011101 11101101
Octal 362 335 355

Shades and tints

Shades of #F2DDED

#F2DDED
(242,221,237)
#DCC9D8
(220,201,216)
#C6B5C3
(198,181,195)
#B0A1AE
(176,161,174)
#9A8D99
(154,141,153)
#847984
(132,121,132)
#6E656F
(110,101,111)
#58515A
(88,81,90)
#423D45
(66,61,69)
#2C2930
(44,41,48)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #F2DDED

#F2DDED
(242,221,237)
#F3E0EE
(243,224,238)
#F4E3EF
(244,227,239)
#F5E6F0
(245,230,240)
#F6E9F1
(246,233,241)
#F7ECF2
(247,236,242)
#F8EFF3
(248,239,243)
#F9F2F4
(249,242,244)
#FAF5F5
(250,245,245)
#FBF8F6
(251,248,246)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DDED; }

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

This text font color is #F2DDED.

Background Color

.myBgColor { background-color: #F2DDED; }

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

This div background color is #F2DDED.

Border color

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

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

This div border color is #F2DDED.

Opacity

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

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

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

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

This text has shadow with #F2DDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DDED.

Preview

Color preview on black background

This text has color #F2DDED on black background.


Color preview on white background

This text has color #F2DDED on white background.


Black color preview on #F2DDED background

This text has black color on #F2DDED background.


White color preview on #F2DDED background

This text has white color on #F2DDED background.


Related colors

Complementary color

Complementary color for #hex is #0D2212.


I love getcolorcode.com

Triadic colors

1 #EDF2DD and #DDEDF2 with #F2DDED are triadic colors.

2 #EDDDF2 and #DDF2ED with #F2DDED are triadic colors.