COLOR #F3C9DB

HEX: #F3C9DB
RGB: (243,201,219)

Color info

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

RGB color model

#F3C9DB color RGB value is (243,201,219).

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

RGB channels and saturation

R 243 of 255 = 95%
G 201 of 255 = 79%
B 219 of 255 = 86%

243
201
219

R + G + B ~ 87%. #F3C9DB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 201 + 219 = 663 (100%)
R 243 of 663 ~ 36.65%
G 201 of 663 ~ 30.32%
B 219 of 663 ~ 33.03%

%36.65
%30.32
%33.03

CMYK color model

#F3C9DB color CMYK value is (0,17,10,5).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,17,10,5)
C0M17Y10K5 
(0%,17%,10%,5%)
(0.00/0.17/0.10/0.05)	

CMYK percentages

%0
%17.28
%9.88
%4.71

Codes

Color #F3C9DB in popluar color models

F3C9DB
RGB243201219
HSL334°63.64%87.06%
HSB/HSV334°17.28%95.29%
CMYK0.00%17.28%9.88%
4.71%

Color #F3C9DB in popluar number systems.

HEXF3C9DB
Decimal243201219
Binary111100111100100111011011
Octal363311333

Shades and tints

Shades of #F3C9DB

#F3C9DB
(243,201,219)
#DDB7C8
(221,183,200)
#C7A5B5
(199,165,181)
#B193A2
(177,147,162)
#9B818F
(155,129,143)
#856F7C
(133,111,124)
#6F5D69
(111,93,105)
#594B56
(89,75,86)
#433943
(67,57,67)
#2D2730
(45,39,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #F3C9DB

#F3C9DB
(243,201,219)
#F4CDDE
(244,205,222)
#F5D1E1
(245,209,225)
#F6D5E4
(246,213,228)
#F7D9E7
(247,217,231)
#F8DDEA
(248,221,234)
#F9E1ED
(249,225,237)
#FAE5F0
(250,229,240)
#FBE9F3
(251,233,243)
#FCEDF6
(252,237,246)
#FDF1F9
(253,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C9DB; }

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

This text font color is #F3C9DB.


Background Color

.myBgColor { background-color: #F3C9DB; }

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

This div background color is #F3C9DB.


Border color

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

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

This div border color is #F3C9DB.


Opacity

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

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

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

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

This text has shadow with #F3C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C9DB on black background.


Color preview on white background

This text has color #F3C9DB on white background.



Black color preview on #F3C9DB background

This text has black color on #F3C9DB background.


White color preview on #F3C9DB background

This text has white color on #F3C9DB background.