COLOR #F3CDC9

HEX: #F3CDC9
RGB: (243,205,201)

Color info

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

RGB color model

#F3CDC9 color RGB value is (243,205,201).

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

RGB channels and saturation

R 243 of 255 = 95%
G 205 of 255 = 80%
B 201 of 255 = 79%

243
205
201

R + G + B ~ 85%. #F3CDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 201 = 649 (100%)
R 243 of 649 ~ 37.44%
G 205 of 649 ~ 31.59%
B 201 of 649 ~ 30.97%

%37.44
%31.59
%30.97

CMYK color model

#F3CDC9 color CMYK value is (0,16,17,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 17.28%
  • key color value is 4.71%
CMYK:
(0,16,17,5)
C0M16Y17K5 
(0%,16%,17%,5%)
(0.00/0.16/0.17/0.05)	

CMYK percentages

%0
%15.64
%17.28
%4.71

Codes

Color #F3CDC9 in popluar color models

F3CDC9
RGB243205201
HSL63.64%87.06%
HSB/HSV17.28%95.29%
CMYK0.00%15.64%17.28%
4.71%

Color #F3CDC9 in popluar number systems.

HEXF3CDC9
Decimal243205201
Binary111100111100110111001001
Octal363315311

Shades and tints

Shades of #F3CDC9

#F3CDC9
(243,205,201)
#DDBBB7
(221,187,183)
#C7A9A5
(199,169,165)
#B19793
(177,151,147)
#9B8581
(155,133,129)
#85736F
(133,115,111)
#6F615D
(111,97,93)
#594F4B
(89,79,75)
#433D39
(67,61,57)
#2D2B27
(45,43,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #F3CDC9

#F3CDC9
(243,205,201)
#F4D1CD
(244,209,205)
#F5D5D1
(245,213,209)
#F6D9D5
(246,217,213)
#F7DDD9
(247,221,217)
#F8E1DD
(248,225,221)
#F9E5E1
(249,229,225)
#FAE9E5
(250,233,229)
#FBEDE9
(251,237,233)
#FCF1ED
(252,241,237)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CDC9; }

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

This text font color is #F3CDC9.


Background Color

.myBgColor { background-color: #F3CDC9; }

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

This div background color is #F3CDC9.


Border color

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

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

This div border color is #F3CDC9.


Opacity

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

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

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

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

This text has shadow with #F3CDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDC9 on black background.


Color preview on white background

This text has color #F3CDC9 on white background.



Black color preview on #F3CDC9 background

This text has black color on #F3CDC9 background.


White color preview on #F3CDC9 background

This text has white color on #F3CDC9 background.