COLOR #F3CCDD

HEX: #F3CCDD
RGB: (243,204,221)

Color info

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

RGB color model

#F3CCDD color RGB value is (243,204,221).

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

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 221 of 255 = 87%

243
204
221

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 221 = 668 (100%)
R 243 of 668 ~ 36.38%
G 204 of 668 ~ 30.54%
B 221 of 668 ~ 33.08%

%36.38
%30.54
%33.08

CMYK color model

#F3CCDD color CMYK value is (0,16,9,5).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(0,16,9,5)
C0M16Y9K5 
(0%,16%,9%,5%)
(0.00/0.16/0.09/0.05)	

CMYK percentages

%0
%16.05
%9.05
%4.71

Codes

Color #F3CCDD in popluar color models

F3CCDD
RGB243204221
HSL334°61.90%87.65%
HSB/HSV334°16.05%95.29%
CMYK0.00%16.05%9.05%
4.71%

Color #F3CCDD in popluar number systems.

HEXF3CCDD
Decimal243204221
Binary111100111100110011011101
Octal363314335

Shades and tints

Shades of #F3CCDD

#F3CCDD
(243,204,221)
#DDBAC9
(221,186,201)
#C7A8B5
(199,168,181)
#B196A1
(177,150,161)
#9B848D
(155,132,141)
#857279
(133,114,121)
#6F6065
(111,96,101)
#594E51
(89,78,81)
#433C3D
(67,60,61)
#2D2A29
(45,42,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #F3CCDD

#F3CCDD
(243,204,221)
#F4D0E0
(244,208,224)
#F5D4E3
(245,212,227)
#F6D8E6
(246,216,230)
#F7DCE9
(247,220,233)
#F8E0EC
(248,224,236)
#F9E4EF
(249,228,239)
#FAE8F2
(250,232,242)
#FBECF5
(251,236,245)
#FCF0F8
(252,240,248)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CCDD; }

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

This text font color is #F3CCDD.


Background Color

.myBgColor { background-color: #F3CCDD; }

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

This div background color is #F3CCDD.


Border color

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

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

This div border color is #F3CCDD.


Opacity

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

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

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

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

This text has shadow with #F3CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCDD on black background.


Color preview on white background

This text has color #F3CCDD on white background.



Black color preview on #F3CCDD background

This text has black color on #F3CCDD background.


White color preview on #F3CCDD background

This text has white color on #F3CCDD background.