COLOR #F3CBCD

HEX: #F3CBCD
RGB: (243,203,205)

Color info

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

RGB color model

#F3CBCD color RGB value is (243,203,205).

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

RGB channels and saturation

R 243 of 255 = 95%
G 203 of 255 = 80%
B 205 of 255 = 80%

243
203
205

R + G + B ~ 85%. #F3CBCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 203 + 205 = 651 (100%)
R 243 of 651 ~ 37.33%
G 203 of 651 ~ 31.18%
B 205 of 651 ~ 31.49%

%37.33
%31.18
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 15.64%
  • key color value is 4.71%
CMYK:
(0,16,16,5)
C0M16Y16K5 
(0%,16%,16%,5%)
(0.00/0.16/0.16/0.05)	

CMYK percentages

%0
%16.46
%15.64
%4.71

Codes

Color #F3CBCD in popluar color models

F3CBCD
RGB243203205
HSL357°62.50%87.45%
HSB/HSV357°16.46%95.29%
CMYK0.00%16.46%15.64%
4.71%

Color #F3CBCD in popluar number systems.

HEXF3CBCD
Decimal243203205
Binary111100111100101111001101
Octal363313315

Shades and tints

Shades of #F3CBCD

#F3CBCD
(243,203,205)
#DDB9BB
(221,185,187)
#C7A7A9
(199,167,169)
#B19597
(177,149,151)
#9B8385
(155,131,133)
#857173
(133,113,115)
#6F5F61
(111,95,97)
#594D4F
(89,77,79)
#433B3D
(67,59,61)
#2D292B
(45,41,43)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #F3CBCD

#F3CBCD
(243,203,205)
#F4CFD1
(244,207,209)
#F5D3D5
(245,211,213)
#F6D7D9
(246,215,217)
#F7DBDD
(247,219,221)
#F8DFE1
(248,223,225)
#F9E3E5
(249,227,229)
#FAE7E9
(250,231,233)
#FBEBED
(251,235,237)
#FCEFF1
(252,239,241)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CBCD; }

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

This text font color is #F3CBCD.


Background Color

.myBgColor { background-color: #F3CBCD; }

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

This div background color is #F3CBCD.


Border color

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

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

This div border color is #F3CBCD.


Opacity

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

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

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

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

This text has shadow with #F3CBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CBCD on black background.


Color preview on white background

This text has color #F3CBCD on white background.



Black color preview on #F3CBCD background

This text has black color on #F3CBCD background.


White color preview on #F3CBCD background

This text has white color on #F3CBCD background.