COLOR #F3D8D2

HEX: #F3D8D2 RGB: (243,216,210)

Color info

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

RGB color model

#F3D8D2 color RGB value is (243,216,210).

RGB: (243,216,210) (95%, 85%, 82%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 210 of 255 = 82%

243
216
210

R + G + B ~ 87%. #F3D8D2 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 216 + 210 = 669 (100%)
R 243 of 669 ~ 36.32%
G 216 of 669 ~ 32.29%
B 210 of 669 ~ 31.39'%

%36.32
%32.29
%31.39

CMYK color model

#F3D8D2 color CMYK value is (0,11,14,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 13.58%
  • key color value is 4.71%
CMYK: (0,11,14,5) C0M11Y14K5 (0%,11%,14%,5%) (0.00/0.11/0.14/0.05) 

CMYK percentages

%0
%11.11
%13.58
%4.71

Codes

Color #F3D8D2 in popluar color models

F3 D8 D2
RGB 243 216 210
HSL 11° 57.89% 88.82%
HSB/HSV 11° 13.58% 95.29%
CMYK 0.00% 11.11% 13.58%
4.71%

Color #F3D8D2 in popluar number systems.

HEX F3 D8 D2
Decimal 243 216 210
Binary 11110011 11011000 11010010
Octal 363 330 322

Shades and tints

Shades of #F3D8D2

#F3D8D2
(243,216,210)
#DDC5BF
(221,197,191)
#C7B2AC
(199,178,172)
#B19F99
(177,159,153)
#9B8C86
(155,140,134)
#857973
(133,121,115)
#6F6660
(111,102,96)
#59534D
(89,83,77)
#43403A
(67,64,58)
#2D2D27
(45,45,39)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #F3D8D2

#F3D8D2
(243,216,210)
#F4DBD6
(244,219,214)
#F5DEDA
(245,222,218)
#F6E1DE
(246,225,222)
#F7E4E2
(247,228,226)
#F8E7E6
(248,231,230)
#F9EAEA
(249,234,234)
#FAEDEE
(250,237,238)
#FBF0F2
(251,240,242)
#FCF3F6
(252,243,246)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D8D2; }

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

This text font color is #F3D8D2.

Background Color

.myBgColor { background-color: #F3D8D2; }

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

This div background color is #F3D8D2.

Border color

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

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

This div border color is #F3D8D2.

Opacity

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

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

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

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

This text has shadow with #F3D8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D8D2.

Preview

Color preview on black background

This text has color #F3D8D2 on black background.


Color preview on white background

This text has color #F3D8D2 on white background.


Black color preview on #F3D8D2 background

This text has black color on #F3D8D2 background.


White color preview on #F3D8D2 background

This text has white color on #F3D8D2 background.


Related colors

Complementary color

Complementary color for #hex is #0C272D.


I love getcolorcode.com

Triadic colors

1 #D2F3D8 and #D8D2F3 with #F3D8D2 are triadic colors.

2 #D2D8F3 and #D8F3D2 with #F3D8D2 are triadic colors.