COLOR #F3D2BD

HEX: #F3D2BD RGB: (243,210,189)

Color info

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

RGB color model

#F3D2BD color RGB value is (243,210,189).

RGB: (243,210,189) (95%, 82%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 210 of 255 = 82%
B 189 of 255 = 74%

243
210
189

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

Portions of RGB colors in percentages

R + G + B = 243 + 210 + 189 = 642 (100%)
R 243 of 642 ~ 37.85%
G 210 of 642 ~ 32.71%
B 189 of 642 ~ 29.44'%

%37.85
%32.71
%29.44

CMYK color model

#F3D2BD color CMYK value is (0,14,22,5).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 22.22%
  • key color value is 4.71%

CMYK: (0,14,22,5)
C0M14Y22K5 (0%, 14%, 22%, 5%)
(0.00 / 0.14 / 0.22 / 0.05)

CMYK percentages

%0
%13.58
%22.22
%4.71

Codes

Color #F3D2BD in popluar color models

F3 D2 BD
RGB 243 210 189
HSL 23° 69.23% 84.71%
HSB/HSV 23° 22.22% 95.29%
CMYK 0.00% 13.58% 22.22%
4.71%

Color #F3D2BD in popluar number systems.

HEX F3 D2 BD
Decimal 243 210 189
Binary 11110011 11010010 10111101
Octal 363 322 275

Shades and tints

Shades of #F3D2BD

#F3D2BD
(243,210,189)
#DDBFAC
(221,191,172)
#C7AC9B
(199,172,155)
#B1998A
(177,153,138)
#9B8679
(155,134,121)
#857368
(133,115,104)
#6F6057
(111,96,87)
#594D46
(89,77,70)
#433A35
(67,58,53)
#2D2724
(45,39,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #F3D2BD

#F3D2BD
(243,210,189)
#F4D6C3
(244,214,195)
#F5DAC9
(245,218,201)
#F6DECF
(246,222,207)
#F7E2D5
(247,226,213)
#F8E6DB
(248,230,219)
#F9EAE1
(249,234,225)
#FAEEE7
(250,238,231)
#FBF2ED
(251,242,237)
#FCF6F3
(252,246,243)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D2BD color. Also use rgb(243,210,189) instead hex code.

Text Font Color

.myTextColor { color: #F3D2BD; }

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

This text font color is #F3D2BD.

Background Color

.myBgColor { background-color: #F3D2BD; }

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

This div background color is #F3D2BD.

Border color

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

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

This div border color is #F3D2BD.

Opacity

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

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

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

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

This text has shadow with #F3D2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D2BD.

Preview

Color preview on black background

This text has color #F3D2BD on black background.


Color preview on white background

This text has color #F3D2BD on white background.


Black color preview on #F3D2BD background

This text has black color on #F3D2BD background.


White color preview on #F3D2BD background

This text has white color on #F3D2BD background.


Related colors

Complementary color

Complementary color for #hex is #0C2D42.


I love getcolorcode.com

Triadic colors

1 #BDF3D2 and #D2BDF3 with #F3D2BD are triadic colors.

2 #BDD2F3 and #D2F3BD with #F3D2BD are triadic colors.