COLOR #F3CDD5

HEX: #F3CDD5
RGB: (243,205,213)

Color info

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

RGB color model

#F3CDD5 color RGB value is (243,205,213).

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

RGB channels and saturation

R 243 of 255 = 95%
G 205 of 255 = 80%
B 213 of 255 = 84%

243
205
213

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

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 213 = 661 (100%)
R 243 of 661 ~ 36.76%
G 205 of 661 ~ 31.01%
B 213 of 661 ~ 32.22%

%36.76
%31.01
%32.22

CMYK color model

#F3CDD5 color CMYK value is (0,16,12,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 12.35%
  • key color value is 4.71%
CMYK:
(0,16,12,5)
C0M16Y12K5 
(0%,16%,12%,5%)
(0.00/0.16/0.12/0.05)	

CMYK percentages

%0
%15.64
%12.35
%4.71

Codes

Color #F3CDD5 in popluar color models

F3CDD5
RGB243205213
HSL347°61.29%87.84%
HSB/HSV347°15.64%95.29%
CMYK0.00%15.64%12.35%
4.71%

Color #F3CDD5 in popluar number systems.

HEXF3CDD5
Decimal243205213
Binary111100111100110111010101
Octal363315325

Shades and tints

Shades of #F3CDD5

#F3CDD5
(243,205,213)
#DDBBC2
(221,187,194)
#C7A9AF
(199,169,175)
#B1979C
(177,151,156)
#9B8589
(155,133,137)
#857376
(133,115,118)
#6F6163
(111,97,99)
#594F50
(89,79,80)
#433D3D
(67,61,61)
#2D2B2A
(45,43,42)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #F3CDD5

#F3CDD5
(243,205,213)
#F4D1D8
(244,209,216)
#F5D5DB
(245,213,219)
#F6D9DE
(246,217,222)
#F7DDE1
(247,221,225)
#F8E1E4
(248,225,228)
#F9E5E7
(249,229,231)
#FAE9EA
(250,233,234)
#FBEDED
(251,237,237)
#FCF1F0
(252,241,240)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CDD5; }

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

This text font color is #F3CDD5.


Background Color

.myBgColor { background-color: #F3CDD5; }

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

This div background color is #F3CDD5.


Border color

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

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

This div border color is #F3CDD5.


Opacity

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

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

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

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

This text has shadow with #F3CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDD5 on black background.


Color preview on white background

This text has color #F3CDD5 on white background.



Black color preview on #F3CDD5 background

This text has black color on #F3CDD5 background.


White color preview on #F3CDD5 background

This text has white color on #F3CDD5 background.