COLOR #F3D4D2

HEX: #F3D4D2 RGB: (243,212,210)

Color info

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

RGB color model

#F3D4D2 color RGB value is (243,212,210).

RGB: (243,212,210) (95%, 83%, 82%)

RGB channels and saturation

R 243 of 255 = 95%
G 212 of 255 = 83%
B 210 of 255 = 82%

243
212
210

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

Portions of RGB colors in percentages

R + G + B = 243 + 212 + 210 = 665 (100%)
R 243 of 665 ~ 36.54%
G 212 of 665 ~ 31.88%
B 210 of 665 ~ 31.58'%

%36.54
%31.88
%31.58

CMYK color model

#F3D4D2 color CMYK value is (0,13,14,5).

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

CMYK: (0,13,14,5)
C0M13Y14K5 (0%, 13%, 14%, 5%)
(0.00 / 0.13 / 0.14 / 0.05)

CMYK percentages

%0
%12.76
%13.58
%4.71

Codes

Color #F3D4D2 in popluar color models

F3 D4 D2
RGB 243 212 210
HSL 57.89% 88.82%
HSB/HSV 13.58% 95.29%
CMYK 0.00% 12.76% 13.58%
4.71%

Color #F3D4D2 in popluar number systems.

HEX F3 D4 D2
Decimal 243 212 210
Binary 11110011 11010100 11010010
Octal 363 324 322

Shades and tints

Shades of #F3D4D2

#F3D4D2
(243,212,210)
#DDC1BF
(221,193,191)
#C7AEAC
(199,174,172)
#B19B99
(177,155,153)
#9B8886
(155,136,134)
#857573
(133,117,115)
#6F6260
(111,98,96)
#594F4D
(89,79,77)
#433C3A
(67,60,58)
#2D2927
(45,41,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #F3D4D2

#F3D4D2
(243,212,210)
#F4D7D6
(244,215,214)
#F5DADA
(245,218,218)
#F6DDDE
(246,221,222)
#F7E0E2
(247,224,226)
#F8E3E6
(248,227,230)
#F9E6EA
(249,230,234)
#FAE9EE
(250,233,238)
#FBECF2
(251,236,242)
#FCEFF6
(252,239,246)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D4D2; }

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

This text font color is #F3D4D2.

Background Color

.myBgColor { background-color: #F3D4D2; }

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

This div background color is #F3D4D2.

Border color

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

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

This div border color is #F3D4D2.

Opacity

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

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

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

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

This text has shadow with #F3D4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D4D2.

Preview

Color preview on black background

This text has color #F3D4D2 on black background.


Color preview on white background

This text has color #F3D4D2 on white background.


Black color preview on #F3D4D2 background

This text has black color on #F3D4D2 background.


White color preview on #F3D4D2 background

This text has white color on #F3D4D2 background.


Related colors

Complementary color

Complementary color for #hex is #0C2B2D.


I love getcolorcode.com

Triadic colors

1 #D2F3D4 and #D4D2F3 with #F3D4D2 are triadic colors.

2 #D2D4F3 and #D4F3D2 with #F3D4D2 are triadic colors.