COLOR #F1CDD1

HEX: #F1CDD1 RGB: (241,205,209)

Color info

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

RGB color model

#F1CDD1 color RGB value is (241,205,209).

RGB: (241,205,209) (95%, 80%, 82%)

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 209 of 255 = 82%

241
205
209

R + G + B ~ 86%. #F1CDD1 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 205 + 209 = 655 (100%)
R 241 of 655 ~ 36.79%
G 205 of 655 ~ 31.3%
B 209 of 655 ~ 31.91'%

%36.79
%31.3
%31.91

CMYK color model

#F1CDD1 color CMYK value is (0,15,13,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 13.28%
  • key color value is 5.49%

CMYK: (0,15,13,5)
C0M15Y13K5 (0%, 15%, 13%, 5%)
(0.00 / 0.15 / 0.13 / 0.05)

CMYK percentages

%0
%14.94
%13.28
%5.49

Codes

Color #F1CDD1 in popluar color models

F1 CD D1
RGB 241 205 209
HSL 353° 56.25% 87.45%
HSB/HSV 353° 14.94% 94.51%
CMYK 0.00% 14.94% 13.28%
5.49%

Color #F1CDD1 in popluar number systems.

HEX F1 CD D1
Decimal 241 205 209
Binary 11110001 11001101 11010001
Octal 361 315 321

Shades and tints

Shades of #F1CDD1

#F1CDD1
(241,205,209)
#DCBBBE
(220,187,190)
#C7A9AB
(199,169,171)
#B29798
(178,151,152)
#9D8585
(157,133,133)
#887372
(136,115,114)
#73615F
(115,97,95)
#5E4F4C
(94,79,76)
#493D39
(73,61,57)
#342B26
(52,43,38)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #F1CDD1

#F1CDD1
(241,205,209)
#F2D1D5
(242,209,213)
#F3D5D9
(243,213,217)
#F4D9DD
(244,217,221)
#F5DDE1
(245,221,225)
#F6E1E5
(246,225,229)
#F7E5E9
(247,229,233)
#F8E9ED
(248,233,237)
#F9EDF1
(249,237,241)
#FAF1F5
(250,241,245)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CDD1 color. Also use rgb(241,205,209) instead hex code.

Text Font Color

.myTextColor { color: #F1CDD1; }

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

This text font color is #F1CDD1.

Background Color

.myBgColor { background-color: #F1CDD1; }

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

This div background color is #F1CDD1.

Border color

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

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

This div border color is #F1CDD1.

Opacity

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

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

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

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

This text has shadow with #F1CDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CDD1.

Preview

Color preview on black background

This text has color #F1CDD1 on black background.


Color preview on white background

This text has color #F1CDD1 on white background.


Black color preview on #F1CDD1 background

This text has black color on #F1CDD1 background.


White color preview on #F1CDD1 background

This text has white color on #F1CDD1 background.


Related colors

Complementary color

Complementary color for #hex is #0E322E.


I love getcolorcode.com

Triadic colors

1 #D1F1CD and #CDD1F1 with #F1CDD1 are triadic colors.

2 #D1CDF1 and #CDF1D1 with #F1CDD1 are triadic colors.