COLOR #F1D3CB

HEX: #F1D3CB RGB: (241,211,203)

Color info

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

RGB color model

#F1D3CB color RGB value is (241,211,203).

RGB: (241,211,203) (95%, 83%, 80%)

RGB channels and saturation

R 241 of 255 = 95%
G 211 of 255 = 83%
B 203 of 255 = 80%

241
211
203

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

Portions of RGB colors in percentages

R + G + B = 241 + 211 + 203 = 655 (100%)
R 241 of 655 ~ 36.79%
G 211 of 655 ~ 32.21%
B 203 of 655 ~ 30.99'%

%36.79
%32.21
%30.99

CMYK color model

#F1D3CB color CMYK value is (0,12,16,5).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 15.77%
  • key color value is 5.49%

CMYK: (0,12,16,5)
C0M12Y16K5 (0%, 12%, 16%, 5%)
(0.00 / 0.12 / 0.16 / 0.05)

CMYK percentages

%0
%12.45
%15.77
%5.49

Codes

Color #F1D3CB in popluar color models

F1 D3 CB
RGB 241 211 203
HSL 13° 57.58% 87.06%
HSB/HSV 13° 15.77% 94.51%
CMYK 0.00% 12.45% 15.77%
5.49%

Color #F1D3CB in popluar number systems.

HEX F1 D3 CB
Decimal 241 211 203
Binary 11110001 11010011 11001011
Octal 361 323 313

Shades and tints

Shades of #F1D3CB

#F1D3CB
(241,211,203)
#DCC0B9
(220,192,185)
#C7ADA7
(199,173,167)
#B29A95
(178,154,149)
#9D8783
(157,135,131)
#887471
(136,116,113)
#73615F
(115,97,95)
#5E4E4D
(94,78,77)
#493B3B
(73,59,59)
#342829
(52,40,41)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #F1D3CB

#F1D3CB
(241,211,203)
#F2D7CF
(242,215,207)
#F3DBD3
(243,219,211)
#F4DFD7
(244,223,215)
#F5E3DB
(245,227,219)
#F6E7DF
(246,231,223)
#F7EBE3
(247,235,227)
#F8EFE7
(248,239,231)
#F9F3EB
(249,243,235)
#FAF7EF
(250,247,239)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D3CB color. Also use rgb(241,211,203) instead hex code.

Text Font Color

.myTextColor { color: #F1D3CB; }

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

This text font color is #F1D3CB.

Background Color

.myBgColor { background-color: #F1D3CB; }

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

This div background color is #F1D3CB.

Border color

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

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

This div border color is #F1D3CB.

Opacity

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

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

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

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

This text has shadow with #F1D3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D3CB.

Preview

Color preview on black background

This text has color #F1D3CB on black background.


Color preview on white background

This text has color #F1D3CB on white background.


Black color preview on #F1D3CB background

This text has black color on #F1D3CB background.


White color preview on #F1D3CB background

This text has white color on #F1D3CB background.


Related colors

Complementary color

Complementary color for #hex is #0E2C34.


I love getcolorcode.com

Triadic colors

1 #CBF1D3 and #D3CBF1 with #F1D3CB are triadic colors.

2 #CBD3F1 and #D3F1CB with #F1D3CB are triadic colors.