COLOR #F3D4DA

HEX: #F3D4DA RGB: (243,212,218)

Color info

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

RGB color model

#F3D4DA color RGB value is (243,212,218).

RGB: (243,212,218) (95%, 83%, 85%)

RGB channels and saturation

R 243 of 255 = 95%
G 212 of 255 = 83%
B 218 of 255 = 85%

243
212
218

R + G + B ~ 88%. #F3D4DA is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 212 + 218 = 673 (100%)
R 243 of 673 ~ 36.11%
G 212 of 673 ~ 31.5%
B 218 of 673 ~ 32.39'%

%36.11
%31.5
%32.39

CMYK color model

#F3D4DA color CMYK value is (0,13,10,5).

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

CMYK: (0,13,10,5)
C0M13Y10K5 (0%, 13%, 10%, 5%)
(0.00 / 0.13 / 0.10 / 0.05)

CMYK percentages

%0
%12.76
%10.29
%4.71

Codes

Color #F3D4DA in popluar color models

F3 D4 DA
RGB 243 212 218
HSL 348° 56.36% 89.22%
HSB/HSV 348° 12.76% 95.29%
CMYK 0.00% 12.76% 10.29%
4.71%

Color #F3D4DA in popluar number systems.

HEX F3 D4 DA
Decimal 243 212 218
Binary 11110011 11010100 11011010
Octal 363 324 332

Shades and tints

Shades of #F3D4DA

#F3D4DA
(243,212,218)
#DDC1C7
(221,193,199)
#C7AEB4
(199,174,180)
#B19BA1
(177,155,161)
#9B888E
(155,136,142)
#85757B
(133,117,123)
#6F6268
(111,98,104)
#594F55
(89,79,85)
#433C42
(67,60,66)
#2D292F
(45,41,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #F3D4DA

#F3D4DA
(243,212,218)
#F4D7DD
(244,215,221)
#F5DAE0
(245,218,224)
#F6DDE3
(246,221,227)
#F7E0E6
(247,224,230)
#F8E3E9
(248,227,233)
#F9E6EC
(249,230,236)
#FAE9EF
(250,233,239)
#FBECF2
(251,236,242)
#FCEFF5
(252,239,245)
#FDF2F8
(253,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D4DA; }

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

This text font color is #F3D4DA.

Background Color

.myBgColor { background-color: #F3D4DA; }

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

This div background color is #F3D4DA.

Border color

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

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

This div border color is #F3D4DA.

Opacity

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

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

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

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

This text has shadow with #F3D4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D4DA.

Preview

Color preview on black background

This text has color #F3D4DA on black background.


Color preview on white background

This text has color #F3D4DA on white background.


Black color preview on #F3D4DA background

This text has black color on #F3D4DA background.


White color preview on #F3D4DA background

This text has white color on #F3D4DA background.


Related colors

Complementary color

Complementary color for #hex is #0C2B25.


I love getcolorcode.com

Triadic colors

1 #DAF3D4 and #D4DAF3 with #F3D4DA are triadic colors.

2 #DAD4F3 and #D4F3DA with #F3D4DA are triadic colors.