COLOR #F3DBEC

HEX: #F3DBEC
RGB: (243,219,236)

Color info

#F3DBEC contains red, green and blue colors in about the same proportion. Web safe color of #F3DBEC is #FFCCFF (or #FCF).

RGB color model

#F3DBEC color RGB value is (243,219,236).

  • red value is 243;
  • green value is 219;
  • blue value is 236.
RGB:
(243,219,236)
(95%,86%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 236 of 255 = 93%

243
219
236

R + G + B ~ 91%. #F3DBEC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 219 + 236 = 698 (100%)
R 243 of 698 ~ 34.81%
G 219 of 698 ~ 31.38%
B 236 of 698 ~ 33.81%

%34.81
%31.38
%33.81

CMYK color model

#F3DBEC color CMYK value is (0,10,3,5).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(0,10,3,5)
C0M10Y3K5 
(0%,10%,3%,5%)
(0.00/0.10/0.03/0.05)	

CMYK percentages

%0
%9.88
%2.88
%4.71

Codes

Color #F3DBEC in popluar color models

F3DBEC
RGB243219236
HSL318°50.00%90.59%
HSB/HSV318°9.88%95.29%
CMYK0.00%9.88%2.88%
4.71%

Color #F3DBEC in popluar number systems.

HEXF3DBEC
Decimal243219236
Binary111100111101101111101100
Octal363333354

Shades and tints

Shades of #F3DBEC

#F3DBEC
(243,219,236)
#DDC8D7
(221,200,215)
#C7B5C2
(199,181,194)
#B1A2AD
(177,162,173)
#9B8F98
(155,143,152)
#857C83
(133,124,131)
#6F696E
(111,105,110)
#595659
(89,86,89)
#434344
(67,67,68)
#2D302F
(45,48,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #F3DBEC

#F3DBEC
(243,219,236)
#F4DEED
(244,222,237)
#F5E1EE
(245,225,238)
#F6E4EF
(246,228,239)
#F7E7F0
(247,231,240)
#F8EAF1
(248,234,241)
#F9EDF2
(249,237,242)
#FAF0F3
(250,240,243)
#FBF3F4
(251,243,244)
#FCF6F5
(252,246,245)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DBEC color. Also use rgb(243,219,236) instead hex code.

Text Font Color

.myTextColor { color: #F3DBEC; }

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

This text font color is #F3DBEC.


Background Color

.myBgColor { background-color: #F3DBEC; }

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

This div background color is #F3DBEC.


Border color

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

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

This div border color is #F3DBEC.


Opacity

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

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

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

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

This text has shadow with #F3DBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DBEC on black background.


Color preview on white background

This text has color #F3DBEC on white background.



Black color preview on #F3DBEC background

This text has black color on #F3DBEC background.


White color preview on #F3DBEC background

This text has white color on #F3DBEC background.