COLOR #F1D4C0

HEX: #F1D4C0 RGB: (241,212,192)

Color info

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

RGB color model

#F1D4C0 color RGB value is (241,212,192).

RGB: (241,212,192) (95%, 83%, 75%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 192 of 255 = 75%

241
212
192

R + G + B ~ 84%. #F1D4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 212 + 192 = 645 (100%)
R 241 of 645 ~ 37.36%
G 212 of 645 ~ 32.87%
B 192 of 645 ~ 29.77'%

%37.36
%32.87
%29.77

CMYK color model

#F1D4C0 color CMYK value is (0,12,20,5).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 20.33%
  • key color value is 5.49%

CMYK: (0,12,20,5)
C0M12Y20K5 (0%, 12%, 20%, 5%)
(0.00 / 0.12 / 0.20 / 0.05)

CMYK percentages

%0
%12.03
%20.33
%5.49

Codes

Color #F1D4C0 in popluar color models

F1 D4 C0
RGB 241 212 192
HSL 24° 63.64% 84.90%
HSB/HSV 24° 20.33% 94.51%
CMYK 0.00% 12.03% 20.33%
5.49%

Color #F1D4C0 in popluar number systems.

HEX F1 D4 C0
Decimal 241 212 192
Binary 11110001 11010100 11000000
Octal 361 324 300

Shades and tints

Shades of #F1D4C0

#F1D4C0
(241,212,192)
#DCC1AF
(220,193,175)
#C7AE9E
(199,174,158)
#B29B8D
(178,155,141)
#9D887C
(157,136,124)
#88756B
(136,117,107)
#73625A
(115,98,90)
#5E4F49
(94,79,73)
#493C38
(73,60,56)
#342927
(52,41,39)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1D4C0

#F1D4C0
(241,212,192)
#F2D7C5
(242,215,197)
#F3DACA
(243,218,202)
#F4DDCF
(244,221,207)
#F5E0D4
(245,224,212)
#F6E3D9
(246,227,217)
#F7E6DE
(247,230,222)
#F8E9E3
(248,233,227)
#F9ECE8
(249,236,232)
#FAEFED
(250,239,237)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D4C0 color. Also use rgb(241,212,192) instead hex code.

Text Font Color

.myTextColor { color: #F1D4C0; }

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

This text font color is #F1D4C0.

Background Color

.myBgColor { background-color: #F1D4C0; }

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

This div background color is #F1D4C0.

Border color

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

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

This div border color is #F1D4C0.

Opacity

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

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

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

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

This text has shadow with #F1D4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D4C0.

Preview

Color preview on black background

This text has color #F1D4C0 on black background.


Color preview on white background

This text has color #F1D4C0 on white background.


Black color preview on #F1D4C0 background

This text has black color on #F1D4C0 background.


White color preview on #F1D4C0 background

This text has white color on #F1D4C0 background.


Related colors

Complementary color

Complementary color for #hex is #0E2B3F.


I love getcolorcode.com

Triadic colors

1 #C0F1D4 and #D4C0F1 with #F1D4C0 are triadic colors.

2 #C0D4F1 and #D4F1C0 with #F1D4C0 are triadic colors.