COLOR #F3CED4

HEX: #F3CED4 RGB: (243,206,212)

Color info

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

RGB color model

#F3CED4 color RGB value is (243,206,212).

RGB: (243,206,212) (95%, 81%, 83%)

RGB channels and saturation

R 243 of 255 = 95%
G 206 of 255 = 81%
B 212 of 255 = 83%

243
206
212

R + G + B ~ 86%. #F3CED4 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 206 + 212 = 661 (100%)
R 243 of 661 ~ 36.76%
G 206 of 661 ~ 31.16%
B 212 of 661 ~ 32.07'%

%36.76
%31.16
%32.07

CMYK color model

#F3CED4 color CMYK value is (0,15,13,5).

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

CMYK: (0,15,13,5)
C0M15Y13K5 (0%, 15%, 13%, 5%)
(0.00 / 0.15 / 0.13 / 0.05)

CMYK percentages

%0
%15.23
%12.76
%4.71

Codes

Color #F3CED4 in popluar color models

F3 CE D4
RGB 243 206 212
HSL 350° 60.66% 88.04%
HSB/HSV 350° 15.23% 95.29%
CMYK 0.00% 15.23% 12.76%
4.71%

Color #F3CED4 in popluar number systems.

HEX F3 CE D4
Decimal 243 206 212
Binary 11110011 11001110 11010100
Octal 363 316 324

Shades and tints

Shades of #F3CED4

#F3CED4
(243,206,212)
#DDBCC1
(221,188,193)
#C7AAAE
(199,170,174)
#B1989B
(177,152,155)
#9B8688
(155,134,136)
#857475
(133,116,117)
#6F6262
(111,98,98)
#59504F
(89,80,79)
#433E3C
(67,62,60)
#2D2C29
(45,44,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #F3CED4

#F3CED4
(243,206,212)
#F4D2D7
(244,210,215)
#F5D6DA
(245,214,218)
#F6DADD
(246,218,221)
#F7DEE0
(247,222,224)
#F8E2E3
(248,226,227)
#F9E6E6
(249,230,230)
#FAEAE9
(250,234,233)
#FBEEEC
(251,238,236)
#FCF2EF
(252,242,239)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CED4; }

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

This text font color is #F3CED4.

Background Color

.myBgColor { background-color: #F3CED4; }

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

This div background color is #F3CED4.

Border color

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

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

This div border color is #F3CED4.

Opacity

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

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

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

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

This text has shadow with #F3CED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CED4.

Preview

Color preview on black background

This text has color #F3CED4 on black background.


Color preview on white background

This text has color #F3CED4 on white background.


Black color preview on #F3CED4 background

This text has black color on #F3CED4 background.


White color preview on #F3CED4 background

This text has white color on #F3CED4 background.


Related colors

Complementary color

Complementary color for #hex is #0C312B.


I love getcolorcode.com

Triadic colors

1 #D4F3CE and #CED4F3 with #F3CED4 are triadic colors.

2 #D4CEF3 and #CEF3D4 with #F3CED4 are triadic colors.