COLOR #F3CDE9

HEX: #F3CDE9
RGB: (243,205,233)

Color info

#F3CDE9 contains red, green and blue colors in about the same proportion. Web safe color of #F3CDE9 is #FFCCFF (or #FCF).

RGB color model

#F3CDE9 color RGB value is (243,205,233).

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

RGB channels and saturation

R 243 of 255 = 95%
G 205 of 255 = 80%
B 233 of 255 = 91%

243
205
233

R + G + B ~ 89%. #F3CDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 205 + 233 = 681 (100%)
R 243 of 681 ~ 35.68%
G 205 of 681 ~ 30.1%
B 233 of 681 ~ 34.21%

%35.68
%30.1
%34.21

CMYK color model

#F3CDE9 color CMYK value is (0,16,4,5).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 4.12%
  • key color value is 4.71%
CMYK:
(0,16,4,5)
C0M16Y4K5 
(0%,16%,4%,5%)
(0.00/0.16/0.04/0.05)	

CMYK percentages

%0
%15.64
%4.12
%4.71

Codes

Color #F3CDE9 in popluar color models

F3CDE9
RGB243205233
HSL316°61.29%87.84%
HSB/HSV316°15.64%95.29%
CMYK0.00%15.64%4.12%
4.71%

Color #F3CDE9 in popluar number systems.

HEXF3CDE9
Decimal243205233
Binary111100111100110111101001
Octal363315351

Shades and tints

Shades of #F3CDE9

#F3CDE9
(243,205,233)
#DDBBD4
(221,187,212)
#C7A9BF
(199,169,191)
#B197AA
(177,151,170)
#9B8595
(155,133,149)
#857380
(133,115,128)
#6F616B
(111,97,107)
#594F56
(89,79,86)
#433D41
(67,61,65)
#2D2B2C
(45,43,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #F3CDE9

#F3CDE9
(243,205,233)
#F4D1EB
(244,209,235)
#F5D5ED
(245,213,237)
#F6D9EF
(246,217,239)
#F7DDF1
(247,221,241)
#F8E1F3
(248,225,243)
#F9E5F5
(249,229,245)
#FAE9F7
(250,233,247)
#FBEDF9
(251,237,249)
#FCF1FB
(252,241,251)
#FDF5FD
(253,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CDE9; }

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

This text font color is #F3CDE9.


Background Color

.myBgColor { background-color: #F3CDE9; }

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

This div background color is #F3CDE9.


Border color

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

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

This div border color is #F3CDE9.


Opacity

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

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

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

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

This text has shadow with #F3CDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CDE9 on black background.


Color preview on white background

This text has color #F3CDE9 on white background.



Black color preview on #F3CDE9 background

This text has black color on #F3CDE9 background.


White color preview on #F3CDE9 background

This text has white color on #F3CDE9 background.