COLOR #F1D1CA

HEX: #F1D1CA RGB: (241,209,202)

Color info

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

RGB color model

#F1D1CA color RGB value is (241,209,202).

RGB: (241,209,202) (95%, 82%, 79%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 202 of 255 = 79%

241
209
202

R + G + B ~ 85%. #F1D1CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 209 + 202 = 652 (100%)
R 241 of 652 ~ 36.96%
G 209 of 652 ~ 32.06%
B 202 of 652 ~ 30.98'%

%36.96
%32.06
%30.98

CMYK color model

#F1D1CA color CMYK value is (0,13,16,5).

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

CMYK: (0,13,16,5)
C0M13Y16K5 (0%, 13%, 16%, 5%)
(0.00 / 0.13 / 0.16 / 0.05)

CMYK percentages

%0
%13.28
%16.18
%5.49

Codes

Color #F1D1CA in popluar color models

F1 D1 CA
RGB 241 209 202
HSL 11° 58.21% 86.86%
HSB/HSV 11° 16.18% 94.51%
CMYK 0.00% 13.28% 16.18%
5.49%

Color #F1D1CA in popluar number systems.

HEX F1 D1 CA
Decimal 241 209 202
Binary 11110001 11010001 11001010
Octal 361 321 312

Shades and tints

Shades of #F1D1CA

#F1D1CA
(241,209,202)
#DCBEB8
(220,190,184)
#C7ABA6
(199,171,166)
#B29894
(178,152,148)
#9D8582
(157,133,130)
#887270
(136,114,112)
#735F5E
(115,95,94)
#5E4C4C
(94,76,76)
#49393A
(73,57,58)
#342628
(52,38,40)
#1F1316
(31,19,22)
#000000
(0,0,0)

Tints of #F1D1CA

#F1D1CA
(241,209,202)
#F2D5CE
(242,213,206)
#F3D9D2
(243,217,210)
#F4DDD6
(244,221,214)
#F5E1DA
(245,225,218)
#F6E5DE
(246,229,222)
#F7E9E2
(247,233,226)
#F8EDE6
(248,237,230)
#F9F1EA
(249,241,234)
#FAF5EE
(250,245,238)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D1CA; }

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

This text font color is #F1D1CA.

Background Color

.myBgColor { background-color: #F1D1CA; }

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

This div background color is #F1D1CA.

Border color

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

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

This div border color is #F1D1CA.

Opacity

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

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

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

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

This text has shadow with #F1D1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D1CA.

Preview

Color preview on black background

This text has color #F1D1CA on black background.


Color preview on white background

This text has color #F1D1CA on white background.


Black color preview on #F1D1CA background

This text has black color on #F1D1CA background.


White color preview on #F1D1CA background

This text has white color on #F1D1CA background.


Related colors

Complementary color

Complementary color for #hex is #0E2E35.


I love getcolorcode.com

Triadic colors

1 #CAF1D1 and #D1CAF1 with #F1D1CA are triadic colors.

2 #CAD1F1 and #D1F1CA with #F1D1CA are triadic colors.