COLOR #F3C7DB

HEX: #F3C7DB
RGB: (243,199,219)

Color info

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

RGB color model

#F3C7DB color RGB value is (243,199,219).

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

RGB channels and saturation

R 243 of 255 = 95%
G 199 of 255 = 78%
B 219 of 255 = 86%

243
199
219

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

Portions of RGB colors in percentages

R + G + B =
243 + 199 + 219 = 661 (100%)
R 243 of 661 ~ 36.76%
G 199 of 661 ~ 30.11%
B 219 of 661 ~ 33.13%

%36.76
%30.11
%33.13

CMYK color model

#F3C7DB color CMYK value is (0,18,10,5).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,18,10,5)
C0M18Y10K5 
(0%,18%,10%,5%)
(0.00/0.18/0.10/0.05)	

CMYK percentages

%0
%18.11
%9.88
%4.71

Codes

Color #F3C7DB in popluar color models

F3C7DB
RGB243199219
HSL333°64.71%86.67%
HSB/HSV333°18.11%95.29%
CMYK0.00%18.11%9.88%
4.71%

Color #F3C7DB in popluar number systems.

HEXF3C7DB
Decimal243199219
Binary111100111100011111011011
Octal363307333

Shades and tints

Shades of #F3C7DB

#F3C7DB
(243,199,219)
#DDB5C8
(221,181,200)
#C7A3B5
(199,163,181)
#B191A2
(177,145,162)
#9B7F8F
(155,127,143)
#856D7C
(133,109,124)
#6F5B69
(111,91,105)
#594956
(89,73,86)
#433743
(67,55,67)
#2D2530
(45,37,48)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #F3C7DB

#F3C7DB
(243,199,219)
#F4CCDE
(244,204,222)
#F5D1E1
(245,209,225)
#F6D6E4
(246,214,228)
#F7DBE7
(247,219,231)
#F8E0EA
(248,224,234)
#F9E5ED
(249,229,237)
#FAEAF0
(250,234,240)
#FBEFF3
(251,239,243)
#FCF4F6
(252,244,246)
#FDF9F9
(253,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C7DB; }

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

This text font color is #F3C7DB.


Background Color

.myBgColor { background-color: #F3C7DB; }

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

This div background color is #F3C7DB.


Border color

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

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

This div border color is #F3C7DB.


Opacity

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

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

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

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

This text has shadow with #F3C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C7DB on black background.


Color preview on white background

This text has color #F3C7DB on white background.



Black color preview on #F3C7DB background

This text has black color on #F3C7DB background.


White color preview on #F3C7DB background

This text has white color on #F3C7DB background.