COLOR #F3CBDA

HEX: #F3CBDA
RGB: (243,203,218)

Color info

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

RGB color model

#F3CBDA color RGB value is (243,203,218).

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

RGB channels and saturation

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

243
203
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 203 + 218 = 664 (100%)
R 243 of 664 ~ 36.6%
G 203 of 664 ~ 30.57%
B 218 of 664 ~ 32.83%

%36.6
%30.57
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.46%
  • 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.46
%10.29
%4.71

Codes

Color #F3CBDA in popluar color models

F3CBDA
RGB243203218
HSL338°62.50%87.45%
HSB/HSV338°16.46%95.29%
CMYK0.00%16.46%10.29%
4.71%

Color #F3CBDA in popluar number systems.

HEXF3CBDA
Decimal243203218
Binary111100111100101111011010
Octal363313332

Shades and tints

Shades of #F3CBDA

#F3CBDA
(243,203,218)
#DDB9C7
(221,185,199)
#C7A7B4
(199,167,180)
#B195A1
(177,149,161)
#9B838E
(155,131,142)
#85717B
(133,113,123)
#6F5F68
(111,95,104)
#594D55
(89,77,85)
#433B42
(67,59,66)
#2D292F
(45,41,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #F3CBDA

#F3CBDA
(243,203,218)
#F4CFDD
(244,207,221)
#F5D3E0
(245,211,224)
#F6D7E3
(246,215,227)
#F7DBE6
(247,219,230)
#F8DFE9
(248,223,233)
#F9E3EC
(249,227,236)
#FAE7EF
(250,231,239)
#FBEBF2
(251,235,242)
#FCEFF5
(252,239,245)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CBDA; }

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

This text font color is #F3CBDA.


Background Color

.myBgColor { background-color: #F3CBDA; }

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

This div background color is #F3CBDA.


Border color

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

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

This div border color is #F3CBDA.


Opacity

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

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

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

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

This text has shadow with #F3CBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CBDA on black background.


Color preview on white background

This text has color #F3CBDA on white background.



Black color preview on #F3CBDA background

This text has black color on #F3CBDA background.


White color preview on #F3CBDA background

This text has white color on #F3CBDA background.