COLOR #F3CCDB

HEX: #F3CCDB
RGB: (243,204,219)

Color info

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

RGB color model

#F3CCDB color RGB value is (243,204,219).

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

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 219 of 255 = 86%

243
204
219

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 219 = 666 (100%)
R 243 of 666 ~ 36.49%
G 204 of 666 ~ 30.63%
B 219 of 666 ~ 32.88%

%36.49
%30.63
%32.88

CMYK color model

#F3CCDB color CMYK value is (0,16,10,5).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,16,10,5)
C0M16Y10K5 
(0%,16%,10%,5%)
(0.00/0.16/0.10/0.05)	

CMYK percentages

%0
%16.05
%9.88
%4.71

Codes

Color #F3CCDB in popluar color models

F3CCDB
RGB243204219
HSL337°61.90%87.65%
HSB/HSV337°16.05%95.29%
CMYK0.00%16.05%9.88%
4.71%

Color #F3CCDB in popluar number systems.

HEXF3CCDB
Decimal243204219
Binary111100111100110011011011
Octal363314333

Shades and tints

Shades of #F3CCDB

#F3CCDB
(243,204,219)
#DDBAC8
(221,186,200)
#C7A8B5
(199,168,181)
#B196A2
(177,150,162)
#9B848F
(155,132,143)
#85727C
(133,114,124)
#6F6069
(111,96,105)
#594E56
(89,78,86)
#433C43
(67,60,67)
#2D2A30
(45,42,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #F3CCDB

#F3CCDB
(243,204,219)
#F4D0DE
(244,208,222)
#F5D4E1
(245,212,225)
#F6D8E4
(246,216,228)
#F7DCE7
(247,220,231)
#F8E0EA
(248,224,234)
#F9E4ED
(249,228,237)
#FAE8F0
(250,232,240)
#FBECF3
(251,236,243)
#FCF0F6
(252,240,246)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CCDB; }

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

This text font color is #F3CCDB.


Background Color

.myBgColor { background-color: #F3CCDB; }

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

This div background color is #F3CCDB.


Border color

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

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

This div border color is #F3CCDB.


Opacity

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

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

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

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

This text has shadow with #F3CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCDB on black background.


Color preview on white background

This text has color #F3CCDB on white background.



Black color preview on #F3CCDB background

This text has black color on #F3CCDB background.


White color preview on #F3CCDB background

This text has white color on #F3CCDB background.