COLOR #F3CCDA

HEX: #F3CCDA
RGB: (243,204,218)

Color info

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

RGB color model

#F3CCDA color RGB value is (243,204,218).

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

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 218 of 255 = 85%

243
204
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 218 = 665 (100%)
R 243 of 665 ~ 36.54%
G 204 of 665 ~ 30.68%
B 218 of 665 ~ 32.78%

%36.54
%30.68
%32.78

CMYK color model

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

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

Codes

Color #F3CCDA in popluar color models

F3CCDA
RGB243204218
HSL338°61.90%87.65%
HSB/HSV338°16.05%95.29%
CMYK0.00%16.05%10.29%
4.71%

Color #F3CCDA in popluar number systems.

HEXF3CCDA
Decimal243204218
Binary111100111100110011011010
Octal363314332

Shades and tints

Shades of #F3CCDA

#F3CCDA
(243,204,218)
#DDBAC7
(221,186,199)
#C7A8B4
(199,168,180)
#B196A1
(177,150,161)
#9B848E
(155,132,142)
#85727B
(133,114,123)
#6F6068
(111,96,104)
#594E55
(89,78,85)
#433C42
(67,60,66)
#2D2A2F
(45,42,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #F3CCDA

#F3CCDA
(243,204,218)
#F4D0DD
(244,208,221)
#F5D4E0
(245,212,224)
#F6D8E3
(246,216,227)
#F7DCE6
(247,220,230)
#F8E0E9
(248,224,233)
#F9E4EC
(249,228,236)
#FAE8EF
(250,232,239)
#FBECF2
(251,236,242)
#FCF0F5
(252,240,245)
#FDF4F8
(253,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CCDA; }

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

This text font color is #F3CCDA.


Background Color

.myBgColor { background-color: #F3CCDA; }

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

This div background color is #F3CCDA.


Border color

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

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

This div border color is #F3CCDA.


Opacity

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

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

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

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

This text has shadow with #F3CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCDA on black background.


Color preview on white background

This text has color #F3CCDA on white background.



Black color preview on #F3CCDA background

This text has black color on #F3CCDA background.


White color preview on #F3CCDA background

This text has white color on #F3CCDA background.