COLOR #F3CDC6

HEX: #F3CDC6
RGB: (243,205,198)

Color info

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

RGB color model

#F3CDC6 color RGB value is (243,205,198).

  • red value is 243;
  • green value is 205;
  • blue value is 198.
RGB:
(243,205,198)
(95%,80%,78%)

RGB channels and saturation

R 243 of 255 = 95%
G 205 of 255 = 80%
B 198 of 255 = 78%

243
205
198

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

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 198 = 646 (100%)
R 243 of 646 ~ 37.62%
G 205 of 646 ~ 31.73%
B 198 of 646 ~ 30.65%

%37.62
%31.73
%30.65

CMYK color model

#F3CDC6 color CMYK value is (0,16,19,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 18.52%
  • key color value is 4.71%
CMYK:
(0,16,19,5)
C0M16Y19K5 
(0%,16%,19%,5%)
(0.00/0.16/0.19/0.05)	

CMYK percentages

%0
%15.64
%18.52
%4.71

Codes

Color #F3CDC6 in popluar color models

F3CDC6
RGB243205198
HSL65.22%86.47%
HSB/HSV18.52%95.29%
CMYK0.00%15.64%18.52%
4.71%

Color #F3CDC6 in popluar number systems.

HEXF3CDC6
Decimal243205198
Binary111100111100110111000110
Octal363315306

Shades and tints

Shades of #F3CDC6

#F3CDC6
(243,205,198)
#DDBBB4
(221,187,180)
#C7A9A2
(199,169,162)
#B19790
(177,151,144)
#9B857E
(155,133,126)
#85736C
(133,115,108)
#6F615A
(111,97,90)
#594F48
(89,79,72)
#433D36
(67,61,54)
#2D2B24
(45,43,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #F3CDC6

#F3CDC6
(243,205,198)
#F4D1CB
(244,209,203)
#F5D5D0
(245,213,208)
#F6D9D5
(246,217,213)
#F7DDDA
(247,221,218)
#F8E1DF
(248,225,223)
#F9E5E4
(249,229,228)
#FAE9E9
(250,233,233)
#FBEDEE
(251,237,238)
#FCF1F3
(252,241,243)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CDC6 color. Also use rgb(243,205,198) instead hex code.

Text Font Color

.myTextColor { color: #F3CDC6; }

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

This text font color is #F3CDC6.


Background Color

.myBgColor { background-color: #F3CDC6; }

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

This div background color is #F3CDC6.


Border color

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

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

This div border color is #F3CDC6.


Opacity

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

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

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

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

This text has shadow with #F3CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDC6 on black background.


Color preview on white background

This text has color #F3CDC6 on white background.



Black color preview on #F3CDC6 background

This text has black color on #F3CDC6 background.


White color preview on #F3CDC6 background

This text has white color on #F3CDC6 background.