COLOR #F3CCD7

HEX: #F3CCD7
RGB: (243,204,215)

Color info

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

RGB color model

#F3CCD7 color RGB value is (243,204,215).

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

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 215 of 255 = 84%

243
204
215

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 215 = 662 (100%)
R 243 of 662 ~ 36.71%
G 204 of 662 ~ 30.82%
B 215 of 662 ~ 32.48%

%36.71
%30.82
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 11.52%
  • 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
%16.05
%11.52
%4.71

Codes

Color #F3CCD7 in popluar color models

F3CCD7
RGB243204215
HSL343°61.90%87.65%
HSB/HSV343°16.05%95.29%
CMYK0.00%16.05%11.52%
4.71%

Color #F3CCD7 in popluar number systems.

HEXF3CCD7
Decimal243204215
Binary111100111100110011010111
Octal363314327

Shades and tints

Shades of #F3CCD7

#F3CCD7
(243,204,215)
#DDBAC4
(221,186,196)
#C7A8B1
(199,168,177)
#B1969E
(177,150,158)
#9B848B
(155,132,139)
#857278
(133,114,120)
#6F6065
(111,96,101)
#594E52
(89,78,82)
#433C3F
(67,60,63)
#2D2A2C
(45,42,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #F3CCD7

#F3CCD7
(243,204,215)
#F4D0DA
(244,208,218)
#F5D4DD
(245,212,221)
#F6D8E0
(246,216,224)
#F7DCE3
(247,220,227)
#F8E0E6
(248,224,230)
#F9E4E9
(249,228,233)
#FAE8EC
(250,232,236)
#FBECEF
(251,236,239)
#FCF0F2
(252,240,242)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CCD7; }

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

This text font color is #F3CCD7.


Background Color

.myBgColor { background-color: #F3CCD7; }

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

This div background color is #F3CCD7.


Border color

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

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

This div border color is #F3CCD7.


Opacity

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

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

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

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

This text has shadow with #F3CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCD7 on black background.


Color preview on white background

This text has color #F3CCD7 on white background.



Black color preview on #F3CCD7 background

This text has black color on #F3CCD7 background.


White color preview on #F3CCD7 background

This text has white color on #F3CCD7 background.