COLOR #F1DDD2

HEX: #F1DDD2 RGB: (241,221,210)

Color info

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

RGB color model

#F1DDD2 color RGB value is (241,221,210).

RGB: (241,221,210) (95%, 87%, 82%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 210 of 255 = 82%

241
221
210

R + G + B ~ 88%. #F1DDD2 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 221 + 210 = 672 (100%)
R 241 of 672 ~ 35.86%
G 221 of 672 ~ 32.89%
B 210 of 672 ~ 31.25'%

%35.86
%32.89
%31.25

CMYK color model

#F1DDD2 color CMYK value is (0,8,13,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 12.86%
  • key color value is 5.49%

CMYK: (0,8,13,5)
C0M8Y13K5 (0%, 8%, 13%, 5%)
(0.00 / 0.08 / 0.13 / 0.05)

CMYK percentages

%0
%8.3
%12.86
%5.49

Codes

Color #F1DDD2 in popluar color models

F1 DD D2
RGB 241 221 210
HSL 21° 52.54% 88.43%
HSB/HSV 21° 12.86% 94.51%
CMYK 0.00% 8.30% 12.86%
5.49%

Color #F1DDD2 in popluar number systems.

HEX F1 DD D2
Decimal 241 221 210
Binary 11110001 11011101 11010010
Octal 361 335 322

Shades and tints

Shades of #F1DDD2

#F1DDD2
(241,221,210)
#DCC9BF
(220,201,191)
#C7B5AC
(199,181,172)
#B2A199
(178,161,153)
#9D8D86
(157,141,134)
#887973
(136,121,115)
#736560
(115,101,96)
#5E514D
(94,81,77)
#493D3A
(73,61,58)
#342927
(52,41,39)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1DDD2

#F1DDD2
(241,221,210)
#F2E0D6
(242,224,214)
#F3E3DA
(243,227,218)
#F4E6DE
(244,230,222)
#F5E9E2
(245,233,226)
#F6ECE6
(246,236,230)
#F7EFEA
(247,239,234)
#F8F2EE
(248,242,238)
#F9F5F2
(249,245,242)
#FAF8F6
(250,248,246)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DDD2 color. Also use rgb(241,221,210) instead hex code.

Text Font Color

.myTextColor { color: #F1DDD2; }

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

This text font color is #F1DDD2.

Background Color

.myBgColor { background-color: #F1DDD2; }

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

This div background color is #F1DDD2.

Border color

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

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

This div border color is #F1DDD2.

Opacity

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

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

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

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

This text has shadow with #F1DDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DDD2.

Preview

Color preview on black background

This text has color #F1DDD2 on black background.


Color preview on white background

This text has color #F1DDD2 on white background.


Black color preview on #F1DDD2 background

This text has black color on #F1DDD2 background.


White color preview on #F1DDD2 background

This text has white color on #F1DDD2 background.


Related colors

Complementary color

Complementary color for #hex is #0E222D.


I love getcolorcode.com

Triadic colors

1 #D2F1DD and #DDD2F1 with #F1DDD2 are triadic colors.

2 #D2DDF1 and #DDF1D2 with #F1DDD2 are triadic colors.