COLOR #F3D4B5

HEX: #F3D4B5 RGB: (243,212,181)

Color info

#F3D4B5 contains mainly red and green colors. Web safe color of #F3D4B5 is #FFCCCC (or #FCC).

RGB color model

#F3D4B5 color RGB value is (243,212,181).

RGB: (243,212,181) (95%, 83%, 71%)

RGB channels and saturation

R 243 of 255 = 95%
G 212 of 255 = 83%
B 181 of 255 = 71%

243
212
181

R + G + B ~ 83%. #F3D4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 212 + 181 = 636 (100%)
R 243 of 636 ~ 38.21%
G 212 of 636 ~ 33.33%
B 181 of 636 ~ 28.46'%

%38.21
%33.33
%28.46

CMYK color model

#F3D4B5 color CMYK value is (0,13,26,5).

  • cyan value is 0.00%
  • magenta value is 12.76%
  • yellow value is 25.51%
  • key color value is 4.71%

CMYK: (0,13,26,5)
C0M13Y26K5 (0%, 13%, 26%, 5%)
(0.00 / 0.13 / 0.26 / 0.05)

CMYK percentages

%0
%12.76
%25.51
%4.71

Codes

Color #F3D4B5 in popluar color models

F3 D4 B5
RGB 243 212 181
HSL 30° 72.09% 83.14%
HSB/HSV 30° 25.51% 95.29%
CMYK 0.00% 12.76% 25.51%
4.71%

Color #F3D4B5 in popluar number systems.

HEX F3 D4 B5
Decimal 243 212 181
Binary 11110011 11010100 10110101
Octal 363 324 265

Shades and tints

Shades of #F3D4B5

#F3D4B5
(243,212,181)
#DDC1A5
(221,193,165)
#C7AE95
(199,174,149)
#B19B85
(177,155,133)
#9B8875
(155,136,117)
#857565
(133,117,101)
#6F6255
(111,98,85)
#594F45
(89,79,69)
#433C35
(67,60,53)
#2D2925
(45,41,37)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #F3D4B5

#F3D4B5
(243,212,181)
#F4D7BB
(244,215,187)
#F5DAC1
(245,218,193)
#F6DDC7
(246,221,199)
#F7E0CD
(247,224,205)
#F8E3D3
(248,227,211)
#F9E6D9
(249,230,217)
#FAE9DF
(250,233,223)
#FBECE5
(251,236,229)
#FCEFEB
(252,239,235)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D4B5 color. Also use rgb(243,212,181) instead hex code.

Text Font Color

.myTextColor { color: #F3D4B5; }

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

This text font color is #F3D4B5.

Background Color

.myBgColor { background-color: #F3D4B5; }

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

This div background color is #F3D4B5.

Border color

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

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

This div border color is #F3D4B5.

Opacity

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

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

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

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

This text has shadow with #F3D4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D4B5.

Preview

Color preview on black background

This text has color #F3D4B5 on black background.


Color preview on white background

This text has color #F3D4B5 on white background.


Black color preview on #F3D4B5 background

This text has black color on #F3D4B5 background.


White color preview on #F3D4B5 background

This text has white color on #F3D4B5 background.


Related colors

Complementary color

Complementary color for #hex is #0C2B4A.


I love getcolorcode.com

Triadic colors

1 #B5F3D4 and #D4B5F3 with #F3D4B5 are triadic colors.

2 #B5D4F3 and #D4F3B5 with #F3D4B5 are triadic colors.